# Fee APR

## **Overview**

APR measures the expected return from fees generated by a vault, based on recent performance. It provides liquidity providers with an estimate of their potential earnings.&#x20;

This is the metric displayed on app.ichi.org and deployments to other AMMs.

### Fee APR Calculation

Fee APR is derived from the fees collected within a given period and the average Total Value Locked (TVL) in the vault. It is annualized to project a yearly return.

#### Formula:

<figure><img src="/files/9DF0GIUnB1KcSfnqsbP4" alt=""><figcaption></figcaption></figure>

* **Fees Collected:** Total trading fees earned by the vault in the past 7 days.
* **Average TVL :** The average Total Value Locked in the vault over the past 7 days.
* **365 / 7:** This scales the 7-day yield to an annualized rate.

### Auto-Compounding

Trading fees are automatically reinvested into the position, ensuring that liquidity providers do not need to manually claim rewards. This enhances capital efficiency and allows for seamless growth of liquidity over time.


---

# 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://docs.ichi.org/home/yieldiq-strategy/fee-apr.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.
