Skip to main content
Zero is the first multi-core world computer. Current blockchains are single-threaded and homogeneous — every validator re-executes every transaction. Zero uses ZK proofs to decouple execution from verification, replacing redundant replication with a heterogeneous architecture.
Zero was announced on February 10, 2026. This page covers Zero’s architecture at a high level. Details may change as development continues.

Validator classes

Zero has two validator classes:
  • Block Validators run on consumer hardware. They verify ZK proofs rather than re-executing transactions, so hardware requirements stay low regardless of network throughput.
  • Block Producers are optional higher-performance nodes that execute transactions within zones and generate ZK proofs.
Because verification is decoupled from execution, adding throughput does not increase the work Block Validators need to do. The network scales without raising hardware requirements.

Scaling approach

Zero targets 2 million transactions per second (TPS) per Zone. Four purpose-built components handle the main bottlenecks:
BottleneckSolutionWhat it does
State storageQMDBState updates with minimal disk I/O
Parallel computeFAFOTransaction scheduling across CPU cores
ZK provingJolt ProReal-time proof generation that keeps pace with execution
NetworkingSVIDData distribution across validators

Atomicity Zones

Atomicity Zones are to Zero what concurrent processes are to a modern CPU. Each zone is a separate execution environment — smart contracts, trading, payments — that processes transactions and produces ZK proofs. All zones share Zero’s validator set and the same security guarantees. Zones scale independently. Adding a new zone increases total network capacity without degrading the performance of existing zones.

Timeline

MilestoneTiming
AnnouncementFebruary 10, 2026
TestnetPrior to mainnet
Mainnet2026

Get involved

Community