# How to deposit cryptocurrency

{% hint style="info" %}
**Prerequisites**

Before initiating a deposit, please ensure that you have:

* A registered and verified account on D1CE
* A crypto wallet (e.g., Binance, Coinbase, OKX, Trust Wallet, etc.)
* Sufficient funds in USDT, BTC, or ETH
  {% endhint %}

{% stepper %}
{% step %}
**Select Cryptocurrency**

In the recharge pop-up windowSelect the cryptocurrency you wish to deposit (e.g., BTC, ETH, USDT).

![](/files/UIJUR94CGoVXTVS5QL5B)
{% endstep %}

{% step %}
**Select Network**

For tokens like USDT, you need to choose the correct network (e.g., ERC20, TRC20).\
**Note: Please ensure that the network you select is the same as the network used by the external wallet or exchange.**

![](/files/5YBWOdAK5vEmWeGUti2w)
{% endstep %}

{% step %}
**Copy the recharge address or scan the QR code**

The system will generate a unique recharge address for your account.Click "Copy Address" or scan the QR code using the wallet app.

![](/files/1L714zFujRWDOyk9c2AP)
{% endstep %}

{% step %}
**Transfer cryptocurrency from external wallet to D1CE**

Please select the same network you chose when copying the "Deposit Address" in D1CE, and paste that address into the corresponding field when sending or withdrawing funds from an external wallet.
{% endstep %}

{% step %}
**Wait for blockchain confirmation**

The deposit will be credited to your account after the blockchain completes the required number of confirmations.\
**Note: Most transactions are processed within minutes, but there can be variations.**
{% endstep %}

{% step %}
**Check your wallet balance in D1CE**

Once the transaction is successful, the funds will automatically appear in your D1CE wallet — ready to play anytime!
{% endstep %}
{% endstepper %}


---

# 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://doc.d1ce.com/blog-en/general-questions/how-to-deposit-cryptocurrency.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.
