What cross-rollup sequencing solves
Isolated rollups operate like independent silos, each with its own sequencer and transaction ordering. This fragmentation forces users to rely on bridging protocols to move assets between chains, introducing latency, bridge risk, and failed cross-chain transactions. When a transaction depends on actions across multiple rollups, the lack of a shared order book means one leg of the trade might succeed while the other fails, leaving liquidity stranded.
Cross-rollup sequencing addresses this by allowing a single operator set to sequence transactions for multiple rollups simultaneously. This alignment ensures that related transactions are ordered atomically within a shared view. If one part of a multi-step operation fails, the entire batch can be reverted, preserving state consistency without relying on external bridge mechanics.
Shared sequencing extends the traditional sequencer model: one operator set sequences transactions for multiple rollups at once, enabling atomic cross-rollup composition eco.com.
By defragmenting the L2 ecosystem, shared sequencing transforms cross-rollup interactions from fragile, bridge-dependent workarounds into native, atomic operations. This infrastructure shift reduces friction for developers building cross-chain applications and improves reliability for end users.

The cross-rollup MEV problem
Current Layer 2 ecosystems operate as isolated islands. Each rollup has its own sequencer, which orders transactions independently of others. This isolation creates a structural gap: there is no shared view of pending transactions across different networks. When a price discrepancy exists between two L2s, an arbitrageur can exploit this delay. This is cross-rollup MEV, and it represents the unsolved problem of shared sequencing.
In this environment, value extraction happens because atomic execution is impossible. A trader on Arbitrum cannot instantly settle a corresponding trade on Optimism within the same block. The lag allows sophisticated bots to front-run or sandwich trades, extracting value that should belong to the protocol or the user. As noted in recent research on cross-rollup MEV, these opportunities arise specifically when transactions across different rollups can be profitably sequenced or manipulated [src-serp-1].
This fragmentation hurts protocol efficiency. Liquidity is split, and users face higher slippage because arbitrageurs must hedge their positions across multiple chains. The result is a market where the "unsolved" nature of non-atomic arbitrage leads to constant value drain. Without shared sequencing, cross-rollup arbitrage will only increase, making order flow design a critical component of market stability [src-serp-8].
Cross-rollup MEV cost estimator
Use this tool to estimate the potential value extraction risk in a hypothetical cross-rollup arbitrage scenario. This calculator assumes a simple spread and standard gas costs to illustrate the magnitude of MEV opportunities.
Common: what to check next
Shared sequencer infrastructure models
Cross-rollup sequencing requires a shared layer that can order transactions across distinct rollup environments. This infrastructure bridges the gap between isolated L2 chains, enabling atomic execution for cross-chain swaps and arbitrage. Currently, three primary models are emerging to solve this coordination problem: centralized services, decentralized networks, and interchain security frameworks.
Centralized shared sequencing
The most immediate approach involves a single entity or tightly coupled consortium managing the sequencer. This model offers the lowest latency and highest throughput because transaction ordering is determined by a central authority without the overhead of consensus among multiple validators. Projects like Shared Security and early implementations by Scroll and Linea utilize this approach to provide a unified sequencing layer. While efficient, this introduces a trust assumption: users must rely on the sequencer operator not to censor transactions or reorder them for MEV extraction.
Decentralized sequencing networks
To mitigate centralization risks, decentralized networks like EigenLayer and Avail are building shared sequencer layers. These networks distribute sequencing rights among a diverse set of operators who stake capital to participate. This approach aligns with the vision discussed in the Flashbots Collective research on atomic cross-rollup arbitrage, where state locks and coordinator auctions manage cross-chain state without a single point of failure. Decentralized models trade some latency for improved censorship resistance and economic security, ensuring that no single actor controls the order of cross-rollup transactions.
Interchain security models
Interchain security allows new rollups to lease security from an existing, robust validator set. This model enables rapid deployment of new L2s with built-in decentralized sequencing capabilities. As noted in discussions on the Celestia Forum, this approach leverages existing stake and validator infrastructure to provide shared sequencing as a service. It reduces the barrier to entry for new rollups while maintaining a decentralized trust model, though it requires complex cryptographic proofs to ensure the security of the leased validators extends to the new chain's sequencing layer.
| Model | Latency | Trust Assumption | Decentralization Level |
|---|---|---|---|
| Centralized Service | Low | High (Single Operator) | Low |
| Decentralized Network | Medium | Distributed Stake | High |
| Interchain Security | Medium-High | Leased Validators | High |

The choice of infrastructure model directly impacts the viability of cross-rollup applications. Centralized models offer speed but sacrifice decentralization, while decentralized and interchain models provide security at the cost of increased complexity and latency. As the ecosystem matures, hybrid models that combine centralized efficiency with decentralized security guarantees are likely to emerge as the standard for cross-rollup composability.
Lowering costs through shared sequencing
Cross-rollup sequencing fundamentally changes the economics of Layer 2 execution by treating multiple rollups as a single liquidity pool for data availability. Instead of each rollup independently posting its calldata to Ethereum, a shared sequencer batches transactions from different chains into one unified L1 submission. This compression drastically reduces the per-transaction gas cost, as the fixed overhead of the L1 transaction is amortized across a much larger volume of user activity.
The economic benefit is immediate: users pay less because the data efficiency of the shared sequencer is higher than isolated rollup submissions. By eliminating redundant header information and optimizing batch packing, the cost per transaction can drop significantly. This makes cross-chain composability economically viable for high-frequency, low-value interactions that would otherwise be prohibitive on individual L2s.
As cross-rollup sequencing matures, these savings will compound. The infrastructure shift from isolated sequencing to shared, atomic execution creates a network effect where increased volume drives down unit costs for everyone. This efficiency gain is not just a technical optimization; it is the primary driver for making complex, multi-chain DeFi strategies accessible to retail users.
Centralization risks and trade-offs
Shared sequencers solve the atomic execution problem by providing a single ordering layer for multiple rollups. This architecture reduces latency and enables cross-rollup composability that isolated sequencers cannot match. However, this efficiency comes with a fundamental trade-off: the concentration of ordering power. When a single entity or small consortium controls the sequence, the system becomes vulnerable to censorship and single points of failure.
The primary risk is censorship. A centralized sequencer can selectively include or exclude transactions. This capability allows for the extraction of cross-rollup MEV, where value is extracted by manipulating the order of transactions across different protocols. As noted in industry discussions on cross-rollup MEV, this creates an asymmetry where the sequencer operator holds disproportionate power over the economic outcomes of the applications relying on them [1]. Users lose the guarantee of fair ordering, which is a core tenet of decentralized finance.
Beyond censorship, there is the risk of operational failure. If the shared sequencer goes offline or suffers a critical bug, all dependent rollups are paralyzed. This contrasts with independent rollups, where one chain’s downtime does not halt others. Mitigation strategies include decentralized sequencer networks, where multiple validators compete to order blocks, and cryptographic proofs that allow users to prove exclusion if a transaction is dropped. These approaches aim to preserve the benefits of shared sequencing while distributing the trust assumption more broadly.

No comments yet. Be the first to share your thoughts!