> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan.md).

# 保管你的加密資產

- [電子錢包](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/wallet.md): 電子錢包更完整的說法，應該是加密錢包（英文：Crypto Wallet）或加密貨幣錢包\\(Crypto-currencies Wallet\\)；簡言之，就是使用者拿來存放數位資產、加密貨幣的工具。
- [錢包地址](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/address.md): 錢包地址（英文：Wallet Address）就是區塊鏈帳本裡的一個帳戶，通常是一組英數組合的字碼，或其相應的 QRCode 二維碼，擁有這組地址或二維碼，別人就可以發送數位貨幣給你。
- [公鑰](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/gong.md): 公鑰（英文：Public Key）就是使用者在區塊鏈帳本中可以公開的帳號本體，而私鑰則是絕對不可洩漏的密碼。對比網路 2.0 時代的電子郵件系統，公鑰就像使用者帳號，公鑰地址（又稱作錢包地址）就像該帳號使用者的電子郵件地址；而私鑰，則就像是可以取得所有信件的密碼了。
- [私鑰](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/si.md): 私鑰（英文：Private Key）可以說是區塊鏈世界中 - 使用者帳號的無敵鑰匙/密碼。非常非常重要！它不僅像是任何系統或平台的密碼，甚至比密碼還危險，一旦丟失，帳戶錢包裡的所有資產就立刻落入他人之手。
- [密鑰庫（Keystore）](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/si/keystore.md): 密鑰庫（Keystore）又稱密鑰庫文件（Keystore File）是錢包私鑰儲存的另外一種格式（多半是 JSON）。密鑰庫檔案通常可以再以用户自定的密碼再對私鑰進行一次加密，讓用戶可以方便保存私鑰。
- [助記詞](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/seed.md): 助記詞（Backup Phrase）是私鑰的另一種表現形式，其目的是為了幫助用戶記憶、記錄複雜的私鑰，避免抄寫錯誤。
- [助記詞安全](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/seed/seed-security.md)
- [帳戶抽象](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/account-abstraction.md)
- [簽名](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/ming.md): 數位資產在發生交易時，發起人必須向區塊鏈驗證他是發起人本人，並擁有該錢包的資產。此時區塊鏈便會另發起人以私鑰作為驗證，類似傳統銀行裡簽名的動作，一旦出示私鑰，就算完成簽名。
- [多重簽名](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/ming/duo-zhong-ming.md): 多重簽名（Multi-Signature / Multi-Sig）亦即要多組不同的私鑰同時出示進行驗證，才算完成簽名。
- [離線簽名](https://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan/ming/ming-bao.md): 離線簽名（英文：Offline Signature）是一種不必讓錢包連線到網路，就能運作的技術。


---

# 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://www.0x1.academy/bao-guan-ni-de-jia-mi-zi-chan.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.
