# Asset Overview

The new asset aera allows you to easily manage your on-chain assets, including Crypto and RWA Tokens, by [depositing](/finchain-docs/en/asset/deposit.md) or [withdrawing](/finchain-docs/en/asset/withdrawal.md) them.

### Supported asset classes

Currently, FinChain offers deposit or withdrawal services for the following assets:

<table><thead><tr><th width="220">Tokens</th><th>Supported networks</th></tr></thead><tbody><tr><td>USDT (Tether USD)</td><td>Ethereum (ERC20)、Tron (TRC20)</td></tr><tr><td>USDC (USD Coin)</td><td>Ethereum (ERC20)</td></tr><tr><td>FUSD (FinChain Dollar)</td><td>Ethereum（ERC20）、Sonic、Avalanche、exSat</td></tr><tr><td>FUSDLP (FinChain Dollar LP)</td><td>Ethereum（ERC20）、Sonic、Avalanche、exSat</td></tr></tbody></table>

Deposits and withdrawals of each asset are subject to amout limits. The amount of assets deposited each time cannot be less than the minimum deposit amount; otherwise, the system may be unable to recognize the asset. [Fees](/finchain-docs/en/asset/fees.md) may apply to deposits and withdrawals of each asset.


---

# 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/asset-overview.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.
