# Yield Farm

### Providing Liquidity and LP Token

Users who deposit their assets in any type of pools they favor are called **Liquidity Providers (LP).** Providing liquidity to the pool will result in the receipt of a **Liquidity Pool (LP) Token** as evidence, and the number of received LP Token corresponds to their share(%) in the entire pool.

If you withdraw all your assets from the pool, the LP Token will be automatically returned, and the user can receive the following rewards from the pool through the proof of LP Token during the asset deposit period.

#### **MESH distribution rewards**

If the user supplies liquidity to a MESH reward farming pool, users can receive MESH mining rewards according to their LP stake (%) in the pool (The daily distribution quantity per Mesh rewards pool is determined by pool vote).<br>

#### **Transaction fee rewards**

If the user supplies liquidity to the transaction fee reward pool, users can receive the transaction fee according to their LP stake (%) in the pool. The transaction fee is accrued to the Pool, and the total amount of the withdrawal includes the transaction fee reward and is processed according to the exchange rate at the time of withdrawal (50% of the transaction fee incurred).<br>

#### **Token Airdrop rewards**

If the user supplies liquidity to an airdrop reward farming pool, the Airdrop token will be distributed according to their LP share (%) in the pool.<br>


---

# 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.meshswap.fi/products/yield-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.
