# Farms

Farming is deploying liquidity in a specific pool in order to receive an incentive from the protocol. It enables the protocol to guide the liqudity into areas where it is most efficient.

Farming positions can be accessed by going to More → Farms from anywhere on the interface. From here, you can view all farms, and can filter to only see active ones.

<figure><img src="/files/20wM9qBrbnmIjRFZ0fxw" alt=""><figcaption></figcaption></figure>

After finding a farm you want to deposit to, access it by clicking on it. You are met with 2 modes: Stake and Unstake, used to deposit or withdraw from the farm.

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

Most farms require you to stake some Liquidity Provisioning (LP) tokens. You'll find a button to acquire such LP tokens if you don't have them already.

Once you have them, farming is very easy, simply select how many you want to stake and hit the Stake button. \
Unstaking works in the exact same way, giving you back LP tokens.

{% hint style="info" %}
After unstaking, the farms gives you back LP Tokens. To redeem these tokens for the underlying asset, visit the website linked as "Get LPs". From there, find the withdraw button and follow the process.
{% endhint %}


---

# 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.abracadabra.money/learn/intro/tools/farms.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.
