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