# Liquidity Pools

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

For example, if you deposited **CRP** and **BNB** into a Liquidity Pool, you'd receive **CRP-BNB LP** tokens.&#x20;

The actual number of LP tokens you receive IS **your portion** of the **CRP-BNB** Liquidity Pool.&#x20;

And to make it interesting: redeem your funds at any time by removing your liquidity.

## Earn Trading Fees as a Liquidity Provider

{% hint style="info" %}
Providing liquidity gives you a reward in the form of Cronopoly Finance, the trader pays a 0.20% fee, **of which 0.10%** is added to the Liquidity Pool of the swap pair they traded on. But what is happening with the rest? Most of it is going to be infused into liquidity by our algorithm CRP-S on demand to make sure you have a high APR.&#x20;
{% endhint %}

A real world example:

* Assumption: CRO & BNB are the same price
* The are 10 LP tokens representing 10 CRP and 10 BNB tokens.
* 1 LP token = 1 CRP + 1 BNB
* Someone trades 10 CRP for 10 BNB.
* Someone else trades 10 BNB for 10 CRP.
* The CRP/CRO liquidity pool now has 10.017 CRP and 10.017BNB.
* Each LP token is now worth 1.00017 CRP + 1.00017 BNB.

But that isn't all. Thought about some staking?&#x20;

## Impermanent Loss

{% hint style="danger" %}
Providing liquidity is not without risk. Impermanent loss exposure is possible.
{% endhint %}


---

# 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://cronopoly-documents.gitbook.io/crp-cronopoly-finance/fundamentals-and-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.
