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

# Liquidity Farms

### Add Liquidity

After adding liquidity (refer to [Add Liquidity](/docs/deck/platform-features/add-liquidity.md)), you have obtained LP tokens of that liquidity pair. You will be able to stake your LP token in the farms to earn high APY %.

1. Go to "Farms" page as below

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

2\. If you have added WROSE-USDT LP as per instruction (refer to [Add Liquidity](/docs/deck/platform-features/add-liquidity.md)), press "Approve" button within WROSE-USDT box and confirm the transaction.

3\. After transaction is approved, press "Stake LP" to open staking window.

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

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

4\. Input the amount of LP you want to stake using the slider or manual input. Please use slider and % if your amount is very small. Click "Stake" to stake LP into the farm. Wait until transaction is confirmed and you are done!&#x20;

### **Unstake and harvest**

To unstake LP, click "Unstake" button and choose how much LP you want to remove.&#x20;

To Harvest rewards click "Harvest". Please note, after Harvesting, you must wait 30 days before your harvested RHUB can be withdrawn.

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

If you want to withdraw rewards earlier, there is a 50% penalty. To see your pending harvested rewards, click "Withdraw", where you will be presented with the listo of harvested RHUB and the date you can withdraw without penalty. Alternatively, you can click "Unlock All" to withdraw early with 50% penalty.&#x20;

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


---

# 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://rosehub.gitbook.io/docs/deck/platform-features/liquidity-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.
