> For the complete documentation index, see [llms.txt](https://funpump.gitbook.io/funpump/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://funpump.gitbook.io/funpump/pancakeswap-exchange/pancakeswap-pools.md).

# Liquidity Pools

![](/files/kMyLiUfgruefdehmeJbg)

When you add your token to a Liquidity Pool you will receive Liquidity Provider (LP) tokens and share in the fees.

## LP Tokens

As an example, if you deposited HOPE and MATIC into a Liquidity Pool, you'd receive HOP&#x45;**-MATIC LP** tokens.

The number of LP tokens you receive represents your portion of the HOPE-MATIC Liquidity Pool.

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

![](/files/No8gCjqsU39kPso5xToo)

## Liquidity Providers earn trading fees

Providing liquidity gives you a reward in the form of trading fees when people use your liquidity pool.

Whenever someone trades on HopiumSwap, the trader pays a 0.25% fee, **of which 0.17%** is added to the Liquidity Pool of the swap pair they traded on.

For example:

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

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 HOPE Farms, while still earning your 0.17% trading fee reward.

## Impermanent Loss

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://funpump.gitbook.io/funpump/pancakeswap-exchange/pancakeswap-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.
