> For the complete documentation index, see [llms.txt](https://docs.luxy.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxy.io/help-center/finance/utility/farm.md).

# Farm

{% hint style="info" %}
**This liquidity mining section is under review. The Luxy team will have updates regarding new liquidity mining incentives a couple of weeks after token migration, first, we're starting all focus on luxy single stake to incentive migration! Get those rewards!!**&#x20;
{% endhint %}

**Single Side Staking**

Total Rewards: **500,000 $LUXY**

The single-side staking will last only one month to incentivize the community to migrate to Rollux, Luxy's token new home!

Go to [Luxy Finance](https://finance.luxy.io) to easily stake on this contract, super high APRs! It will live only this month, also for transparency, this is the [contract](https://explorer.rollux.com/address/0x06E22a176f5c751903b3F7a35AE5783F545Bb2a1).

**Liquidity Mining \[Outdate - new program tba]**

Total Rewards: **10,000,000 $LUXY**

The liquidity mining program will have a duration of 1 year in order to attract liquidity into the Luxy Marketplace protocol. Through this, 50% of the tokens directed to incentives will be distributed through 4 farms with a duration of 3 months for users who lock LUXY-USDC LP tokens in the [contract](/help-center/developers/smart-contracts/farm-contract.md).

| Farm | Tokens Percentage | Tokens Release |
| :--: | :---------------: | :------------: |
|  1st |        30%        |    3,000,000   |
|  2nd |        26%        |    2,600,000   |
|  3rd |        23%        |    2,300,000   |
|  4th |        21%        |    2,100,000   |

Just for demonstration purposes, in case we get 5% of the total Luxy supply in LPS farming in the [contract](/help-center/developers/smart-contracts/farm-contract.md), we get the following APRs

| Farm |  APR |
| :--: | :--: |
|  1st | 120% |
|  2nd | 104% |
|  3rd |  92% |
|  4th |  84% |


---

# 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://docs.luxy.io/help-center/finance/utility/farm.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.
