> For the complete documentation index, see [llms.txt](https://finchain.gitbook.io/finchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finchain.gitbook.io/finchain-docs/accounts/wallets.md).

# 數字錢包

{% hint style="warning" %}
**注意：**&#x8BF7;确保您拥有该地址的全部所有权，包括私钥和助记词。请勿关联其他平台或交易所提供的收款地址。
{% endhint %}

您可以在 **「賬戶-數字錢包-關聯數字錢包」** 中關聯您本人的數字錢包。此帳戶將用於 FinChain星鏈 平台活動的收付款，為避免造成不必要的資產損失，請務必仔細核對您填寫的錢包地址資訊！

### 您需要填寫以下數字錢包信息：

* 選擇網絡（ERC-20或TRC20）
* 錢包地址
* 別稱（選填）

您可以隨時移除您的數字錢包信息。與任何進行中的訂單關聯的數字錢包暫不可移除。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://finchain.gitbook.io/finchain-docs/accounts/wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
