# Farm Boost

* Users holding inSPIRIT get boosted SPIRIT farming rewards.
* Farmers that hold inSPIRIT can receive a max boost of up to 2.5x in farming rewards. For example, a farmer, with no inSPIRIT, could farm FTM-SPIRIT for 100% APR. Whereas a farmer with sufficient inSPIRIT to achieve max boost could farm FTM-SPIRIT for 250% APR.
* The farm boost is determined by the following equations:

$$
DerivedBalance=UserBalanceInFarm\*0.4
$$

$$
AdjustedBalance=TotalDepositedInFarm*UserInspiritBalance/InspiritTotalSupply*0.6
$$

$$
BoostFactor=min(DerivedBalance+AdjustedBalance, UserBalanceInFarm)/UserBalanceInFarm
$$

Examples: There are 1,000 inSPIRIT total and 10,000 FTM/SPIRIT LP total in the farm.

* User A has 0 inSPIRIT and 1,000 FTM/SPIRIT LP in the farm --> BF = 0.4 --> 0.4/0.4 = 1x boost
* User B has 10 inSPIRIT and 1,000 FTM/SPIRIT LP in the farm --> BF = 0.46 --> 0.46/0.4 = 1.15x boost
* User C has 100 inSPIRIT and 1,000 FTM/SPIRIT LP in the farm --> BF = 1 --> 1/0.4 = 2.5x boost
* User D has 400 inSPIRIT and 1,000 FTM/SPIRIT LP in the farm --> BF = 1 --> 1/0.4 = 2.5x boost

![indication of a farms respective "boost factor".](/files/U2XwUSlhTEOGZEXyNjay)


---

# 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.silverswap.io/spiritswap-v3/tokenomics/inspirit/farm-boost.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.
