> For the complete documentation index, see [llms.txt](https://docs.tonco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonco.io/liquidity-providing-tutorial/how-apr-is-salculated.md).

# How APR is Сalculated

In TONCO’s concentrated liquidity model, each LP position has its own LP fee. The total APR combines the LP fee APR and farming boost (if farming is active).

## LP Fee APR

<figure><img src="/files/BfWFFa4JtvdI02jUby0c" alt="" width="331"><figcaption></figcaption></figure>

• **dayFees**: daily fees in the pool (USD)

• **liquidity**: total liquidity in the pool

• **positionLiquidity**: liquidity provided by the position (in range)

• **amount0USD**: value of token 0 in USD

• **amount1USD**: value of token 1 in USD

{% hint style="info" %}
APR is calculated **every 2 minutes**
{% endhint %}

## Farming boost

Farming on TONCO acts as a boost to the current pool. If liquidity is out of the selected range and not used, no farming rewards are earned.

<figure><img src="/files/Pc9dufvowe4M0D0jfDrp" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/sWHwkcScsHRn9PqDI4nA" alt="" width="286"><figcaption></figcaption></figure>

• **farming.rewardRate**: The amount of reward token distributed per unit time interval

• **INTERVAL**: The duration of the interval

• **rewardToken.derivedTON**: The value of one reward token in terms of GRAM token.

• **feeCollectedTotalTON**: The total fees collected in the pool during the interval (in GRAM token).

**Learn more about** [**Farming on TONCO**](/concentrated-liquidity/farming.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.tonco.io/liquidity-providing-tutorial/how-apr-is-salculated.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.
