# Monad Docs 中文版

## Monad Docs 中文版

- [介绍 Monad](https://monad.docszh.com/introduction.md)
- [为什么选择区块链？](https://monad.docszh.com/introduction/why-blockchain.md)
- [为什么选择 Monad: 去中心化+性能](https://monad.docszh.com/introduction/why-monad-decentralization-+-performance.md)
- [面向用户的 Monad](https://monad.docszh.com/introduction/monad-for-users.md)
- [面向开发人员的 Monad](https://monad.docszh.com/introduction/monad-for-developers.md)
- [Devnet 开发者申请](https://monad.docszh.com/introduction/devnet-request.md)
- [快速入门](https://monad.docszh.com/getting-started.md)
- [部署合约](https://monad.docszh.com/getting-started/deploy-contract.md)
- [使用 Foundry 部署合约](https://monad.docszh.com/getting-started/deploy-contract/foundry.md)
- [使用 Hardhat 部署合约](https://monad.docszh.com/getting-started/deploy-contract/hardhat.md)
- [验证合约](https://monad.docszh.com/getting-started/verify-contract.md)
- [验证 Foundry 合约](https://monad.docszh.com/getting-started/verify-contract/foundry.md)
- [验证 Hardhat 合约](https://monad.docszh.com/getting-started/verify-contract/hardhat.md)
- [开发指南](https://monad.docszh.com/guides.md)
- [EVM 资源](https://monad.docszh.com/guides/evm-resources.md)
- [EVM Behavior](https://monad.docszh.com/guides/evm-resources/evm-behavior.md)
- [Solidity 资源](https://monad.docszh.com/guides/evm-resources/solidity-resources.md)
- [其他编程语言](https://monad.docszh.com/guides/evm-resources/other-languages.md)
- [Vyper 语言](https://monad.docszh.com/guides/evm-resources/other-languages/vyper.md)
- [Yul 语言](https://monad.docszh.com/guides/evm-resources/other-languages/yul.md)
- [Huff 语言](https://monad.docszh.com/guides/evm-resources/other-languages/huff.md)
- [链上调试](https://monad.docszh.com/guides/evm-resources/debugging-on-chain.md)
- [使用 Scaffold-Eth-Monad 构建 dApp](https://monad.docszh.com/guides/scaffold-eth-monad.md)
- [Monad 架构](https://monad.docszh.com/monad-architecture.md)
- [相关概念](https://monad.docszh.com/monad-architecture/concepts.md)
- [Asynchronous I/O](https://monad.docszh.com/monad-architecture/concepts/asynchronous-i-o.md)
- [Pipelining](https://monad.docszh.com/monad-architecture/concepts/pipelining.md)
- [共识机制](https://monad.docszh.com/monad-architecture/consensus.md)
- [MonadBFT 共识机制](https://monad.docszh.com/monad-architecture/consensus/monadbft.md)
- [延迟执行](https://monad.docszh.com/monad-architecture/consensus/deferred-execution.md)
- [共享内存池](https://monad.docszh.com/monad-architecture/consensus/shared-mempool.md)
- [传输成本和储备余额](https://monad.docszh.com/monad-architecture/consensus/carriage-cost-and-reserve-balance.md)
- [执行机制](https://monad.docszh.com/monad-architecture/execution.md)
- [并行执行](https://monad.docszh.com/monad-architecture/execution/parallel-execution.md)
- [MonadDb 数据库](https://monad.docszh.com/monad-architecture/execution/monaddb.md)
- [Monad 的交易生命周期](https://monad.docszh.com/monad-architecture/transaction-lifecycle-in-monad.md)
- [硬件要求](https://monad.docszh.com/monad-architecture/hardware-requirements.md)
- [其他详细信息](https://monad.docszh.com/monad-architecture/other-details.md)
- [参考资料](https://monad.docszh.com/reference.md)
- [RPC 概述](https://monad.docszh.com/reference/rpc-overview.md)
- [RPC 故障代码](https://monad.docszh.com/reference/rpc-error-codes.md)
- [Monad 官方链接](https://monad.docszh.com/monad-official.md)
- [相关链接](https://monad.docszh.com/links.md)
- [DocsZH 相关链接](https://monad.docszh.com/links/scaling-news.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://monad.docszh.com/introduction.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.
