> ## 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.

# 共识

<CardGroup cols={2}>
  <Card title="MonadBFT" href="/zh/monad-arch/consensus/monad-bft">
    抗尾端分叉的流水线化共识
  </Card>

  <Card title="RaptorCast" href="/zh/monad-arch/consensus/raptorcast">
    高效传播大区块,由 MonadBFT 中的领导者使用
  </Card>

  <Card title="异步执行" href="/zh/monad-arch/consensus/asynchronous-execution">
    将执行移出共识的关键路径,使其可以使用完整的区块时间
  </Card>

  <Card title="区块状态" href="/zh/monad-arch/consensus/block-states">
    概述 Monad 区块从提议到验证的推进过程
  </Card>

  <Card title="本地 Mempool" href="/zh/monad-arch/consensus/local-mempool">
    以最小带宽向领导者共享待处理交易的策略
  </Card>

  <Card title="Statesync" href="/zh/monad-arch/consensus/statesync">
    从对等节点引导启动节点的算法
  </Card>

  <Card title="Blocksync" href="/zh/monad-arch/consensus/blocksync">
    追赶错过流量的算法
  </Card>

  <Card title="节点发现" href="/zh/monad-arch/consensus/peer-discovery">
    节点如何知道彼此的位置
  </Card>

  <Card title="消息认证" href="/zh/monad-arch/consensus/authentication">
    Monad 中使用的签名方案
  </Card>

  <Card title="传输协议使用" href="/zh/monad-arch/consensus/transport-protocols">
    节点通信中的 TCP 和 UDP 使用
  </Card>
</CardGroup>
