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

# Liquidity Providing

<figure><img src="/files/BhODDLPpsAaMfw1USa5V" alt=""><figcaption></figcaption></figure>

When you add tokens to a CarboSwap Liquidity Pool you will receive LP tokens that will allow you to share out trading fees with other liquidity providers.

### LP Tokens

If you deposit APT and CARBO tokens in a liquidity pool you will receive APT/CARBO LP tokens which will represent your portion of the APT/CARBO Liquidity Pool. The funds deposited will be redeemable at any time. All you need to do is remove your liquidity.

### Liquidity providers earn trading fees

When traders swap tokens among your liquidity pool, you earn a share of the fees.

If your pair is traded on CarboSwap, users have to pay a fee that is entierly shared among liquidity providers. The fees increase depending on the risk that a liquidity provider takes.\
These fees are subsequently added to the respective Liquidity Pool.

#### Trading fees for a token are chosen by their deployer when he adds liquidity to his token through CarboSwap for the very first time

| Pool metrics                  | Pool fee (trading fees through CarboSwap) |                                     Pool description |
| ----------------------------- | ----------------------------------------: | ---------------------------------------------------: |
| Stablecoin pools \[USDT/USDC] |                                     0.05% |                             two USD stablecoin pools |
| Classic pools \[APT/USDT]     |                                     0.15% | USD stablecoin with a volatile token (unpegged) pool |
| Volatile pools \[APT/CARBO]   |                                      0.3% |                  two volatile tokens (unpegged) pool |

For added gains, you can also farm your LP tokens for some nice yield on our Turtle Farms all while still earning your trading fees.


---

# 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://carboswap.gitbook.io/whitepaper/carboswap/liquidity-providing.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.
