What is an optimistic rollup?

An optimistic rollup is a Layer 2 scaling solution that batches Ethereum transactions and posts them to L1 with the optimistic assumption that they’re valid — relying on fraud proofs to catch invalid transactions within a challenge window (typically 7 days). Major optimistic rollups: Arbitrum (USD 18B+ TVL), Optimism (USD 8B+), Base (USD 6B+ growing fast).

How optimistic rollups work

Four-step lifecycle. (1) Batch submission — sequencer collects user transactions and posts compressed batch to L1. (2) State assertion — sequencer claims resulting state root. (3) Challenge window — 7 days during which any validator can challenge the assertion with a fraud proof. (4) Finality — after 7 days, state is finalised on L1.

Why “optimistic”?

The system assumes transactions are valid by default (“optimistic”) — only running fraud proof computation if challenged. This is dramatically cheaper than validity proofs (ZK rollups), which prove correctness on every batch. The cost: 7-day withdrawal delays from L2 to L1 because finality requires the challenge window to close.

Withdrawal alternatives

The 7-day withdrawal delay drove a market for “fast withdrawal” services. Liquidity providers front the user’s funds on L1 in exchange for a small fee, accepting the L2-to-L1 risk during the challenge window. Across, Hop Protocol, and Stargate are major fast-withdrawal infrastructures.

Fraud proof maturity

Different optimistic rollups have different fraud proof maturity levels. Arbitrum’s permissionless fraud proofs went live August 2024 (“BoLD” upgrade). Optimism’s permissionless fraud proofs activated late 2024. Base inherits OP Stack architecture. Early-stage optimistic rollups operated with multi-sig “training wheels” — centralised emergency override that fraud proofs replace.

Türkiye context

For Türk DeFi participants, optimistic rollups offer significantly cheaper transaction costs vs Ethereum L1 (5-50× cheaper) at the cost of 7-day withdrawal delays. Türk crypto exchanges integrating rollup support can offer L2 trading without forcing users to bridge — improving UX significantly.

Related: ZK Rollup, Fraud Proof, Sequencer, EIP-4844.