# Providing Liquidity

CLP is the liquidity provider token for Cultured. Liquidity providers earn fees from leverage trading, borrowing fees and swaps.

### Overview[​](https://gmx-docs.io/docs/providing-liquidity/v1#overview) <a href="#overview" id="overview"></a>

CLP consists of an index of stablecoin and yield generating assets used for swaps and leverage trading. The current basket of coins in CLP includes:

* pUSD
* nRWA
* nYIELD
* nTBILL

It can be minted using any index asset and burnt to redeem any index asset. The price for minting and redemption is calculated based on (total worth of assets in index including profits and losses of open positions) / supply.

**Index Weight:**

In incentivize there is enough pUSD to pay out profits and losses for traders, there is an optimal weight for each assets within CLP. Users might experience slippage if they deposit an asset that is currently overweight in the LP pool. <br>


---

# 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.cultured.finance/tutorial/providing-liquidity.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.
