MrDeFi
Layer 2 & Scaling2026-04-274 min read

What Is Optimism? Understanding the OP Stack

What is Optimism? Learn how its optimistic rollup architecture works and how the OP Stack powers the growing Superchain ecosystem.

Optimism is an Ethereum layer 2 network built as an optimistic rollup, executing transactions off Ethereum's main chain and posting compressed data back to it, while also serving as the origin of the open-source OP Stack codebase that now powers a growing family of related chains known as the Superchain.

Launched in 2021, Optimism was one of the first major optimistic rollups to reach mainnet, and its architecture has since become a template adopted by other networks, including Base, rather than remaining a single isolated project.

How Optimism's rollup works

Optimism follows the standard optimistic rollup model: it assumes transactions submitted by its sequencer are valid unless proven otherwise.

  • The sequencer orders and executes transactions off-chain, giving users fast, cheap confirmations.
  • Batched transaction data is posted to Ethereum, allowing anyone to reconstruct and independently verify the rollup's state.
  • During a roughly week-long challenge window, anyone can submit a fraud proof if they detect an invalid state transition, and successfully proven fraud reverts the invalid state.

This design, shared across the optimistic rollup family, is why withdrawing funds from Optimism back to Ethereum takes about seven days by default, though third-party "fast withdrawal" services exist that front the funds for a fee in exchange for taking on that waiting-period risk themselves.

What the OP Stack is

The OP Stack is the standardized, open-source software framework underlying Optimism itself, designed so that other teams can launch their own rollup using the same core components, rather than building rollup infrastructure entirely from scratch. This has led to a growing ecosystem of OP Stack-based chains, each independently operated but sharing common technical foundations, security assumptions, and upgrade paths.

Key OP Stack components include a modular execution engine, a shared bridging standard, and increasingly, shared governance participation across the Superchain, described further in our Base guide.

The Superchain vision

Optimism's long-term roadmap centers on the "Superchain," a network of OP Stack chains intended to eventually share sequencing infrastructure, cross-chain messaging, and a portion of protocol revenue directed back to a shared collective governed in part by OP token holders. The aim is to let chains retain independent operation while gaining shared security research, faster cross-chain interactions, and reduced duplicated engineering effort. This vision is still evolving, and not every planned feature, such as fully shared, decentralized sequencing, is live yet.

The OP token and governance

Optimism's native token, OP, is used for governance through the Optimism Collective, a bicameral system with a "Token House" (OP holders voting on incentives and protocol parameters) and a "Citizens' House" (focused on public goods funding). This structure is an explicit attempt to balance token-holder interests against broader public-goods considerations, distinct from a simple one-token-one-vote governance model used by many other protocols.

Ecosystem and use cases

Optimism hosts a broad range of DeFi protocols, NFT platforms, and consumer applications, benefiting from full EVM compatibility that makes porting existing Ethereum contracts relatively straightforward. Check current TVL and activity data on our chains page to see how it compares to other leading L2s.

Retroactive public goods funding

One of Optimism's more distinctive features is its emphasis on retroactive public goods funding, a mechanism where a portion of sequencer revenue and treasury funds are distributed to projects and contributors that have already provided demonstrable value to the ecosystem, rather than funding proposals speculatively before work is done. This is meant to reward developers of open-source infrastructure, tooling, and public goods that might not otherwise capture direct revenue, addressing a common criticism that public infrastructure is systematically underfunded relative to its actual value to the ecosystem.

Fees and cost structure

Like other OP Stack chains, Optimism's transaction costs combine an execution fee for processing on Optimism itself with a data fee for posting transaction data back to Ethereum, a cost that has decreased substantially following Ethereum's blob-related upgrades discussed in our data availability guide. This shared cost structure across all OP Stack chains is part of why fees on Optimism, Base, and other Superchain members tend to move roughly in tandem with each other and with Ethereum mainnet congestion.

Optimism vs. a generic rollup

Factor Optimism Generic optimistic rollup
Codebase Origin of the OP Stack May or may not use OP Stack
Governance model Bicameral Collective (Token House + Citizens' House) Varies by project
Superchain participation Founding member Not applicable unless OP Stack-based
Withdrawal delay ~7 days Typically ~7 days for optimistic designs

Bottom line

Optimism pioneered a rollup design that not only scales Ethereum directly but has become the technical foundation for an entire family of related chains through the OP Stack and the Superchain vision. Its governance structure is more elaborate than most protocols, splitting influence between token holders and public-goods-focused representatives. As with any optimistic rollup, understand the roughly week-long withdrawal delay and current sequencer centralization before relying on it for time-sensitive transactions, details covered in our sequencer decentralization guide.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.