> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Monad 架构

本节概述 Monad 的主要架构创新。

<CardGroup cols={2}>
  <Card title="核心概念" href="/zh/monad-arch/concepts">
    解释 Monad 中反复出现的高层主题(异步 I/O 和流水线化)
  </Card>

  <Card title="共识" href="/zh/monad-arch/consensus">
    维护全球分布式、去中心化验证者集合的算法
  </Card>

  <Card title="执行" href="/zh/monad-arch/execution">
    高效执行 EVM 交易的算法
  </Card>

  <Card title="实时数据" href="/zh/monad-arch/realtime-data">
    尽可能快地消费最新区块链数据
  </Card>

  <Card title="交易生命周期" href="/zh/monad-arch/transaction-lifecycle">
    描绘 Monad 中交易的路径
  </Card>
</CardGroup>

第一个 Monad 客户端由 [Category Labs](https://www.category.xyz/) 构建,使用 C++ 和 Rust 从零编写。请查看代码库:

* [`monad-bft`](https://github.com/category-labs/monad-bft)(共识客户端)
* [`monad`](https://github.com/category-labs/monad)(执行客户端)
