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

# FUSD

- [介紹](https://finchain.gitbook.io/finchain-docs/fusd/introduction.md)
- [發行框架](https://finchain.gitbook.io/finchain-docs/fusd/introduction/structure.md)
- [FUSD的儲備資產](https://finchain.gitbook.io/finchain-docs/fusd/introduction/reserves.md)
- [適用條件](https://finchain.gitbook.io/finchain-docs/fusd/introduction/eligibility.md)
- [服务提供商](https://finchain.gitbook.io/finchain-docs/fusd/introduction/vendors.md)
- [FUSD 代幣](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token.md): 本頁面介紹了FinChain Dollar (FUSD) 支持的區塊鏈網絡。
- [鑄造方式](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/mint.md)
- [贖回方式](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/redeem.md)
- [結算時間](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/cut-off-time.md)
- [孳息乘數](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/rebase-multiplier.md)
- [費用](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/fees.md)
- [儲備資產](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/reserve-assets.md)
- [在錢包中添加 FUSD](https://finchain.gitbook.io/finchain-docs/fusd/fusd-token/add-fusd-in-wallet.md)
- [跨鏈橋](https://finchain.gitbook.io/finchain-docs/fusd/bridge.md)
- [FUSDLP 代幣](https://finchain.gitbook.io/finchain-docs/fusd/fusdlp-token.md)
- [質押率](https://finchain.gitbook.io/finchain-docs/fusd/collateralization-ratio.md)
- [透明度](https://finchain.gitbook.io/finchain-docs/fusd/transparency.md)
- [風險](https://finchain.gitbook.io/finchain-docs/fusd/risks.md)
- [智能合約風險](https://finchain.gitbook.io/finchain-docs/fusd/risks/smart-contract-risks.md)
- [常見問題](https://finchain.gitbook.io/finchain-docs/fusd/faq.md)


---

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