# Annual Percentage Yield

**Total Investment**

Total Investment = Quantity of  needed to add liquidity \* current price + Quantity of&#x20;

Note: Base and quote refer to the first and second tokens in the trading pair. For example, in BTC/USDT pair, BTC is base and USDT is quote

**Annual Percentage Yield**

Annual Percentage Yield = (Realized Profit / Total Investment) / Operation Time \* 365 days

\
**Total Profit**

Total Profit = Realized Profit + Floating Profit and Loss


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://multiple.gitbook.io/multiple-fi/resources/annual.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
