Shared sequencers represent one of the most significant infrastructure developments for Ethereum’s L2 ecosystem in 2026. They promise to solve liquidity fragmentation and enable atomic cross-chain composability—but do they introduce new centralization vectors?
What Shared Sequencers Solve
Current problem: Each L2 has its own sequencer, creating fragmented liquidity and poor UX. Moving assets between rollups requires:
- Bridge from L2A → Ethereum L1 (7-day withdrawal)
- Bridge from L1 → L2B (20-30 min deposit)
- Expensive fees and terrible user experience
Shared sequencer solution: A single sequencer network orders transactions for multiple L2s simultaneously. This enables:
- Atomic composability: A transaction can interact with contracts on multiple L2s in one block
- Fair ordering across chains: Prevents cross-domain MEV where one chain sees another’s transactions first
- Unified liquidity: Users access liquidity pools across all L2s simultaneously
The Centralization Concern
Here’s my worry: if a handful of sequencer operators control ordering for dozens of L2s, they become critical chokepoints.
Risks include:
- Censorship: Governments or adversaries pressure sequencer operators to block certain transactions
- MEV extraction at scale: Sequencers can extract cross-domain MEV across all L2s they serve
- Single point of failure: Compromise one shared sequencer = multiple L2s affected
Currently, most L2s run single centralized sequencers (Arbitrum, Optimism, zkSync, Base). This is already bad. But shared sequencing could entrench centralization at a larger scale if not done carefully.
Decentralized Sequencer Networks
Multiple projects (Espresso, Astria, Radius, Chainlink) are building decentralized sequencer networks with:
- Rotating leaders: No single operator controls ordering indefinitely
- Cryptographic sortition: Leaders selected randomly via verifiable randomness
- Economic incentives: Validators stake capital and get slashed for misbehavior
- Threshold encryption: Transactions hidden until sequencer commits to ordering
These solutions are promising but still in early testnet/mainnet stages. Production-ready decentralized sequencing is probably 2-3 years away.
Cross-Domain MEV: Feature or Bug?
As more rollups join shared sequencer networks, cross-domain MEV opportunities grow. Searchers can:
- Arbitrage price differences across L2s atomically
- Sandwich attack users across multiple chains in one bundle
- Extract MEV from cross-chain DeFi interactions
Is this good or bad?
- Efficiency perspective: Arbitrage creates price parity across chains, benefiting users through better execution
- Extraction perspective: More MEV surface area means more value extracted from users
The answer depends on whether shared sequencers implement user-protective ordering (batch auctions, threshold encryption) or just enable more sophisticated extraction.
My Assessment
Shared sequencing is probably inevitable—the UX benefits of atomic composability are too compelling. But the industry must prioritize decentralization from day one:
Require:
- Decentralized operator sets (not single entities)
- Transparent ordering rules (cryptographic proofs)
- Economic penalties for misbehavior (slashing)
- User-protective mechanisms (threshold encryption, fair ordering)
Avoid:
- Prematurely centralizing around one shared sequencer provider
- Assuming competition alone ensures fairness (needs protocol guarantees)
- Ignoring cross-domain MEV risks in pursuit of composability
Multiple competing shared sequencer networks would be healthier than one dominant provider. L2s should have choice and ability to switch sequencers if one misbehaves.
What do others think? Should we accept some centralization risk for better UX, or demand fully decentralized sequencing even if it delays deployment?