Architecture explorer for the Zeqron protocol. Toggle between a plain-language overview of BlockDAG propose-order-finalize flow and a technical view covering Mysticeti PQ adaptation, QronMesh zones, and ML-DSA signed messages. ZAXON is described as an agent protocol, not consensus.

Architecture explorer

How Zeqron works

Two views of the same system — pick the depth that matches your role. Neither view implies a live public network; see status for maturity.

BlockDAG flow
  1. Propose in parallel

    Validators propose blocks concurrently on a BlockDAG — many candidates can exist at once instead of a single serial chain tip.

  2. Order deterministically

    The DAG is sorted into a consistent causal order so every honest node sees the same sequence of events.

  3. Finalize with BFT

    A Byzantine-fault-tolerant finality layer commits blocks once enough stake agrees — unsafe reorgs are rejected.

Together: parallel propose → deterministic order → BFT finalize. Throughput comes from parallelism; safety comes from the finality quorum.

Standard interface restored.