# Transaction Processing Time

Once a client makes a transaction, the information is instantly sent to the blockchain network. The speed of transaction processing depends directly on the selected cryptocurrency and the network congestion.

It usually takes anywhere from 30 seconds to a few tens of minutes to collect a sufficient number of transaction confirmations in the blockchain and then to credit the recipient's balance.

Average transaction processing time:

* ERC20 / TRC20 / BSC / TON / SOL / BASE / ARB / OP — 30 seconds to 5 minutes;
* BTC — 10 minutes to several hours;
* LTC — 2 to 10 minutes.

You can track the status of the transaction in the blockchain network by going to the account page and clicking on the «Check transaction» button.

If the funds have been sent in full and the transaction is not confirmed before the bill expires, the payment will still be credited after two network confirmations.

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% endhint %}


---

# 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://support.cryptocloud.plus/en/payments/transaction-processing-time.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.
