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

# Liquidity Pools

Liquidity pools allow you to provide liquidity by adding your tokens to liquidity pools.

When you add tokens to the liquidity pool, you will receive liquidity pool (LP) tokens.

As an example, if you deposited CONE and **USDT** into a liquidity pool, you would receive CON&#x45;**-USDT LP** tokens.

The number of LP tokens you receive represents your portion of the CONE-USDT 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.

Whenever someone trades CONE, the trader will pay a 0.2% fee.

## For example:

* There are 10 LP tokens representing 10 CONE and 10 BNB tokens.
* 1 LP token = 1 CONE + 1 BNB
* Someone trades 10 CONE for 10 BNB.
* Someone else trades 10 BNB for 10 CONE.
* The CONE/BNB liquidity pool now has 10.017 CONE and 10.017 BNB.
* Each LP token is now worth 1.00017 CONE + 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 CONE Farms, while still earning your 0.17% trading fee reward.[<br>](https://coinone-1.gitbook.io/coinone/chan-pin-gong-neng/exchange/how-to-trade)


---

# 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://coinone-1.gitbook.io/coinone/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.
