# Confirmations

An incoming transaction will not be processed until it gets a required number of confirmations.&#x20;

The number of required confirmations depends on a transaction amount.&#x20;

<table><thead><tr><th width="319">Chain</th><th>Required confirmations</th></tr></thead><tbody><tr><td>Bitcoin</td><td>1 confirmation if transaction amount is 1 BTC or lower<br>3 if amount is 1 - 10 BTC<br>6 if amount is more than 10 BTC</td></tr><tr><td>Bitcoin Cash</td><td>1 if transaction amount is 1 BCH or lower<br>3 if amount is 1 - 10 BCH<br>6 if amount is more than 10 BCH</td></tr><tr><td>Litecoin</td><td>1 if transaction amount is 100 LTC or lower<br>3 if amount is 1 - 2 LTC<br>6 if amount is more than 2 LTC</td></tr><tr><td>Dogecoin</td><td>1 if the transaction amount is 1000 DOGE or lower<br>3 if amount is 1000 DOGE - 10000 DOGE<br>6 if the amount is more than 10000 DOGE</td></tr><tr><td>ETH</td><td>2 if the transaction amount is 0,3 ETH or lower<br>3 if amount is 0,3 ETH - 3 ETH<br>6 if the amount is more than 3 ETH</td></tr><tr><td>USDT in the Ethereum network (ERC 20)</td><td>3 if the transaction amount is 1000 USDT or lower<br>5 if amount is 1000 USDT - 5000 USDT<br>6 if the amount is more than 5000 USDT</td></tr><tr><td>All other coins in the Ethereum network (ERC 20)</td><td>12</td></tr><tr><td>BNB and all coins in the BNB Smart Chain (BEP20)</td><td>15</td></tr><tr><td>TRX and all coins in the Tron network (TRC20)</td><td>1</td></tr><tr><td>Cardano</td><td>30</td></tr><tr><td>Ripple</td><td>1</td></tr><tr><td>Stellar</td><td>1</td></tr><tr><td>Solana</td><td>1</td></tr><tr><td>Polygon</td><td>127</td></tr><tr><td>TON</td><td>1</td></tr><tr><td>Arbitrum</td><td>30</td></tr><tr><td>Bahamut</td><td>3</td></tr></tbody></table>


---

# 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/confirmations.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.
