# Liquidity Pools

Clipper's [pools](https://clipper.exchange/app/liquidity/pool?ref=blog.clipper.exchange) are multi-asset liquidity pools composed of Clipper Core Assets (*usually ETH, WBTC, USDC, USDT, DAI, and the native token of the given chain*). These assets are commodities that comprise 70% of all trade volume in DeFi.

<div align="center"><figure><img src="/files/qDUYnUUDE7nKrxaQVrrB" alt="" width="563"><figcaption><p>Example of Clipper Core Assets on the Polygon netowrk</p></figcaption></figure></div>

Unlike most DEX liquidity pools, Clipper LPs earn yield on a *pro rata* portion of the entire pool, not just the asset(s) they deposit. Upon deposit, LPs receive LP tokens which represent their fractional ownership of the underlying pool. LP tokens have no value other than this representation.

{% hint style="info" %}
LP tokens are called **CLIPPERLP** on the Ethereum network and **CLPRDRPL** on all other chains--despite the difference in name, they serve the same purpose.&#x20;
{% endhint %}

There is one liquidity pool on each chain. The benefit of using one unified pool is to consolidate liquidity, rather than fragmenting it across multiple pools to achieve the same pairings. This increases capital efficiency, allowing for higher yields with lower fees.


---

# 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.clipper.exchange/how-to-use-clipper/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.
