# How to withdraw cryptocurrency

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

* The withdrawal address must be a wallet address controlled by you.
* The account must be in normal status (e.g., no risk control restrictions).
  {% endhint %}

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

On the withdrawal page, select the cryptocurrency you wish to withdraw (e.g., BTC, ETH, USDT).

![](/files/2izUBMY6MPSZPyIVvTD6)
{% endstep %}

{% step %}
&#x20;**Select Network**

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

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

{% step %}
&#x20;**Enter the withdrawal address**

Enter the correct wallet address where you want to receive the funds.

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

{% step %}
&#x20;**Enter the withdrawal amount**

Enter the amount of cryptocurrency you wish to withdraw.

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

{% step %}
**Complete email verification**

If you have not yet completed email verification, please go to the verification page to ensure account security and normal functioning.

![](/files/2OAgkTOjX4e9JsKI8F7C)
{% endstep %}

{% step %}
**Enter the email verification code**

The verification code has been sent to your email address. Please check your inbox and enter the 6-digit verification code to complete the confirmation.

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

{% step %}
**Complete identity verification**

Please complete the identity verification process to unlock withdrawal and selling functions and enjoy the full platform services.

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

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

Withdrawals will be processed after the required blockchain confirmation is completed.\
**Note: Most transactions take several minutes to complete, but the actual time may vary.**
{% endstep %}

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

Once the transaction is successful, the funds will automatically appear in your wallet.
{% 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-withdraw-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.
