# Liquidity Pools

[**PancakeSwap pools** ](https://exchange.pancakeswap.finance/#/pool)allow you to provide liquidity by adding your tokens to liquidity pools.

When you add your token to a liquidity pool you will receive Liquidity Pool (LP) tokens.

\
As an example, if you deposited **BEAR** and **BNB** into a liquidity pool, you would receive **BEAR-BNB LP** tokens.&#x20;

The number of LP tokens you receive represents your portion of the BEAR-BNB liquidity pool.&#x20;

You can also redeem your funds at any time by removing your liquidity.

![](https://918910341-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYrygWT2j7Y12Y2B2eK%2F-MYswj2K4HTe8JoU06e_%2F-MYt0Eff-SKGvshRO4Xy%2Fl1.png?alt=media\&token=0dd4d699-f3f2-4d5e-91e8-00aed4bd8d5c)

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

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 BearSwap, the trader pays a 0.2% fee, of which 0.17% is added to the liquidity pool of the swap pair they traded on.&#x20;

For example:

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

To make being a liquidity provider even more worth your while, you can also put your LP tokens to work whipping up some fresh yield on the [BEAR farms (here)](https://exchange.bearswap.finance/#/farm), while still earning your 0.17% trading fee reward.&#x20;


---

# 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://bearswapfinance.gitbook.io/bearswap/products/exchange/liquidity-pools.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.
