> For the complete documentation index, see [llms.txt](https://docs.mento.org/mento-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mento.org/mento-v3/build/smart-contracts/reserve.md).

# Reserve

**Reserve** stores and manages ERC-20 collateral backing **Reserve-backed Mento stables** (USDm, EURm) on supported chains (e.g. Celo). The Reserve holds the fiat-backed assets (e.g. USDC, USDT, EUROC) that back circulating supply. In V3, the **ReserveLiquidityStrategy** is allowlisted on FPMM pools that pair USDm or EURm with those external stables; when a pool rebalances, the strategy mints or burns the Mento stable and moves collateral via the Reserve.

For the protocol role of the Reserve, see [The Reserve](/mento-v3/dive-deeper/the-reserve.md).

**Contract:** [mento-protocol/mento-core](https://github.com/mento-protocol/mento-core) — `contracts/swap/Reserve.sol`


---

# 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://docs.mento.org/mento-v3/build/smart-contracts/reserve.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.
