Skip to content
Onchain Economics

Optimistic Rollup

A Layer 2 scaling solution that assumes transactions are valid and only runs computation if challenged.

In-Depth Explanation

Optimistic rollups (Arbitrum, Optimism, Base) post transaction data to L1 and assume validity. Anyone can submit a fraud proof during a challenge period (typically 7 days) if they detect invalid execution. This challenge period creates withdrawal delays—the main UX tradeoff versus ZK rollups. Optimistic rollups are simpler to build but slower to finality.

Related Terms

More in Infrastructure

View all →