> ## 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 架构的关键概念。

<CardGroup cols={2}>
  <Card title="异步 I/O" href="/zh/monad-arch/concepts/asynchronous-io">
    Monad 如何使用异步 I/O 在通信进行时保持 CPU 高效工作
  </Card>

  <Card title="流水线化" href="/zh/monad-arch/concepts/pipelining">
    将任务划分为可并行处理的更小阶段
  </Card>
</CardGroup>
