
Essence
The shared sequencer represents a critical architectural shift from siloed rollup execution environments to a unified settlement layer. In the context of derivatives, this innovation directly addresses the fundamental problem of liquidity fragmentation across Layer 2 solutions. A conventional Layer 2 operates with its own centralized sequencer, creating an isolated execution environment where assets and state are difficult to compose with other rollups.
This isolation results in capital inefficiency and high friction for complex financial strategies. A shared sequencer, by contrast, provides a decentralized, common ordering service for multiple rollups. This allows transactions from different rollups to be ordered and settled together in a single block.
The core value proposition for derivatives protocols lies in enabling atomic composability, meaning a multi-step trade involving different protocols on different rollups can execute as a single, indivisible transaction. This eliminates the need for slow, costly bridging between rollups, which significantly reduces execution risk and improves capital efficiency for options market makers and liquidity providers.
Shared sequencers enable atomic composability across multiple rollups, transforming fragmented liquidity into a single execution environment for complex derivatives strategies.
The architectural implications for options trading are profound. In a fragmented environment, executing a spread option strategy where one leg is on Rollup A and the other on Rollup B requires significant execution risk. The price of the underlying asset or the option on Rollup B may move between the settlement of the first leg on Rollup A and the settlement of the second leg on Rollup B. A shared sequencer mitigates this risk by ensuring both legs settle simultaneously, or fail together.
This capability is essential for fostering a robust, high-frequency derivatives market where risk can be managed precisely. The shared sequencer model shifts the focus from a single rollup’s performance to the overall network’s capacity for interconnected settlement.

Origin
The concept of shared sequencing arose from the practical limitations and vulnerabilities inherent in the initial Layer 2 scaling designs.
Early rollup architectures, while successful in increasing throughput and reducing fees compared to Layer 1, introduced a new form of centralization risk. The sequencer, responsible for collecting transactions, ordering them, and submitting them to Layer 1, was typically operated by a single entity. This centralized control created several critical issues.
First, it introduced a single point of failure, risking censorship or downtime for the rollup. Second, and more critically for financial applications, it created a new source of Maximal Extractable Value (MEV). The centralized sequencer could exploit its position to reorder transactions for profit, engaging in activities like front-running and sandwich attacks.
The financial incentive for MEV extraction created a negative feedback loop for derivatives trading. Market makers, anticipating these attacks, widened their spreads to compensate for the additional risk. This increased trading costs and reduced overall market efficiency.
The community’s response to this challenge led to the development of decentralized sequencing solutions. The shared sequencer model emerged as a natural extension of this effort, seeking not only to decentralize a single rollup’s sequencer but to create a common, decentralized infrastructure that could serve many rollups simultaneously. The goal was to eliminate the isolated MEV problem by creating a competitive, transparent market for blockspace and transaction ordering across multiple chains.
This architectural evolution aims to prevent a scenario where a single sequencer can capture all MEV, instead distributing the value and enhancing the overall network’s integrity.

Theory
The theoretical foundation of shared sequencing rests on two pillars: economic game theory and market microstructure design. From a game-theoretic perspective, the shared sequencer network must create incentives for honest behavior that outweigh the incentives for malicious MEV extraction.
This often involves a decentralized network of sequencers (a “sequencer set”) where participants stake capital and are rewarded for submitting valid blocks, while facing penalties for misbehavior. The key mechanism here is the auction design for blockspace. In a competitive shared sequencer market, the value of MEV that can be extracted from a single transaction is theoretically reduced because multiple sequencers are bidding for the right to order transactions.
From a market microstructure perspective, shared sequencing introduces a new layer of complexity to transaction ordering. The system must achieve a balance between pre-confirmation latency and finality. Pre-confirmation gives users a soft guarantee that their transaction will be included in the next block, reducing the uncertainty that plagues high-frequency trading.
This reduction in uncertainty has a direct impact on derivatives pricing. In a Black-Scholes model, the volatility input reflects the uncertainty of price movements over time. By reducing execution uncertainty, shared sequencing can theoretically lower the perceived risk for market makers, allowing for tighter pricing and a reduction in the “volatility risk premium” often built into options pricing.
The shared sequencer network acts as a coordination mechanism that allows different rollups to share a common view of time and state.
- Sequencer Set and Staking: The network’s security relies on a set of staked sequencers. These participants are responsible for proposing blocks and attesting to their validity. Staking ensures economic security, as malicious actions lead to slashing.
- Transaction Ordering Mechanism: The shared sequencer network must define a transparent and fair method for ordering transactions. This can range from First-Come-First-Served (FCFS) to more complex Proposer-Builder Separation (PBS) models, where a block builder optimizes for MEV and a proposer selects the best block.
- Pre-confirmation and Latency Reduction: A core function is providing rapid pre-confirmations. This allows derivatives traders to execute strategies with high confidence in near-instant settlement, minimizing slippage and execution risk.
| Feature | Centralized Sequencer Model | Shared Sequencer Model |
| MEV Risk Profile | High. Sequencer has unilateral control over transaction ordering, leading to front-running. | Reduced. MEV extraction is distributed across multiple sequencers or mitigated via fair ordering mechanisms. |
| Cross-Rollup Composability | Low. Requires slow, capital-intensive bridging between rollups, introducing significant execution risk. | High. Enables atomic composability; transactions across different rollups settle in the same block. |
| Censorship Resistance | Low. Single point of failure; sequencer can censor specific transactions or addresses. | High. Decentralized sequencer set provides redundancy and reduces the risk of single-entity censorship. |

Approach
The implementation of shared sequencers transforms how derivatives protocols are designed and operated. For a derivatives protocol, the shared sequencer is not just a backend component; it is a fundamental part of the market microstructure. The most immediate impact is on capital efficiency.
By removing the need to bridge assets between different rollups, liquidity can be aggregated more effectively. Market makers can manage a single pool of collateral across multiple rollups that share a sequencer, rather than maintaining separate, siloed liquidity pools on each chain. This reduction in capital requirements allows for tighter spreads and increased competition.
The design of options protocols can be optimized to take advantage of atomic composability. Consider a complex options strategy, such as a risk reversal, where a trader simultaneously buys a call option and sells a put option. In a fragmented environment, this requires two separate transactions with distinct execution risks.
With a shared sequencer, both legs can be submitted together. If one leg fails due to a price change, the entire transaction reverts, protecting the trader from partial execution risk. This capability significantly expands the range of strategies available to retail and institutional traders.
The shared sequencer effectively creates a virtual “super-rollup” where liquidity is unified.
Shared sequencing reduces the execution risk for multi-leg options strategies by enabling atomic settlement across multiple protocols within a single block.
A key consideration for derivatives protocols adopting shared sequencers is the choice of fair ordering mechanisms. Different shared sequencer implementations offer varying levels of MEV protection. Some systems prioritize First-Come-First-Served (FCFS) ordering, while others utilize encrypted mempools or sophisticated auctions.
For options market makers, a predictable and fair ordering mechanism is essential for calculating expected profit and loss. The choice of sequencer design directly impacts the market maker’s ability to price options accurately and manage inventory risk. The shared sequencer architecture allows protocols to offload the complexity of transaction ordering and focus on the core logic of the derivatives contract itself.

Evolution
The evolution of shared sequencing is driven by the ongoing search for an optimal balance between decentralization, efficiency, and security. Early shared sequencer designs often faced a trilemma: achieving high throughput, maintaining strong censorship resistance, and ensuring low latency. Current implementations are exploring various trade-offs.
For example, some designs prioritize near-instant pre-confirmation to support high-frequency trading, while others focus on a more robust, decentralized consensus mechanism that may introduce slightly higher latency. The governance of shared sequencers is also evolving, moving from a single entity to decentralized autonomous organizations (DAOs) where stakeholders vote on protocol upgrades and fee structures. A significant challenge in the current phase of development is managing systemic risk.
While a shared sequencer mitigates single-rollup risk, it introduces a shared failure domain. If the shared sequencer network itself experiences a security breach or consensus failure, all rollups relying on it are affected simultaneously. This “contagion risk” requires new forms of risk modeling and security audits.
Derivatives protocols must account for this shared risk when calculating collateral requirements and potential liquidation cascades. The future of shared sequencing will likely involve specialized sequencers tailored to specific use cases, such as a high-throughput sequencer for derivatives and a general-purpose sequencer for social applications.
| Shared Sequencer Implementation | Consensus Mechanism | Primary Focus |
| Espresso Systems | HotShot (BFT-based consensus protocol) | Decentralized sequencing, MEV resistance, and high throughput for rollups. |
| Astria | Tendermint-based consensus (for a shared blockspace network) | Interoperability between modular rollups, providing shared blockspace for settlement. |
| Radius | PGA (Pre-confirmation via TEE) | MEV protection through encrypted mempools, ensuring fair ordering. |
The development of shared sequencing is closely linked to the broader trend of modular blockchain architecture. As rollups become more specialized, a shared sequencer acts as the coordinating layer that binds these specialized components together. This architecture enables a new level of financial abstraction where derivatives protocols can be deployed on specialized rollups (e.g. a rollup optimized for options calculations) while still accessing the liquidity and users of other general-purpose rollups through the shared sequencing layer.
This allows for unprecedented flexibility in protocol design.

Horizon
Looking ahead, the widespread adoption of shared sequencers will redefine the financial architecture of decentralized markets. The most significant potential impact lies in the creation of truly cross-chain derivatives products.
Instead of needing to build complex bridging solutions, protocols will be able to offer options and futures contracts that reference assets or events across different Layer 1 and Layer 2 chains simultaneously. This could lead to new types of exotic options that are currently impossible to construct due to execution risk. For example, a shared sequencer could facilitate a derivative where the payout depends on the price of an asset on one rollup and the state of a smart contract on another rollup, all within a single, atomic transaction.
The economic implications extend to market efficiency and risk pricing. As shared sequencers reduce execution risk and improve liquidity, the cost of capital for derivatives market makers will decrease. This should lead to tighter bid-ask spreads, increased trading volume, and a more robust pricing environment.
The risk premium associated with cross-chain execution will diminish, allowing options prices to more closely reflect underlying market volatility rather than architectural inefficiencies. However, this shift introduces new regulatory challenges. A shared sequencer network that processes transactions for multiple jurisdictions will likely face scrutiny regarding compliance with anti-money laundering (AML) and know-your-customer (KYC) regulations.
The shared nature of the infrastructure complicates jurisdictional boundaries.
The future of shared sequencing points toward a highly interconnected financial system where new derivatives products are possible, but new systemic risks and regulatory challenges emerge.
The final evolution of shared sequencers may see them move beyond simple transaction ordering to become “financial orchestration layers.” These layers could integrate pre-confirmation services with built-in risk engines, allowing for automated margin checks and liquidations across multiple rollups. This level of integration would create a highly efficient, high-speed environment for derivatives trading, significantly reducing counterparty risk. However, this concentration of power at the sequencing layer creates a new “bottleneck” where a failure could cascade across the entire ecosystem. The next phase of development must address this inherent tension between efficiency and resilience.

Glossary

Shared Risk Pools

Options Trading

Shared Order Books

Shared Security Model

Cross-Rollup Composability

Shared Sequencer Finality

Shared Compliance Layer

Order Flow

Proposer Builder Separation






