> For the complete documentation index, see [llms.txt](https://docs.mezz.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mezz.finance/how-it-works/liquidity.md).

# Liquidity

USDC deposited into Mezzanine enters a three-layer liquidity system before being deployed into yield-generating strategies.

<figure><img src="/files/N12UYbl17gprdE1OLT2R" alt=""><figcaption></figcaption></figure>

**Issuance Vault**: The central settlement layer for all mzUSD mints and redemptions. Maintains a dedicated liquid buffer for fast withdrawals and rebalances with the Reservoir to maintain target levels. If the buffer is temporarily below a redemption amount, it pulls from the Reservoir and Master Vault, if needed.

**Reservoir**: The protocol's on-chain liquid reserve. Target \~1–5% of total liquidity. Refills the Issuance Vault as needed, **supports short-duration yield strategies**. A portion of funds is redeployed to Master Vault if an established amount of funds is reached in the Reservoir.

The Reservoir rebalances with the Issuance Vault to support mzUSD redemptions. If the Issuance Vault drops below its target level, the Reservoir covers the deficit. Excess funds from the Issuance Vault are moved back to the Reservoir.

If the established threshold in the Reservoir is reached, all funds are deposited from it into the Reservoir’s Strategy and Upshift Vault via Chainlink Automation.

The protocol can pause an individual strategy if conditions require it.<br>

**Master Vault**: The protocol's primary capital pool. Target \~95–99% of total liquidity. Operated by curators within predefined risk parameters for yield generation.

The Issuance Vault, the Reservoir (including its strategies and earnings), and the Master Vault (including its strategies and earnings) are included in Accountable's NAV calculations.


---

# 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:

```
GET https://docs.mezz.finance/how-it-works/liquidity.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.
