# Minimum transaction amount

| Currency                             | Minimum transaction amount |
| ------------------------------------ | -------------------------- |
| Fiat accounts like EUR, USD, CAD etc | 5.0 EUR                    |
| Withdrawals with an exchange         | an equivalent of 5.0 EUR   |
| BTC                                  | 0.00005 BTC                |
| ETH                                  | 0.0001 ETH                 |
| XRP                                  | 0.00001 XRP                |
| XLM                                  | 30.0 XLM                   |
| LTC                                  | 0.0001 LTC                 |
| BCH                                  | 0.0001 BCH                 |
| DOGE                                 | 1.0 DOGE                   |
| ADA                                  | 1.0 ADA                    |
| BNB                                  | 0.001 BNB                  |
| TRX                                  | 1.0 TRX                    |
| SOL                                  | 0.01 SOL                   |
| SHIB                                 | 500000.0 SHIB              |
| USDT                                 | 5.0 USDT                   |
| USDC                                 | 5.0 USDC                   |
| DAI                                  | 5.0 DAI                    |
| POL                                  | 0.01 POL                   |
| ARB                                  | 5.0 ARB                    |
| TON                                  | 1.0 TON                    |
| IMX                                  | 4.0 IMX                    |
| FTN                                  | 1.0 FTN                    |


---

# 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://developers.cryptopay.me/guides/payouts/minimum-transaction-amount.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.
