> For the complete documentation index, see [llms.txt](https://runeonlineworld.gitbook.io/runeonlineworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runeonlineworld.gitbook.io/runeonlineworld/rune-ecosystem/boko-games/farming.md).

# Farming

Farms allow users to earn BOCO while supporting Boco Finance by staking LP Tokens

#### How to Use Farms? <a href="#how-to-use-farms" id="how-to-use-farms"></a>

Unlike Stake Pools, Farms require you to stake two tokens to get LP Tokens, which you then stake in the Farm to earn rewards. This lets you earn BOCO while still keeping a position in your other tokens!

* You’re going to need some "LP Tokens" to enter into a Farm with. Farms can only accept their own exact LP Token; for example, the BOCO-Polygon Farm will only accept BOCO-Polygon LP Tokens.
* To get the exact LP Token, you'll need to provide liquidity for that trading pair. So to get BOCO-Polygon LP Tokens, you'll first have to provide liquidity for the BOCO-Polygon pair.

  Before you proceed, you'll want to choose a Farm that's right for you. Visit the Farms page and you’ll see a list of available Farms.
* Click on the row of the Farm you've chosen from the list. It will open to show more details.
* On the left, you'll see some links. Click the Get (your pair) LP link. This will open the Add Liquidity page for your Farm's pair at Pangolin.
* Pangolin has a guide to adding liquidity you can follow to get your LP Tokens.
* When you’re ready, click the Enable button and confirm your action in your wallet. After a short wait, the Enable button will change toFarm. Click it and a new window will appear.

  Type the amount of LP Tokens you would like to farm with into the field, or just click Max to use all of your LP Tokens. When you have the amount entered, the Confirm button

  will light up. Click it. Your wallet will ask you to confirm your action. After a short wait, the window will close, and you will see your new staked LP Token balance in the details.

#### Removing LP Tokens from a Farm <a href="#removing-lp-tokens-from-a-farm" id="removing-lp-tokens-from-a-farm"></a>

You may decide you would like to add more LP Tokens to a Farm at a later date, or to take some out of a Farm. You can do this very easily whenever you'd like.

* Find the Farm you have LP Tokens in, and click the row to view details. You will see unstake button on the middle side. Click unstake to remove your LP Tokens

#### Collecting your farming rewards <a href="#collecting-your-farming-rewards" id="collecting-your-farming-rewards"></a>

Farming will bring you BOCO rewards over time. You can collect these rewards and use them to get more LP Tokens, stake them in Stake Pools.

* Return to the Farms page .
* Find the Farm you staked your LP Tokens in, and click the row to view details. You should see an estimate of your rewards under “Boco earned”.
* Click the Harvest button and confirm the action in your wallet. After a short wait, the BOCO will be claimed to your wallet for you to use as you like.
* Remember that there is a small fee involved in each harvesting.

You may also want to look at how to use Stake Pools to earn rewards.


---

# 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://runeonlineworld.gitbook.io/runeonlineworld/rune-ecosystem/boko-games/farming.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.
