> For the complete documentation index, see [llms.txt](https://u.naturaldao.io/be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://u.naturaldao.io/be/chapt-1.md).

# 第一章 区块链底层概念

- [1.1 比特币白皮书](https://u.naturaldao.io/be/chapt-1/bitcoin-white-paper.md): 区块链源于比特币技术。虽然比特币已经被以太坊超越，并且我也认为因为中本聪的失踪，群龙无首，导致比特币无法继续更新换代，已经走到了尽头。但《比特币白皮书》仍然是值得我们仔细研读的文献！
- [1.2 区块链概念的学习路径](https://u.naturaldao.io/be/chapt-1/qu-kuai-lian-gai-nian-de-xue-xi-lu-jing.md): 书山有路勤为径
- [1.3 区块链的共识](https://u.naturaldao.io/be/chapt-1/qu-kuai-lian-de-gong-shi-yu-gong-shi-ji-zhi.md): 共识、共识算法、共识规则、共识机制、PoW、PoS、PoV、分叉、挖矿、挖矿难度与算力。公链很忙的！
- [1.4 什么是挖矿](https://u.naturaldao.io/be/chapt-1/1.4-shen-me-shi-wa-kuang.md)
- [1.5 什么是分叉](https://u.naturaldao.io/be/chapt-1/1.5-shen-me-shi-fen-cha.md)
- [1.6 比特币的特色和局限](https://u.naturaldao.io/be/chapt-1/advantages.md)
- [1.7 小讨论](https://u.naturaldao.io/be/chapt-1/xiao-tao-lun.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://u.naturaldao.io/be/chapt-1.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.
