The OP Stack is an open-source, modular software framework developed by Optimism (OP Labs) for building Ethereum Layer 2 networks — providing a standardized, battle-tested rollup architecture that any project can deploy and customize to create their own Ethereum-secured blockchain. What Rails is to web development or Linux is to operating systems, the OP Stack is to Layer 2: a common base layer that dramatically reduces the engineering cost and time of building a production-ready rollup from scratch. The OP Stack’s Bedrock release (2023) redesigned the original Optimism codebase into a modular component architecture — separating sequencing (ordering transactions), data availability (posting to Ethereum), derivation (computing L2 state from L1 data), and settlement (proving/finalizing L2 state on L1) into distinct, configurable modules. This modularity means OP Stack chains can be customized: Base uses Ethereum for DA; Mode uses Ethereum for DA + has custom sequencer fee settings; future chains may use Celestia (alternative DA layer) for cheaper DA. All OP Stack chains currently use optimistic fraud proofs for settlement security. The Optimism Superchain is the coalition of chains built on the OP Stack — OP Mainnet, Base, Zora, Mode, Fraxtal, and many others — connected by shared bridge contracts and moving toward cross-chain interoperability where assets and messages can flow between Superchain members without trusting external bridge operators. The OP token funds the Optimism Collective and its Retroactive Public Goods Funding (RPGF) programs; Base contributes 15% of sequencer profits to the Collective.
Key Facts
- Developer: Optimism / OP Labs
- License: MIT (fully open source)
- Latest release: Bedrock (2023); Fault Proofs (2024)
- Architecture: Modular (Sequencer, DA, Derivation, Settlement)
- Settlement: Optimistic rollup (fraud proofs via fault dispute game)
- Major deployments: OP Mainnet, Base, Zora, Mode, Fraxtal, and many more
- Superchain: Coalition of OP Stack chains sharing bridge infrastructure
- OP token: Governance of the Optimism Collective + RPGF funding mechanism
OP Stack Architecture: Bedrock
The Bedrock redesign organized the OP Stack into four modular layers:
1. Sequencing Layer
- Current: Centralized sequencer (OP Labs for OP Mainnet; Coinbase for Base)
- Customizable: Block time, fee parameters, MEV policy
- Future: Decentralized sequencer options (shared sequencer protocols)
2. Data Availability (DA) Layer
- Default: Ethereum mainnet (calldata or EIP-4844 blobs)
- Alternative: Celestia (alternative DA layer; lower cost; weaker Ethereum security guarantees)
- Impact: DA choice: primary determinant of transaction fees
3. Derivation Layer
- Process: Anyone can re-derive L2 state from L1 data alone (trustless verification)
- Key property: L2 state is entirely determined by L1 data (no additional trust)
4. Settlement Layer
- Current: Optimistic (fault dispute game: 7-day challenge window)
- Future: Potential ZK settlement option (verify validity proofs instead of waiting)
Major OP Stack Deployments
| Chain | Organization | Key differentiator |
|---|---|---|
| OP Mainnet | Optimism/OP Labs | Original; OPToken governance |
| Base | Coinbase | Coinbase distribution; no token |
| Zora | Zora Network | NFT-focused; onchain creator economy |
| Mode | Mode Network | DeFi-focused; sequencer fee sharing with contracts |
| Fraxtal | Frax Finance | Frax stablecoin integration; FXTL points |
| Redstone | Lattice | Gaming-focused; MUD engine integration |
| Worldchain | World Foundation | World ID biometric identity |
| Metal L2 | Metallicus | Fintech/banking L2 |
The Optimism Superchain
Vision: Many OP Stack chains, all sharing security and interoperability, forming a single economic zone.
Current state (2024):
- Shared bridge: OP Stack canonical bridge (StandardBridge) works identically across all chains
- Separate sequencers: each chain: own sequencer (not yet shared)
- Separate proof systems: each chain proves separately on Ethereum
Superchain roadmap:
- Shared security: OP Stack fault proofs → all Superchain chains benefit from shared decentralized validation
- Shared sequencer: single sequencer service processes transactions for ALL Superchain chains atomically (enables cross-chain composability)
- Native interop: smart contract on Base can call contract on Mode atomically in single transaction
- Economic union: Superchain revenue → Optimism Collective → RPGF
Superchain interop (2024-2025 target):
- Cross-chain message passing: optimistic (short dispute window, not 7-day)
- Atomic cross-chain transactions: user submits one tx; it spans two Superchain chains simultaneously
- Liquidity sharing: liquidity on one Superchain chain accessible from any other
OP Token and Optimism Collective
Optimism Collective structure:
- Token House: OP token holders govern protocol upgrades, treasury spending
- Citizens’ House: Non-transferable badges govern Retroactive Public Goods Funding (RPGF)
Retroactive Public Goods Funding (RPGF):
- Quarterly: Optimism Collective: distributes OP tokens to teams that built impactful public goods
- Retrospective (not prospective): funded after impact is demonstrated
- Recipients: infrastructure teams, open-source tools, developer education
- Total distributed: $100M+ OP by 2024 (across multiple RPGF rounds)
Sequencer revenue sharing:
- Base: 15% of net sequencer revenue → Optimism Collective
- Other chains: similar commitments (or in negotiation)
- Future: as Superchain grows, RPGF funding grows proportionally
Fault Proofs (2024 Upgrade)
Original OP Stack limitation: No actual on-chain fraud proof; multisig (Optimism team) could override disputes.
Fault Proofs (Cannon) upgrade (June 2024):
- On-chain permissionless fault proof system: anyone can challenge invalid state roots
- Removes: multisig freeze authority (can no longer halt withdrawals via multisig)
- Cannon: uses MIPS on-chain VM to re-execute disputed steps
- Result: genuine decentralized fraud proof; withdrawal security no longer requires trusting Optimism team multisig
Significance: Before Fault Proofs, OP Mainnet and Base required trusting the Optimism/Coinbase multisig not to steal funds. After: Ethereum-level security (1-of-N honesty model for challengers).
Related Terms
Sources
- “The OP Stack: How Optimism Built the Most-Forked L2 Framework in Ethereum History” — Messari / OP Stack Research (2023). Comprehensive analysis of the OP Stack’s strategic design decisions — examining why Optimism chose to open-source the entire stack (competitive moat through ecosystem, not code secrecy), how the Bedrock redesign transformed a monolithic codebase into a modular framework, and why the OP Stack approach (standardized modular stack) has attracted more deployers than Arbitrum’s competing Orbit framework. Analysis of network effects from having 10+ production chains share the same codebase (security improvements benefit all simultaneously).
- “Fault Proofs: How OP Mainnet Finally Achieved Permissionless Fraud Proofs” — Bankless / OP Stack Fault Proofs Analysis (2024). Examination of Optimism’s June 2024 Fault Proofs deployment — detailing why the original OP Mainnet launched without on-chain fraud proofs (engineering complexity; fraud proofs for arbitrary EVM execution are hard), how the Cannon VM (a MIPS interpreter on Ethereum) enables on-chain re-execution of disputed steps, the dispute resolution process (bisection game similar to Arbitrum’s AVM dispute), and what the security upgrade means for OP Mainnet and Base users (withdrawal security no longer requires trusting a multisig).
- “Retroactive Public Goods Funding: Optimism’s Experiment in Funding Digital Infrastructure” — Bankless / RPGF Research (2023). Analysis of Optimism Collective’s Retroactive Public Goods Funding (RPGF) mechanism — examining the philosophy (public goods: undersupplied by markets because benefits are non-excludable; retrospective funding: creates work-now-get-paid-later incentive), the Citizens’ House (non-transferable badge holders who vote on RPGF allocations), the categories funded (infrastructure, developer tooling, education), and whether RPGF has been effective at channeling meaningful resources ($100M+ OP) to genuinely impactful public goods vs. gaming/favoritism risks.
- “Superchain Interoperability: Building a Unified Execution Environment Across Multiple L2 Chains” — OP Labs / Superchain Interop Research (2024). Technical specification of Superchain interoperability — how OP Labs plans to enable atomic cross-chain transactions between Superchain chains (message from Base contract instantly received by Mode contract) using a shared sequencer + optimistic cross-chain messaging (short 1-hour dispute window for cross-chain messages vs. 7-day withdrawal). Examining the “dependency sets” concept (which chains trust each other’s messages), the security model (if one Superchain chain is compromised, how to prevent contagion to others), and the timeline for achieving full Superchain interop in production.
- “Comparing Rollup Frameworks: OP Stack vs. Arbitrum Orbit vs. ZK Stack (zkSync)” — Delphi Digital / L2 Framework Comparison (2024). Comparative analysis of the three major L2 deployment frameworks — the OP Stack (Optimism, used by Base/Zora/Mode), Arbitrum Orbit (used for L3 chains on top of Arbitrum), and ZK Stack (Matter Labs’ zkSync framework for ZK-based L2/L3s) — examining their technical foundations, customization options, ecosystem network effects, and the strategic motivations of building on versus forking each framework.