# Mint

To mint ***zTokens***, the user must deposit **USDC** as collateral. \
\
The user can then select how much ***zUSD*** they wish to mint. The user can input any value of zUSD capped by a minimum collateralization ratio of 150.00%.&#x20;

If a user wants to deposit collateral without minting any ***zUSD*** they can simply leave the mint input box at 0.0. Similarly, if they would like to mint ***zUSD*** without depositing any collateral they can leave the deposit input box at 0.0, provided that the user has sufficient headroom in their collateralization ratio to mint additional ***zUSD**.*


---

# 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.baki.exchange/features/mint.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.
