> For the complete documentation index, see [llms.txt](https://milkyswap.gitbook.io/milkyswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://milkyswap.gitbook.io/milkyswap/creamy/boosted-farms.md).

# Boosted Farms

### How it works

* Users holding CREAMY get boosted MILKY farming rewards.
* Farmers that hold CREAMY can receive a max boost of up to 2.5x in farming rewards. For example, a farmer, with no CREAMY, could farm MILKY for 100% APR. Whereas a farmer with sufficient CREAMY to achieve max boost could farm MILKY for 250% APR.

### **Boosted Farm Formula**

*DerivedBalance = UserBalanceInFarm∗ 0.4*

&#x20;

*AdjustedBalance = TotalDepositedInFarm∗ UserCREAMYBalance / CREAMYTotalSupply∗0.6*

&#x20;

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

Examples: There are 1,000 CREAMY total and 10,000 MILKY/wADA LP total in the farm.

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

### Boost Calculator

You can calculate your boosts through our [Boost Calculator](https://www.milkyswap.exchange/churn/calc)!


---

# 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, and the optional `goal` query parameter:

```
GET https://milkyswap.gitbook.io/milkyswap/creamy/boosted-farms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
