Rollup

An L2 architecture that batches transactions off-chain and posts compressed state + proofs back to L1 for settlement.

Two dominant flavours: Optimistic rollup (fraud proofs, 7-day windows) and ZK rollup (zero-knowledge rollup) (validity proofs, fast finality). Rollups inherit L1 security; differences in proof systems, sequencer decentralisation, and data availability drive risk.

Related terms