# Liquidity Pool

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

### Liquidity pools

By providing liquidity to a particular token, the user receives a reward in the form of trading commissions.

The liquidity pool brings profit to the user in the form of a commission of 0.17% from trading in this pair of tokens.

{% hint style="warning" %}
*<mark style="color:orange;">**The Mainfarm platform uses Pancakeswap v2.**</mark>*\
\
*<mark style="color:orange;">**liquidity pools Liquidity pools opened on the Mainfarm platform are available in the Pancakeswap platform interface and vice versa.**</mark>*
{% endhint %}

### LP Tokens

* After the user provides tokens to the liquidity pool, the user receives LP liquidity tokens to his wallet.
* LP tokens are a "receipt" of the user's ownership share in the general liquidity pool.
* To return their liquidity, the user must provide their LP tokens to the liquidity pool.
* Without LP tokens, the user loses access to their liquidity.

### Replenishment of the liquidity pool

Suppose a user has deposited MAF and BNB into a liquidity pool. \
The user receives MAF-BNB LP tokens to his wallet.

The number of LP tokens received represents a share in the MAF-BNB Liquidity Pool. \
When adding liquidity, it is necessary to have a sufficient amount of each token.

The addition of tokens should be 50:50 in dollar equivalent. \
Withdrawal of liquidity is possible at any time.

{% hint style="warning" %}
*<mark style="color:orange;">**LP tokens can be used to receive reward tokens on "farms".**</mark>*
{% endhint %}

{% hint style="warning" %}
*<mark style="color:orange;">**When using LP tokens in farms, the user still receives a reward in the amount of 0.17% of the trading commission in his liquidity pool.**</mark>*
{% endhint %}

<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.mainfarm.io/products/liquidity-pool.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.
