# Withdrawal

{% hint style="warning" %}
For your account and asset safety, please complete all account security settings before using any asset-related services.
{% endhint %}

{% stepper %}
{% step %}

### Start

Click \[**Withdraw**] button on the "**Asset**" page.
{% endstep %}

{% step %}

### Select asset and network

Select one asset or token from the list.
{% endstep %}

{% step %}

### Enter the withdrawal amount

Please enter the amount of assets you wish to withdraw. You will see the estimated receiving amount after deducting [fees](/finchain-docs/en/asset/fees.md) in the subsequent steps.
{% endstep %}

{% step %}

### Choose the way to receive

Select a wallet address in your digital wallet account list to receive asset withdrawals.
{% endstep %}

{% step %}

### Security check

Please complete all necessary [security](/finchain-docs/en/safety/account-safety.md) verification and click \[**Next**]
{% endstep %}

{% step %}

### Tracking status

You can continue by clicking \[**View Details**] or viewing the details of your asset withdrawal transaction in "**Assets - Records**". Learn more about the status of asset withdrawal orders [here](/finchain-docs/en/asset/faq.md#why-hasnt-my-withdrawal-arrived-in-the-account).
{% 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://finchain.gitbook.io/finchain-docs/en/asset/withdrawal.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.
