# Liquidity pools

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 **POSI** and **BUSD** into a Liquidity Pool, you'd receive **POSI-BUSD LP** tokens.

The number of LP tokens you receive represents your portion of the **POSI-BUSD** Liquidity Pool.&#x20;

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

![](https://708384545-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mdp4fjGfZFcARkxFmyK%2F-MgUghM74BaWqjMm_HLy%2F-MgUh-1-_AAEx4XzFIaN%2Fimage.png?alt=media\&token=3fbd9f59-af01-4bb0-bc42-d5181a74e3bb)

## Liquidity Providers earn trading fees

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

Whenever someone trades on Position Exchange, 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 POSI and 10 BUSD tokens.
* 1 LP token = 1 POSI + 1 BUSD.
* Someone trades 10 POSI for 10 BUSD.
* Someone else trades 10 BUSD for 10 POSI.
* The POSI/BUSD liquidity pool now has 10.017 POSI and 10.017 BUSD.
* Each LP token is now worth 1.00017 POSI + 1.00017 BUSD.

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 Position Exchange 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](https://blog.bancor.network/beginners-guide-to-getting-rekt-by-impermanent-loss-7c9510cb2f22)


---

# 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.position.exchange/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.
