# Deposit

{% 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 \[**Deposit**] button on the "**Asset**" page.
{% endstep %}

{% step %}

### Select the asset

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

{% step %}

### Confirm the network

The system will prioritize a frequently used network based on your preferences. You can switch to other networks you need in the "Select Network" section. All supported networks will be listed in the options.
{% endstep %}

{% step %}

### Pay to FinChain

Please make payments to FinChain according to the receiving wallet address and network shown on the page.

{% hint style="danger" %}
**Please carefully check the network and the minimum deposit limit for each asset. Choosing the wrong network or not meeting the minimum deposit limit may result in the loss of your assets.**
{% endhint %}
{% endstep %}

{% step %}

### Deposit done

Within minutes of completing your payment, you may see a "[Processing](/finchain-docs/en/asset/faq.md#how-can-i-track-the-status-of-my-deposit)" status in your asset list, indicating that we have received your payment.

Generally, your assets will be confirmed and credited within minutes, depending on the confirmation process of different blockchain networks. If your deposit remains in a "Processing" status for an extended period, you can view the transaction details on the Records page.

If you still have questions about the transaction status, please [contact us](mailto:support@finchain.global) for further assistance.
{% endstep %}
{% endstepper %}

Why haven't my deposited assets arrived in my account? Learn more [FAQ](/finchain-docs/en/asset/faq.md) about deposited assets.


---

# 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/deposit.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.
