> For the complete documentation index, see [llms.txt](https://doc.d1ce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.d1ce.com/blog-en/general-questions/how-to-deposit-cryptocurrency.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://doc.d1ce.com/blog-en/general-questions/how-to-deposit-cryptocurrency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
