> For the complete documentation index, see [llms.txt](https://developers.munzen.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.munzen.io/api-overview/currencies-confirmations-and-limits.md).

# Currencies, Confirmations, and Limits

### Supported Currencies

We support the following currencies:

* BTC
* ETH
* USDT (ERC-20, TRC-20, Polygon)
* USDC (ERC-20, TRC-20, Polygon, XL&#x4D;**\***)
* BCH
* LTC
* MATIC (Polygon)
* TRX

**\*** By default, these currencies are inactive. Contact your manager to enable them if necessary.

**\*\*** We offer nearly 500 distinct currencies and tokens that can be activated upon request. Please discuss your preferences with your manager.&#x20;

### Confirmations

All incoming transfers should get the required number of confirmations. You can check them below:

| Currency        | Confirmations |
| --------------- | ------------- |
| BTC             | 2             |
| ETH             | 20            |
| USDT (ERC-20)   | 20            |
| USDT (TRC-20)   | 20            |
| USDT (Polygon)  | 500           |
| BCH             | 6             |
| LTC             | 6             |
| MATIC (Polygon) | 350           |
| TRX             | 1             |

### Minimal Amount

{% hint style="info" %}
A minimum deposit amount is **required**. The same limits are applicable to **payouts**.
{% endhint %}

Here is a list of currencies with their limitations:

| Currency        | Min. amount |
| --------------- | ----------- |
| BTC             | 0,0001      |
| ETH             | 0,002       |
| USDT (ERC-20)   | 5           |
| USDT (TRC-20)   | 5           |
| USDT (Polygon)  | 5           |
| BCH             | 0,02        |
| LTC             | 0,05        |
| MATIC (Polygon) | 7           |
| TRX             | 70          |

### Sandbox Limitations

{% hint style="info" %}
Attention! Not all currencies are available in the Sandbox.
{% endhint %}

These currencies are available in the Sandbox:

* BTC
* ETH (Goerli Testnet)
* USDT (ERC-20) (Goerli Testnet)
* USDT (TRC-20) (Shasta Testnet)
* BCH
* LTC

| Currency                       | Min. amount |
| ------------------------------ | ----------- |
| BTC                            | 0,0005      |
| ETH (Goerli testnet)           | 0,005       |
| USDT (ERC-20) (Goerli testnet) | 1,00        |
| BCH                            | 0,1         |
| LTC                            | 0,1         |


---

# 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://developers.munzen.io/api-overview/currencies-confirmations-and-limits.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.
