# Farm

In the early age of a new continent launched, the liquidity of resources is not abundant. So every adventurer who contributes to the liquidity pool will receive gifts from EVE.

### Liquidity

Only when resources tokens and other token are both added to the liquidity pool, the mined resources could be traded on the market. We usually choose the head DEX on each continent(chain). Like [Uniswap](https://app.uniswap.org/#/pool) on Ethereum and [MDex](https://mdex.com/#/liquidity) on Heco.

### LP Token

In general, users who contribute liquidity in DEX will receive LP Token as the certificate. LP Token could be used to take their tokens back in DEX(the amount will be affected by the current state of the liquidity pool).

Adventurer, if you want to provide liquidity in Evolution Land, you could also do this in Gringotts - Liquidity. It directly uses API from Uniswap and Mdex.

After choosing the liquidity category you want to provide and input the amount, the boss of Gringotts will calculate the exact number of LP Token you will receive. You could release the LP Token here as well.

LP Token could be used to upgrade drills in Furnance or mining in Farm.

![Liquidity in Gringotts](/files/-MecqhMdVlC15JuGS1Wb)

### Farm

*Yield Farming*

Players who provide liquidity for Evolution Land will be rewarded because it brings them some risks. Like other Defi app, you should generate LP Token and stake them in Farm. APR will show on the windows.

![Farm in Gringotts](/files/-MecrLTrtRrqnTNpfCDv)

![Operation Page](/files/-MecrP2vdeP6dJjVEwRW)

Stake: Stake LP Token in Farm to earn profit.

Harvest: Get RING profit into your wallet.

Unstake: Take LP Token back from Farm contract, stop to earn profit.


---

# 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.evolution.land/advanced/farm.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.
