> 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/rwas/finpass.md).

# FinPass

{% hint style="warning" %}
**注意：**&#x5728;使用 FinPass 前，您需要完成賬戶認證和賬戶安全的必要設置。
{% endhint %}

### 什麼是 FinPass？

FinChain星鏈正在構建一個區塊鏈合規金融層，FinPass 是由 FinChain星鏈 為用戶構建的鏈上通用一體化身份系統，是 FinChain鏈上生態的核心應用。將您的錢包地址與身份信息關聯，升級為 FinPass，作為您在 FinChain 生態的通用 ID，解鎖更多合規的鏈上應用場景。

### 如何加入 FinPass？

您可以&#x5728;**「賬戶-錢包地址」**&#x7684;列表中點&#x64CA;**「升級 FinPass」**&#x6309;鈕，僅需完成簡單的錢包簽名授權，即可完成 FinPass 加入申請，無需支付任何費用。當您的錢包地址通過了系統的安全檢查，

### 如何使用 FinPass？

在 RWAs 市場、FUSD（FinChain Dollar）的鑄造與贖回過程中，系統或智能合約將檢查您的錢包地址是否已获得 FinPass 资格。否则，您将看到一些提示，您必须根据提示完成 FinPass 升级，才能继续这些交易操作。

### 唯一性

FinPass 是您在 FinChain星链 以及与 FinChain星链 相互信任的其他合作伙伴之链上应用的通用去中心化身份标志。因此，已获得 FinPass 的钱包地址将与您的账户身份验证信息关联。为确保您的账户与资产安全，请务必确认有且仅有您本人拥有此钱包地址的所有权。

目前，您的钱包地址一旦升级 FinPass 资格，暂时不支持撤销。


---

# 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/rwas/finpass.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.
