# 資產

全新的資產模塊，您可以通過[存入](/finchain-docs/assets/deposit.md)或[提取](/finchain-docs/assets/withdraw.md)，輕鬆管理您的鏈上資產，包括 Crypto 和 RWA Tokens。

## 支持的資產類別

目前，FinChain 提供以下資產的存入或提取服務：

<table><thead><tr><th width="231.33331298828125">代幣名稱</th><th>已支持的網絡</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>

每種資產的存入和提取需要遵循系統限額，每次存入的資產數量不能低於最小存入數量，否則系統可能無法識別。每種資產的存入和提取，可能需要支付[費用](/finchain-docs/assets/fees.md)。


---

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