# 如何閱讀本書

> **最後更新：2026 年 1 月**

## 這本書不是要你從第一頁讀到最後一頁。它是一本百科全書，你可以從任何有興趣的地方開始。

### 閱讀建議

**如果你是完全新手**

建議從第一篇「貨幣的本質」開始，了解為什麼我們需要區塊鏈。

**如果你想了解比特幣**

直接跳到第二篇「區塊鏈基礎」。

**如果你想了解投資**

從第七篇「數位資產發行與投資」開始，但請先讀完第六篇「區塊鏈安全」。

**如果你是開發者**

第九篇「區塊鏈技術開發」和第三篇「以太坊生態系」適合你。

### 符號說明

本書使用以下符號標示內容類型：

| 符號 | 意義                 |
| -- | ------------------ |
| 🆕 | 新增章節（2024-2026 更新） |
|    | 重點提示               |
|    | 注意事項               |
|    | 警告/風險              |

### 學習路徑建議

**路徑一：投資者**

1. 貨幣的本質 → 2. 區塊鏈基礎 → 6. 區塊鏈安全 → 7. 數位資產投資 → 8. 交易所

**路徑二：開發者**

1. 區塊鏈基礎 → 3. 以太坊生態系 → 9. 技術開發 → 10. DeFi

**路徑三：趨勢觀察者**

20. AI x Web3 → 23. RWA → 24. DePIN → 21. 預測市場

### 持續更新

區塊鏈發展快速，本書會持續更新。標有 🆕 的章節是 2024-2026 年新增的內容。

{% hint style="info" %}
區塊鏈是一個需要實作才能真正理解的領域。建議邊讀邊動手試試看——創建錢包、領取測試幣、嘗試 DeFi。
{% endhint %}

***

#### 相關條目

* [前言：為什麼寫這本書](/di-ling-zhang-dao-du/blockpedia.md)
* [幣：共同約定的價值](/cong-wu-wu-jiao-huan-dao-shu-wei-huo-bi/currency.md)

#### 參考資料


---

# Agent Instructions: 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:

```
GET https://www.0x1.academy/di-ling-zhang-dao-du/how-to-read.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
