# Pools

The platform allows users to create a liquidity pool (LP) or deposit liquidity in existing pools.

Users depositing liquidity are rewarded based on LP usage. The more LP is used, the more fees are generated and the more liquidity providers are rewarded.

Providing liquidity in governance-selected pools also enables participation in the [Earn](/english/earn.md) program.

<figure><img src="/files/fgAiUfA7g9Bl6TCnrFna" alt=""><figcaption><p>Liquidity Pools</p></figcaption></figure>

To reward users, we have chosen not to introduce rewards in an inflationary token for which selling pressure would exist. The rewards are made in the tokens of the LP allowing a real yield (**Real Yield**).

Constant product AMM liquidity pools can be deployed in a decentralized and permissionless way.

Stable swap pools (eg. USDC-USDT), offering deeper liquidity, can be deployed and registered manually into the list of pools. This cannot be done is an automatic way since the configuration of the pool requires setting specific parameters most of the time.


---

# 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://jexchange.gitbook.io/english/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.
