# Fees

### 1. No network fees for deposits <a href="#id-1-no-network-fees-for-deposits" id="id-1-no-network-fees-for-deposits"></a>

Depositing assets is free of charge; transaction fees are paid by the transaction initiator.

For example, when you withdraw digital assets from your account or wallet on platform A, you will be charged a withdrawal fee or on-chain gas fee. However, if someone else deposits digital assets into your account, you, as the recipient, will not pay any fees.

{% hint style="warning" %}
Note: If your deposit amount is less than the minimum deposit amount displayed on the deposit page, your assets will not be credited to your account. Please ensure that your deposit amount is greater than the minimum deposit amount. Currently, only some cryptocurrencies support account retrieval. If you need to retrieve cryptocurrencies that have not been credited to your account, you can [contact us](mailto:support@finchain.global) for assistance, but retrieval will incur additional handling fees.
{% endhint %}

### 2. Network fees for withdrawals <a href="#id-2-network-fees-for-withdrawals" id="id-2-network-fees-for-withdrawals"></a>

When you withdraw your assets, we will charge a fee to cover the real-time on-chain gas cost for transferring the assets to the target address. Currently, withdrawal fees are deducted from the withdrawal amount first.

(1) **Operational costs**: To ensure stable and reliable service, the fee includes a small portion to cover essential platform maintenance and operations.

(2) **Transaction assurance**: We dynamically adjust fees to manage network congestion and price fluctuations, ensuring your transactions are processed smoothly.

(3) **Update timing**: Fees are updated based on network conditions, so the amount shown may differ slightly from the real-time on-chain gas cost at any given moment.

Please refer to the withdrawal page for the specific currency and amount.


---

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