...
BTC$87,250.002.34%
ETH$4,120.001.18%
SOL$178.004.72%
BNB$645.000.95%
XRP$2.656.41%
ADA$0.82000.62%
AVAX$42.503.14%
DOGE$0.18002.07%
LINK$32.501.89%
DOT$8.900.44%
UNI$14.202.56%
MATIC$0.58000.71%
BTC$87,250.002.34%
ETH$4,120.001.18%
SOL$178.004.72%
BNB$645.000.95%
XRP$2.656.41%
ADA$0.82000.62%
AVAX$42.503.14%
DOGE$0.18002.07%
LINK$32.501.89%
DOT$8.900.44%
UNI$14.202.56%
MATIC$0.58000.71%
InfrastructureEthereum RollupsIntermediate

Shared Sequencing & Decentralized Sequencers Guide 2026

Most Ethereum rollups rely on a single centralized sequencer — a critical bottleneck that undermines the decentralization ethos of crypto. Shared sequencing networks like Espresso aim to fix this by providing a decentralized ordering layer for multiple rollups simultaneously. Here's how it works, why it matters, and who's building it.

Updated March 2026 · 12 min read

1. What Is Shared Sequencing?

Shared sequencing is an architecture where multiple rollups use the same decentralized transaction-ordering layer instead of each running its own isolated sequencer. Think of it like a shared postal service that sorts and delivers mail for multiple neighborhoods, rather than each neighborhood hiring its own mail carrier.

In Ethereum's rollup-centric roadmap, sequencers are the entities that receive user transactions, decide on their ordering, and submit batches to the Layer 1 for finality. Today, nearly every major rollup — Arbitrum, Optimism, Base, zkSync, Scroll — runs a single centralized sequencer controlled by the rollup's core team. Shared sequencing replaces these isolated operators with a decentralized network that serves multiple rollups simultaneously.

The Sequencer's Job

Accept txns
Receive
Sort & sequence
Order
Compute state
Execute
Post to L1
Batch

2. The Centralized Sequencer Problem

When you submit a transaction on Arbitrum or Optimism today, it flows through a single server operated by the rollup team. This creates several risks that conflict with crypto's decentralization principles.

Censorship Risk

A centralized sequencer can choose to exclude specific transactions or users. While rollups typically have "force inclusion" mechanisms via L1, these are slow and expensive — often requiring users to wait hours or days and pay L1 gas fees.

MEV Extraction

The sequencer has full control over transaction ordering, giving it the ability to front-run, sandwich, or reorder transactions for profit. Even if the current sequencer operators pledge not to extract MEV, there are no enforceable guarantees — it's a trust assumption.

Single Point of Failure

If the sequencer goes down, the rollup stops processing transactions in real-time. Users can still submit to L1 directly, but the normal fast experience breaks. This has happened: both Arbitrum and Optimism have experienced sequencer outages in the past.

Fragmented Liquidity

Each rollup with its own sequencer creates isolated execution environments. Moving assets or composing transactions across rollups requires bridges, which add latency, cost, and security risk. Shared sequencing can help solve this by ordering transactions across multiple rollups atomically.

3. How Shared Sequencing Works

A shared sequencer network is a middleware blockchain positioned between users and the rollups they interact with. Instead of each rollup running its own ordering mechanism, multiple rollups delegate transaction ordering to this shared layer.

The Flow

When a user submits a transaction on a rollup that uses shared sequencing, the transaction goes to the shared sequencer network rather than a single operator. A decentralized set of sequencer nodes runs a consensus protocol to agree on transaction ordering. Once ordered, the transactions are sent back to each respective rollup for execution. The rollup then posts proofs and state roots to L1 as usual.

Crucially, the shared sequencer orders but does not execute transactions. Each rollup still maintains its own execution environment and state. This separation of concerns means rollups retain their sovereignty while benefiting from decentralized ordering.

Key Benefits

Decentralized Ordering: No single operator controls transaction ordering — consensus among multiple nodes prevents censorship and MEV abuse.
Cross-Rollup Atomicity: Because one network orders transactions for multiple rollups, it can guarantee atomic execution across chains — enabling true cross-rollup composability.
Faster Finality: Shared sequencers can provide fast pre-confirmations (sub-6-second) before L1 finality, giving users near-instant transaction guarantees.
Credible Neutrality: A shared sequencer that serves many rollups has economic incentives to remain neutral rather than favor any single rollup.

4. Espresso Network: The Leading Shared Sequencer

Espresso Network launched its mainnet on February 12, 2026, making it the first production shared sequencing network for Ethereum rollups. Backed by $60 million from Andreessen Horowitz (a16z), Sequoia Capital, and Electric Capital, Espresso positions itself as the decentralized ordering layer for Ethereum's rollup ecosystem.

Espresso Network — Key Metrics (March 2026)

Feb 2026
Mainnet Launch
~6 sec
Finality Time
100+
Active Nodes
~$30.6M
Market Cap (ESP)
$60M
Total Funding
25 MB/s
Throughput Target

HotShot Consensus

Espresso uses HotShot, a custom BFT (Byzantine Fault Tolerant) consensus protocol designed for high-throughput sequencing. HotShot achieves sub-6-second block finality — dramatically faster than Ethereum's 12+ minute finality window. The protocol is currently targeting sub-second finality with planned throughput upgrades from 5+ MB/s to 25 MB/s.

HotShot operates with a permissionless validator set where node operators stake ESP tokens to participate. The consensus mechanism uses a leader-based rotating proposer model: one node proposes a block, and the rest vote on its validity. If ⅔+ of stake agrees, the block is finalized. Misbehaving nodes face slashing penalties.

Rollup Integrations

Espresso has active integrations in progress with major rollup ecosystems including Arbitrum, Polygon, and Optimism. A production sequencing announcement from any of these would be a significant milestone. Espresso also supports "Based Espresso" — a hybrid model where Ethereum L1 proposers can opt into Espresso's sequencing marketplace, combining the benefits of based sequencing with Espresso's fast pre-confirmations.

ESP Token

The ESP token powers the network through staking for node operators, transaction fee payments, and governance voting. At mainnet launch, Espresso distributed a 10% community airdrop. The token currently trades at a ~$30.6 million circulating market cap — still early compared to the rollup ecosystems it aims to serve.

5. Based Sequencing: Letting Ethereum Validators Order

An alternative to shared sequencer networks like Espresso is based sequencing (also called "based rollups"). In this model, transaction ordering is delegated directly to Ethereum L1 validators — the same entities that produce Ethereum blocks.

How Based Rollups Work

Instead of sending transactions to a dedicated sequencer (centralized or shared), users submit transactions to Ethereum L1 proposers. These proposers include rollup transactions within their L1 blocks, effectively inheriting Ethereum's full decentralization and censorship resistance. The rollup then executes these transactions in the order they appear on L1.

Trade-offs

Strongest decentralization: Inherits Ethereum's full validator set — the most decentralized ordering possible.
No new trust assumptions: No additional token to stake, no new consensus mechanism to trust — just Ethereum.
Slower pre-confirmations: Users must wait for L1 block times (~12 seconds) for confirmation, vs sub-second on dedicated sequencers.
Less MEV control: L1 proposers can still extract MEV from rollup transactions unless additional protections are added.

Based sequencing is sometimes called the "purist" approach — maximum decentralization at the cost of some UX. Projects like Taiko are pioneering based rollup designs, while Espresso's "Based Espresso" model attempts to combine both approaches by letting Ethereum proposers opt into Espresso's shared sequencing marketplace.

6. Shared vs Based vs Centralized Sequencing

Each sequencing approach offers different trade-offs. Here's how they compare across key dimensions:

FeatureCentralizedShared (Espresso)Based (L1)
DecentralizationSingle operator100+ nodes400K+ validators
Finality Speed~250ms~6 seconds~12 seconds
Censorship ResistanceLowHighVery High
MEV ProtectionTrust-basedProtocol-enforcedL1-level (PBS)
Cross-Rollup ComposabilityNoneNative atomicVia L1 inclusion
New Trust AssumptionsNone (same team)ESP stakersNone (Ethereum)
User ExperienceFastestFastModerate
Liveness RiskSingle pointMulti-nodeEthereum-grade
Current AdoptionArbitrum, OP, BaseEarly integrationsTaiko, experiments

7. Cross-Rollup Composability

One of the most compelling promises of shared sequencing is atomic cross-rollup transactions. Today, if you want to swap tokens on Arbitrum and use the proceeds on Optimism, you need to bridge — a process that can take minutes to hours and incurs bridge fees and security risks.

With shared sequencing, a single ordering layer can include transactions from multiple rollups in the same block. This opens the door to atomic bundles: a swap on Rollup A and a deposit on Rollup B can be executed as one indivisible operation. If either side fails, both revert.

This is sometimes called synchronous composability — the same kind of atomic interaction you get within a single chain, but extended across rollups. For DeFi, this means arbitrage can happen without bridge risk, lending protocols can reference collateral on other chains instantly, and users can access the best prices across all rollups in a single transaction.

Why This Matters for Users

Cross-rollup composability could end the fragmented experience of Ethereum L2s. Instead of choosing between Arbitrum, Optimism, or Base and being stuck there, users could interact with any rollup seamlessly — like switching between tabs in a browser instead of using separate computers.

8. Risks & Challenges

Adoption Chicken-and-Egg

Shared sequencing is only valuable if multiple rollups use it. But rollups are reluctant to give up sequencing revenue (which can be significant — Arbitrum's sequencer generates millions in annual revenue). Espresso needs to offer compelling economic incentives for rollups to adopt shared sequencing over keeping their own sequencer profits.

Competitive Failures

The shared sequencing thesis has already seen setbacks. Astria, which raised $18 million for a shared sequencer built on Celestia, shut down its mainnet in December 2025 — just over a year after launch. This demonstrates that building a shared sequencer network is technically and commercially challenging.

Rollup Revenue Cannibalization

Sequencer revenue is a major income stream for rollup teams. Switching to shared sequencing means giving up direct control over this revenue. While shared sequencers may redistribute some fees back to rollups, the economics must work for rollup teams to voluntarily opt in.

New Trust Assumptions

Shared sequencer networks introduce their own token, consensus mechanism, and node set. While more decentralized than a single sequencer, they're still a new trust layer between users and Ethereum. Based sequencing advocates argue that this complexity is unnecessary when Ethereum L1 can serve the same function.

Technical Complexity

Achieving true atomic cross-rollup composability requires tight coordination between the shared sequencer, multiple rollup execution environments, and the L1. Edge cases around failed executions, state reverts, and MEV across chains are still being researched.

9. 2026 Outlook

The shared sequencing landscape in 2026 is defined by Espresso's mainnet launch and the lessons from Astria's shutdown. Several key developments to watch:

Espresso Rollup Integrations: The most important catalyst. If Arbitrum, Optimism, or Base begins using Espresso for production sequencing, it validates the entire shared sequencing thesis.
Based Espresso Hybrid: Espresso's hybrid model letting L1 proposers participate in shared sequencing could bridge the gap between based and shared approaches.
Throughput Upgrades: Espresso's planned upgrade from 5+ MB/s to 25 MB/s would make it competitive with centralized sequencers on raw performance.
Sub-Second Finality: HotShot's path to sub-second finality would make shared sequencing UX comparable to centralized alternatives.
Economic Model Validation: Whether rollups can generate comparable revenue through shared sequencing vs. running their own sequencer remains the biggest open question.

Shared sequencing sits at a critical juncture. The technology works and Espresso has proven the concept, but commercial adoption depends on whether rollup teams see enough value to give up direct sequencer control. The coming months — particularly any major rollup integration announcements — will determine whether shared sequencing becomes a core piece of Ethereum's infrastructure or remains a niche pursuit.

Frequently Asked Questions

What is shared sequencing?

Shared sequencing is an architecture where multiple rollups use the same decentralized transaction-ordering layer instead of each running its own centralized sequencer. This improves decentralization, enables cross-rollup composability, and reduces MEV extraction risks for users.

Why are rollup sequencers a centralization problem?

Most Ethereum rollups use a single centralized sequencer operated by the rollup team. This creates censorship risks, single-point-of-failure concerns, and allows the sequencer operator to extract MEV from user transactions. Decentralized sequencing removes these trust assumptions.

What is Espresso Network?

Espresso is a decentralized shared sequencing network that launched mainnet on February 12, 2026. It uses HotShot consensus to provide sub-6-second finality for Ethereum rollups. Backed by a16z, Sequoia, and Electric Capital with $60M in funding and a circulating market cap of ~$30.6M.

What is based sequencing?

Based sequencing delegates transaction ordering to Ethereum L1 validators instead of using a separate sequencer. This inherits Ethereum's full decentralization but trades off faster pre-confirmations for stronger security guarantees. Taiko is the most prominent based rollup project.

How does shared sequencing help with MEV?

Shared sequencers can implement fair ordering rules, encrypted mempools, and MEV redistribution mechanisms. By decentralizing the ordering layer, no single entity can manipulate transaction ordering for profit at users' expense.

What is the ESP token used for?

ESP is Espresso Network's native token used for staking by sequencer nodes, paying transaction fees, and governance participation. It launched with a 10% community airdrop and trades at a ~$30.6M circulating market cap.