Skip to main content

What Is the Optimism Superchain? The Network of L2s Explained

The Optimism Superchain is a network of L2 and L3 chains built on the OP Stack that share security, governance, and cross-chain messaging. Here is how it works.

Written by Eco

What Is the Optimism Superchain?

The Optimism Superchain is a network of Layer 2 and Layer 3 blockchains that all run on the OP Stack and share a common security model, governance framework, and cross-chain messaging infrastructure. Instead of each chain operating in isolation, Superchain members coordinate under a unified technical standard, allowing them to evolve together rather than independently. Think of it as a shared foundation that any team can build on top of.

Before the Superchain concept existed, the Ethereum L2 landscape was fragmented. Teams deploying rollups had to maintain their own bridge contracts, security councils, and upgrade pipelines from scratch. Each fork diverged, and users moving assets between chains faced a patchwork of incompatible bridges with different trust assumptions.

The Superchain changes that logic. By standardizing on the OP Stack, every member chain inherits the same audited smart contracts, the same fault proof system, and the same governance rails. A new chain launching today does not start from zero. It plugs into infrastructure that already secures hundreds of millions of dollars in user funds across chains like OP Mainnet and Base.

The Superchain is also the technical counterpart to the Optimism Collective, the governance body that oversees protocol upgrades and allocates sequencer revenue. The two are distinct but inseparable: the Collective sets the rules, the Superchain is the network those rules govern.

For developers, the Superchain is an open system. Any team can deploy an OP Stack chain, align with the Superchain's standard contract set and governance, and become a member. There is no closed membership list. The network grows each time a new chain opts in.

Learn more about the technical foundation at docs.optimism.io.

How the Superchain Works

Every Superchain member runs the same OP Stack software, which means they share a common set of L1 bridge contracts, a standardized sequencer interface, and a fault proof dispute system anchored to Ethereum. The shared contract set is what makes the network coherent: upgrades flow from the Optimism Collective through a single governance process, then propagate across all chains that have opted into the standard.

The core technical components are:

  • Shared L1 contracts. All Superchain chains post transaction data and state roots to Ethereum using the same battle-tested contract architecture. This gives every member chain Ethereum-grade data availability without each team deploying custom contracts.

  • Fault proof system.Optimistic rollups rely on fraud proofs to let anyone challenge an invalid state root during a challenge window. The OP Stack's permissionless fault proof system went live on OP Mainnet in 2024 and is progressively rolling out to other Superchain members, moving the network toward Stage 1 and Stage 2 decentralization.

  • Sequencer architecture. Each chain currently runs its own sequencer, which orders transactions before they are submitted to Ethereum. The long-term roadmap replaces this with a shared, decentralized sequencer network, which is what enables atomic cross-chain composability.

  • Cross-chain messaging. The Superchain's native interoperability protocol, currently in development, lets contracts on one chain read and write state on another without going through an external bridge. This is a fundamentally different model from the relay-based bridges most users are familiar with today.

The result is a network where the security assumptions are consistent across chains. A user on Zora and a user on OP Mainnet are protected by the same Ethereum-anchored fault proof mechanism, even though the two chains operate independently. See the full architecture breakdown at docs.optimism.io/stack/explainer.

Superchain Members: Who Is In It?

The Superchain already includes some of the most active L2s in the ecosystem, and new chains are joining regularly. Membership is not permissioned: any team that deploys on the OP Stack, aligns with the shared contract set, and opts into the Superchain's governance framework can join. The network's growth is driven by that open design.

Current major Superchain members include:

  • OP Mainnet — the original Optimism L2, the reference deployment for the OP Stack, and the largest chain by governance weight in the Collective.

  • Base — launched by Coinbase in 2023, Base is one of the highest-traffic chains in the entire Ethereum ecosystem and a flagship Superchain member. It contributed significantly to the OP Stack's production hardening.

  • Zora — a media and NFT-focused L2 used by major artists and collectors, early to commit to the Superchain standard.

  • Mode — a DeFi-focused chain with a revenue-share model for developers built directly into the protocol.

  • Mint — an NFT chain optimized for low-cost minting at scale.

  • Worldchain — the L2 powering World ID and the Worldcoin ecosystem, designed for high-frequency identity verification transactions.

  • Unichain — Uniswap's dedicated chain, built to optimize DeFi execution with MEV internalization and fast block times.

Beyond these, dozens of additional chains have deployed on the OP Stack or announced plans to join the Superchain. The current member list, including TVL and activity metrics, is tracked in real time at L2Beat's OP Stack dashboard.

The breadth of use cases represented reflects the Superchain's positioning as general-purpose infrastructure. Consumer apps, DeFi protocols, NFT platforms, and identity systems are all running on the same shared foundation.

The OP Collective: Governance

The Optimism Collective is the governance body that controls the Superchain's protocol upgrades, treasury, and public goods funding. It operates through two parallel chambers with different constituencies and different powers, designed to balance token-holder interests against a broader public-goods mandate.

The two chambers are:

  • Token House. Composed of OP token holders and their delegates. The Token House votes on protocol upgrades, treasury distributions, and inflation adjustments. Voting power scales with token holdings, but delegation allows smaller holders to participate by aligning with an active delegate.

  • Citizens' House. Composed of holders of a non-transferable NFT called a "Citizen badge." Citizenship is assigned based on contributions to the Optimism ecosystem, not purchased on the open market. The Citizens' House governs Retroactive Public Goods Funding (RetroPGF) and holds veto power over certain Token House decisions, creating a check on purely financial governance.

The Optimism Foundation, a nonprofit entity, currently plays a facilitating role: stewarding the protocol, managing the treasury, and guiding the Collective toward full decentralization. The Foundation is explicitly designed to make itself less necessary over time as governance matures.

Revenue that flows into the Collective comes primarily from sequencer fees. When users pay transaction fees on Superchain chains that contribute revenue to the Collective, those fees fund RetroPGF rounds. RetroPGF distributes OP tokens retroactively to teams, open-source projects, and infrastructure providers that contributed measurable value to the ecosystem, rather than awarding grants upfront based on promises.

This model attempts to solve a persistent problem in crypto: how to fund public goods sustainably without relying on donations or foundations that may eventually lose interest. By routing sequencer revenue into a governed fund and distributing it based on demonstrated impact, the Collective creates an ongoing economic incentive for building useful things.

Governance documentation and current voting proposals are published at gov.optimism.io.

Superchain Interoperability

Superchain interoperability is the protocol-level feature that allows contracts and assets to move natively between Superchain member chains without relying on external bridges. It is the most technically ambitious part of the Superchain roadmap and the feature that would most clearly differentiate the network from other multi-chain ecosystems. As of 2025, core components are deployed on testnets and in early mainnet stages.

Two primitives define Superchain interop:

  • SuperchainERC20. A token standard that allows a single token to exist natively on every Superchain chain simultaneously, rather than as a wrapped version on each one. With a standard ERC-20, moving tokens from OP Mainnet to Base requires locking on one side and minting a derivative on the other. With SuperchainERC20, the token is the same contract across chains. Burn on one, mint on another, with the total supply guaranteed by the protocol rather than by a bridge's multisig.

  • Native cross-chain messaging. The L2ToL2CrossDomainMessenger contract lets any contract on a Superchain chain send a message to any other Superchain chain. The receiving chain verifies the message against the sending chain's state root, which is already available on L1, so no external relayer or oracle is required. This is structurally more trust-minimized than systems that rely on offchain validators.

When the shared sequencer network is live, these primitives combine to enable atomic composability: a single transaction that calls contracts on multiple chains and either succeeds everywhere or reverts everywhere. This would allow, for example, a DeFi position to be opened on Mode while simultaneously bridging collateral from Base, with the two operations guaranteed to be atomic. That is not possible with today's asynchronous bridge model.

The current status, per the Optimism team's public roadmap, is that interop is live in a limited form on testnets. Mainnet rollout is staged, with messaging going live before full atomic composability. The interop explainer at docs.optimism.io tracks the current deployment status.

Superchain vs Other Multi-Chain Ecosystems

Several other ecosystems have published competing visions for unified multi-chain networks. The approaches differ meaningfully in governance model, trust assumptions, token standards, and how far along each is in production. The table below compares the four main contenders across dimensions that matter for developers and users choosing where to build or deploy.

Ecosystem

Governance

Shared sequencer

Native token standard

Atomic composability

Production chains (approx.)

Optimism Superchain

OP Collective (Token House + Citizens' House)

Roadmap — shared sequencer in development

SuperchainERC20 (in staged rollout)

Roadmap — testnet stage

30+ chains

Polygon AggLayer

Polygon governance / POL token

AggLayer aggregation layer (in development)

Unified bridge / AggLayer native assets

Roadmap — pessimistic proof aggregation

10+ chains

Arbitrum Orbit

Arbitrum DAO (ARB token)

No shared sequencer — each chain independent

No shared native standard

Not on roadmap

20+ chains

zkSync ZK Stack

ZKsync governance / ZK token

Shared prover — not a sequencer

Interop messaging in development

Roadmap — ZK-native proof sharing

5+ chains

The most significant practical difference today is governance depth. The Optimism Collective has two active chambers with a track record of live RetroPGF rounds and binding upgrade votes. Other ecosystems are earlier in their governance formalization. On the technical side, no multi-chain ecosystem has delivered atomic composability in production yet, so this category is a roadmap comparison rather than a feature comparison.

Developers evaluating the Superchain against alternatives should also weigh the existing user base on Superchain chains, particularly Base, which has demonstrated organic demand that most newer chains have not. See chain-by-chain comparisons at L2Beat.

Superchain Roadmap: Stage 2 and Beyond

The Superchain roadmap is organized around Ethereum's L2 decentralization framework, which classifies rollups by how much control the operator retains versus how much is governed by code and open dispute mechanisms. Most Superchain members are currently at Stage 0 or Stage 1, meaning they have training wheels in place: security councils can override invalid state roots, and not all fault proof components are fully permissionless.

Stage 2 is the target state: a chain where the smart contracts fully govern upgrades, the fault proof system is permissionless and battle-tested, and no single party can unilaterally halt or reverse transactions. Reaching Stage 2 across the Superchain is the primary technical objective for the next two years.

Key milestones on the path to Stage 2 and beyond:

  • Fault proof completion. The permissionless fault proof system launched on OP Mainnet in June 2024 and is being progressively deployed across other Superchain members. Full deployment, combined with a security council that cannot override correct state roots, is required for Stage 2 classification.

  • Decentralized sequencer. The current sequencer on each Superchain chain is operated by a single entity. The roadmap introduces a shared, rotating sequencer set that distributes control and eliminates single points of failure for censorship or downtime. This also enables the shared sequencer revenue model that supports RetroPGF.

  • Interop mainnet launch. Full mainnet deployment of the SuperchainERC20 standard and native cross-chain messaging, building toward atomic composability once the shared sequencer is live.

  • Governance maturity. The Citizens' House is in ongoing development, with each RetroPGF round expanding the Citizenship set. The goal is a governance system that is self-sustaining without Optimism Foundation oversight.

The Optimism team publishes its current roadmap publicly at optimism.io/vision. L2Beat's Stage classification for each Superchain member, including the specific criteria each chain still needs to satisfy, is tracked at L2Beat.

FAQ

Is the Superchain the same as OP Mainnet?

No. OP Mainnet is one chain within the Superchain, and was the first. The Superchain is the broader network of chains built on the OP Stack, which includes Base, Zora, Mode, Unichain, Worldchain, and many others. OP Mainnet serves as the reference deployment and carries the most governance weight in the Collective, but it is a member of the Superchain, not synonymous with it.

Do I need to hold OP tokens to use Superchain chains?

No. OP tokens are a governance token, not required to pay gas on Superchain chains. Each chain uses ETH for transaction fees, same as other Ethereum L2s. OP tokens are only relevant if you want to vote on Optimism Collective proposals or delegate your voting power to an active community delegate.

How is Superchain interop different from a regular bridge?

A standard bridge locks assets on one chain and mints a derivative on another, with security depending on the bridge operator's honesty. Superchain interop uses the chains' own state roots, already posted to Ethereum, to verify cross-chain messages. SuperchainERC20 tokens burn and mint natively without a custodian, making the trust model equivalent to the rollup itself rather than an additional layer on top of it.

What is RetroPGF and why does it matter?

Retroactive Public Goods Funding (RetroPGF) is the Optimism Collective's mechanism for paying teams and projects that have already created value for the ecosystem. Rather than issuing grants based on proposals, it distributes OP tokens based on demonstrated impact. Sequencer revenue from Superchain chains funds each round, creating a sustainable, onchain economic model for open-source and public goods work.

Can any team launch a Superchain chain?

Yes. The OP Stack is open source, and any team can deploy a chain using it. To align formally with the Superchain, a chain opts into the shared contract set and governance framework maintained by the Optimism Collective. There is no application process or permission gate. The OP Stack documentation at docs.optimism.io covers deployment requirements in full.

Related Reading

Did this answer your question?