# Liquidity Pools and Adding Liquidity

**Metaple Finance liquidity pools** allow you to provide liquidity by adding your tokens to liquidity pools or “LPs”.

When you add your token to a liquidity pool (LP), you will receive Flip tokens (Metaple Finance’s version of liquidity provider tokens).

As an example, if you deposited $MLX and $BNB into a liquidity pool, you would receive MLX-BNB FLIP tokens.

The number of FLIP tokens you receive represents your portion of the MLX-BNB liquidity pool. You can also redeem your funds at any time by removing your liquidity.

Providing liquidity is not without risk, as you may be exposed to impermanent loss. [“Simply put, impermanent loss is the difference between holding tokens in an AMM and holding them in your wallet.” - Nate Hindman](https://blog.bancor.network/beginners-guide-to-getting-rekt-by-impermanent-loss-7c9510cb2f22)​

It’s not all bad for liquidity providers as you will also be given a reward in the form of trading fees. Whenever someone trades MLX, the trader pays a 0.2% fee, of which 0.17% is added to the liquidity pool of the swap pair they traded on.

For example:

* There are 10 FLIP tokens representing 10 MLX and 10 BNB tokens.
* 1 Flip token = $1 MLX + $1 BNB
* Someone trades 10 MLX for 10 BNB.
* Someone else trades 10 BNB for 10 MLX.
* The MLX/BNB liquidity pool now has 10.017 MLX and 10.017 BNB.
* Each FLIP token is now worth 1.00017 MLX + 1.00017 BNB.

To make being a liquidity provider even more worth your while, you can also put your FLIP tokens to work whipping up some fresh yield on the Metaple Finance farms, while still earning your 0.17% trading fee reward.


---

# 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.metaple.finance/liquidity-pools-and-adding-liquidity.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.
