# 第四章 区块链2.0：智能合约

- [4.1 以太坊白皮书及以太坊解读](https://u.naturaldao.io/be/chapter4/4.2-jie-du-yi-tai-fang.md): 以太坊：下一代智能合约和去中心化应用平台
- [4.2 连接钱包和使用以太坊登录](https://u.naturaldao.io/be/chapter4/4.1-yi-tai-fang-bai-pi-shu.md): 使用以太坊登录
- [4.3 通证（token）及其多样性](https://u.naturaldao.io/be/chapter4/4.3-tong-zheng-token-ji-qi-duo-yang-xing.md): 通证乃区块链的两大硬核之一
- [4.4 智能合约（Smart Contract）](https://u.naturaldao.io/be/chapter4/4.4-zhi-neng-he-yue-smart-contract.md): 智能合约乃区块链的硬核之一。它和通证的账单一样，是部署在链上的，因此具有公开透明、不可篡改等特性。
- [4.5 ERC-20通证标准及其爆发性应用](https://u.naturaldao.io/be/chapter4/4.5-erc20-tong-zheng-biao-zhun-ji-qi-bao-fa-xing-ying-yong.md)
- [4.6 ERC-721非同质通证标准及其严重缺陷](https://u.naturaldao.io/be/chapter4/4.6-erc721-fei-tong-zhi-tong-zheng-biao-zhun-ji-qi-bao-fa-xing-ying-yong.md)
- [4.7 EIP-1155 多重通证标准（故事）](https://u.naturaldao.io/be/chapter4/4.7-eip1155-duo-chong-tong-zheng-biao-zhun.md): 翻译：谭粤飞
- [4.8 ERC-1155：为区块链游戏而生（故事）](https://u.naturaldao.io/be/chapter4/4.8-erc1155-wei-qu-kuai-lian-you-xi-er-sheng.md): 从ERC 20到ERC 721到ERC 1155……大大拓展了通证的属性，上升到理论高度就是：区块链使得其通证，具备了货币的所有属性，并极大地提升了货币的应用效率。
- [4.9 挽救ERC-721纰漏的ERC-2569](https://u.naturaldao.io/be/chapter4/4.9-wan-jiu-erc721-pi-lou-de-erc2569.md): 这是一项还有很大创新空间的技术创新
- [4.10 EIP-3712：多种批量同质化通证标准（故事）](https://u.naturaldao.io/be/chapter4/4.9-eip3712-duo-chong-tong-zhi-hua-tong-zheng-biao-zhun.md): 一个直接颠覆ERC-20的通证标准
- [4.11 账户抽象化：EIP-86、EIP-2938、EIP-3074、ERC-4337、RIP-7560、ERC-7702](https://u.naturaldao.io/be/chapter4/aa.md): V神还是你家大神！另外，偶尔你不能只考虑技术，还得想想未来的人类未来的社会如何管理。
- [EIP-7702：设置EOA账户代码](https://u.naturaldao.io/be/chapter4/aa/eip7702-she-zhi-eoa-zhang-hu-dai-ma.md)
- [4.12 ERC-792仲裁标准及其特色（故事）](https://u.naturaldao.io/be/chapter4/4.11-erc792-zhong-cai-biao-zhun-ji-qi-te-se.md): 这是根据旧世界而做的一次无功而返的尝试！
- [4.13 EIP-7777：Governance for Human Robot Societies？（故事）](https://u.naturaldao.io/be/chapter4/erc-7777.md): 人机社会的治理
- [4.14以太坊EIPs](https://u.naturaldao.io/be/chapter4/4.14-eips.md): 由于 EIPs 的流程一改再改，加上道易程（PoV价值证明）的出现，应用标准类的 EIPs 将无必要，本节内容自2024起，暂不再更新！我们一起等待靠谱的治理共识的出现吧。
- [4.15 智能合约和以太坊的价值](https://u.naturaldao.io/be/chapter4/4.15-value-of-smartcontracts-and-ethereum.md)
- [4.16 区块链的定义与分类错误](https://u.naturaldao.io/be/chapter4/4.16-wrong-classification.md)
- [4.17 课外阅读与参考资料](https://u.naturaldao.io/be/chapter4/4.17-readings.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://u.naturaldao.io/be/chapter4.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.
