> 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/mint-mzusd.md).

# Mint mzUSD

mzUSD is the base asset of the Mezzanine Protocol. mzUSD is minted by depositing USDC at parity.<br>

{% stepper %}
{% step %}
Go to the **Mint** page.
{% endstep %}

{% step %}
Enter the USDC amount, or click MAX.
{% endstep %}

{% step %}
Complete the two-step transaction

a. **Approve**: authorize the protocol to spend your USDC.

b. **Mint**: deposit USDC, confirm the transaction and receive mzUSD.
{% endstep %}
{% endstepper %}

<figure><img src="/files/9sFZ2SSSaHm3QduYrp8M" alt=""><figcaption></figcaption></figure>

{% 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/mint-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.
