# Farming

**LP positions** minted in the pool **automatically participate in farming** (if the farming is available for this pool). On the Pools page, use the “Active Farming” toggle to highlight pools involved in farming, or view them directly under the Farms tab.

<figure><img src="/files/oY0SiEIp0W0xkJsjIf4Y" alt=""><figcaption></figcaption></figure>

Farming rewards can be claimed on either the Pools or Farms pages, with eligible positions shown in both locations. To collect rewards, simply click Approve to create a contract, then Claim to receive rewards. Both actions are required for successful claim completion.

<mark style="background-color:yellow;">Farming on TONCO acts as a</mark> <mark style="background-color:yellow;">**boost**</mark> <mark style="background-color:yellow;">to the current pool. If liquidity is out of the selected range and not used, no farming rewards are earned.</mark> Additionally, **farming rewards are not distributed** if there is no trading volume.

## Farming Rewards Calculation on TONCO

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

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

### Definitions:

• **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 TON token

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

### Example:

• farming.rewardRate: $500/day in USDT

• INTERVAL: 1 day

• rewardToken.derivedTON: 1 TON = 6 USDT

• TVL of the pool: $1,000,000

• Pool Trading Volume: $500,000/day

• Pool Commission Percentage: 0.3%

• Fee Collected: $1,500

In this case, the farming multiplier is 1.33, meaning liquidity providers will receive additional 0.33 TON for each TON of fees collected, provided liquidity is within the active price range.


---

# 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.tonco.io/concentrated-liquidity/farming.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.
