> For the complete documentation index, see [llms.txt](https://doc.chrema.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.chrema.net/5.-chrema/liquidity-pool.md).

# Liquidity Pool

### 1. Liquidity Pool <a href="#id-1.-liquidity-pool" id="id-1.-liquidity-pool"></a>

CHREMA provides liquidity for gold-backed digital tokens (CHREMA tokens) through its liquidity pools. Users who participate by depositing assets into these pools can earn rewards in return.

* **Liquidity Provision:** Users deposit CHREMA tokens into liquidity pools to enable asset exchange with other users. This facilitates seamless trading between gold-backed digital tokens and other connected assets.
* **Fee Distribution:** Assets deposited in liquidity pools generate trading fees and other revenues, which are then distributed as rewards to liquidity providers.

***

## 2. Liquidity Provider Rewards

Participants in the CHREMA liquidity pools receive the following rewards:

* **Swap Fees:** A portion of the transaction fees generated within the liquidity pool is paid to liquidity providers.
* **Reward Tokens:** Users depositing assets into the liquidity pool are granted reward tokens from the CHREMA platform. These tokens can be utilized in various ways within the CHREMA ecosystem.

***

## 3. Liquidity Pool Management

* **Support for Multiple Assets:** Beyond gold-backed assets, CHREMA offers the ability to add various assets to the liquidity pools, providing users with diversified options and enhancing overall liquidity.
* **Liquidity Risk Management:** CHREMA incorporates multiple risk management mechanisms to handle price volatility and liquidity shortages, ensuring the maintenance of stable liquidity.


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.chrema.net/5.-chrema/liquidity-pool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
