> For the complete documentation index, see [llms.txt](https://support.keyst.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng.md).

# 高級功能

- [在鎖定屏幕上顯示NFT](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zai-suo-ding-ping-mu-shang-xian-shi-nft.md): 使用 MetaMask 或 Solflare 將您的以太坊 NFT 導入 Keystone。輕鬆獲得更多 NFT 的曝光，並享受無縫集成。立即開始吧！
- [支持三種 BTC 地址格式](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhi-chi-san-zhong-btc-di-zhi-ge-shi.md)
- [切換地址格式或衍生路徑](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/qie-huan-di-zhi-ge-shi-huo-yan-sheng-lu-jing.md): 了解如何在 Keystone 上切換 ETH、BTC、SOL 或 Near 的推導路徑，以匹配 Ledger 等其他錢包上的地址格式。
- [導出 BTC 的擴展公鑰（XPUB）](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/dao-chu-btc-de-kuo-zhan-gong-yue-xpub.md)
- [展示 ENS 域名](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhan-shi-ens-yu-ming.md)
- [多簽功能](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/duo-qian-gong-neng.md)
- [刪除多簽錢包](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/duo-qian-gong-neng/shan-chu-duo-qian-qian-bao.md)
- [Staking](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/staking.md)
- [解析 DeFi 交易](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/jie-xi-defi-jiao-yi.md)
- [解析多簽交易](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/jie-xi-duo-qian-jiao-yi.md): 为了让用户了解Keystone如何进行多签解析，本教程将以Safe为例进行讲解。
- [解析 4-byte Function Signature](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/jie-xi-4byte-function-signature.md)
- [助記詞](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhu-ji-ci.md)
- [創建自己的助記詞](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhu-ji-ci/chuang-jian-zi-ji-de-zhu-ji-ci.md)
- [創建/導入 Shamir 分片助記詞](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhu-ji-ci/chuang-jian-dao-ru-fen-pian-zhu-ji-ci.md)
- [使用骰子創建助記詞](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhu-ji-ci/shi-yong-tou-zi-chuang-jian-zhu-ji-ci.md)
- [檢查助記詞](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhu-ji-ci/jian-cha-zhu-ji-ci.md)
- [從 Ledger 轉移到 Keystone](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/zhu-ji-ci/cong-ledger-zhuan-yi-dao-keystone.md): 本教程将向您介绍如何將您的數字資產從 Ledger 轉移到 Keystone，以及迁移过程中的一些常见问题。
- [密語錢包（Passphrase）](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/mi-yu-passphrase.md)
- [防拆觸發（僅限 Keystone Pro）](https://support.keyst.one/traditional-chinese/gao-ji-gong-neng/fang-chai-chu-fa-jin-xian-zhuan-ye-ban.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://support.keyst.one/traditional-chinese/gao-ji-gong-neng.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.
