Superchain

Superchain

The Superchain is Optimism's vision for a network of op-stack chains that share security, a communication layer, and governance — behaving more like a single blockchain than a collection of isolated L2s.

Major development (February 2026): Base announced it is departing the Superchain and the OP Stack, migrating to a proprietary "unified stack." Base was the largest Superchain chain by activity and revenue (89% of Superchain revenue in 2025), making this a significant loss for the ecosystem's fee flywheel.

Core Idea

Traditional multi-chain ecosystems suffer from fragmented liquidity, poor UX (separate bridges, separate wallets, different security assumptions), and no native interoperability. The Superchain addresses this by having all member chains:

  • Use the same OP Stack codebase and upgrade path
  • Share Ethereum L1 for settlement and security
  • Participate in shared interoperability protocols for cross-chain messaging and asset transfers
  • Contribute sequencer fees to a shared Superchain treasury under the Standard Rollup Charter

Interoperability Protocol

Superchain interop lets OP Stack chains read each other's state with low latency. Key mechanics:

  • Cross-chain messaging — chains can send and receive messages without third-party bridges
  • Native asset bridging — ETH and ERC-20s move between chains via mint/burn (not lock/wrap), eliminating liquidity fragmentation
  • Unsafe block propagation — sequencers share blocks via gossip before L1 confirmation; receiving chains extend trust to the sending sequencer

This enables synchronous composability at the same timestamp across chains — transactions can execute across multiple Superchain members atomically.

Shared Sequencer

A shared sequencer builds the next canonical block for multiple chains simultaneously, enabling cross-chain atomicity. This is still research-stage — current Superchain members each run independent sequencers. Espresso Systems and other sequencer networks are collaborating with Optimism on decentralized sequencing designs.

Current Superchain Members (Early 2026)

OP Mainnet · World Chain · Unichain · INK (Kraken) · Soneium · Zora · Mode · BOB · Celo · and others (~12+ production chains)

base was a member but announced its departure in February 2026. Each remaining chain runs its own sequencer but shares the OP Stack codebase and Ethereum settlement.

Economics

The Standard Rollup Charter fee formula: max(2.5% gross sequencer revenue, 15% net sequencer profit) flows to the Optimism Collective from each member chain. Base alone generated 89% of Superchain revenue in 2025 ($78.2M total). Its departure significantly reduces projected Superchain fee revenue going forward.

Revenue flows: 50% of Superchain transaction fees → OP token buybacks (live since February 2026).

Tradeoffs

  • Interop trust model expands to include sending-chain sequencer; a malicious sequencer on one chain could produce invalid messages accepted by another chain before fraud proof resolution
  • Governance upgrades affect all chains simultaneously — a bug in a shared contract is systemic
  • Sequencer centralization remains the main decentralization gap
  • Base's departure demonstrates that individual chains may prioritize autonomy over ecosystem cohesion

Related

op-stack · optimism · base · rollups · ethereum-l2s

Sources