> 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/using-mezzanine/redeem-mzusd.md).

# Redeem mzUSD

mzUSD is redeemed for USDC. In normal conditions this is instant. Redemptions are subject to available liquidity; if the[ protocol's liquid buffer is temporarily insufficient](/security-and-audits/protocol-risks.md#an-automatic-rebalancing-from-the-reservoir-to-the-issuance-vault-primary-liquidity-source-for-redem), redemptions cannot be processed until liquidity is restored.

{% stepper %}
{% step %}
On the **Mint** page, switch to the **Redeem** tab.
{% endstep %}

{% step %}
Enter the mzUSD amount you want to burn.
{% endstep %}

{% step %}
Complete the two-step transaction

a. **Approve**: authorize the protocol to spend your mzUSD.\
b. **Redeem**: deposit mzUSD, confirm the transaction and receive USDC.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Requirements

* Minting and redeeming mzUSD requires whitelisting via **KYC/KYB and AML checks**. To begin the process, open a ticket in the [Mezzanine Discord](https://discord.com/invite/j27ARXEfvV) Once whitelisted, minting and redeeming is **permissionless**. Non-whitelisted addresses will not be able to mint or redeem.
* A minimum transaction threshold may apply. Current minimums, if any, are displayed in the app.
* Minting and redeeming is subject to geographic and investor eligibility restrictions. **Users from the United States, United Kingdom, and sanctioned countries are not eligible to mint or redeem mzUSD.**
  {% endhint %}


---

# 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/using-mezzanine/redeem-mzusd.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.
