Infrastructure

zk-Rollup

A rollup that posts a cryptographic validity proof for every batch, giving near-instant finality on the base chain.

A zk-rollup bundles transactions off-chain and submits a zero-knowledge proof that the batch is correct. Ethereum verifies the proof instead of redoing the work. Because validity is proven upfront, there is no week-long challenge window.

Withdrawals can settle in minutes rather than days, a real edge over optimistic rollups. zkSync, Starknet, Linea, and Polygon zkEVM are well-known networks.

The cost is complexity. Producing proofs is expensive and long made full EVM support hard, though zkEVMs have closed much of that gap.

Related terms