
Briefing
Centralized sequencers in Layer 2 rollups introduce systemic risks of censorship, liveness failure, and concentrated Maximal Extractable Value (MEV) extraction. The research proposes the Espresso Sequencer , a decentralized shared sequencing network, which introduces two core, modular primitives ∞ HotShot Consensus for optimistically responsive, bribe-resistant transaction ordering, and Tiramisu Data Availability for efficient, layered data dispersal. This architecture fundamentally decouples the critical function of transaction ordering from individual rollup operators, establishing a credibly neutral, high-performance base layer that enhances the security and interoperability of all connected rollups.

Context
The prevailing architectural model for Layer 2 rollups necessitates a single, centralized sequencer to manage transaction ordering and batching, a design choice that is essential for achieving high throughput and low latency. However, this centralization compromises the core Web3 principles of censorship resistance and liveness, creating a single point of failure that can be exploited for malicious MEV extraction or regulatory capture. This dilemma has created an acute tension between the performance requirements of a scalable system and the foundational demand for credible neutrality and decentralization.

Analysis
The core breakthrough is the abstraction of the sequencing function into a shared, independent, and cryptoeconomically secured network. This network is governed by HotShot , a Proof-of-Stake (PoS) Byzantine Fault Tolerance (BFT) consensus protocol specifically engineered for low latency and high throughput, which also incorporates mechanisms to resist validator bribery. The protocol strategically separates transaction ordering (consensus) from the publishing of transaction data (data availability).
This latter function is handled by Tiramisu Data Availability , a layered protocol that combines verifiable information dispersal with small, randomly sampled committees to ensure data availability with communication complexity that scales linearly. This modular separation allows multiple rollups to share the same ordering and DA layer, enabling instant “soft finality” from HotShot’s confirmations and unlocking atomic composability across the entire shared sequencing set.

Parameters
- HotShot Consensus ∞ Optimistically responsive BFT consensus protocol designed for high-throughput transaction ordering and fast finality.
- Tiramisu Data Availability ∞ Layered data availability protocol using verifiable information dispersal to achieve linear communication complexity.
- Shared Sequencing ∞ A single, decentralized network capable of ordering transactions for multiple Layer 2 rollups simultaneously.

Outlook
This foundational research shifts the modular blockchain paradigm by defining sequencing as a shared, competitive public good, not a proprietary rollup component. In the next 3-5 years, this architecture is positioned to unlock truly atomic cross-rollup composability, allowing applications to interact as if they were on a single chain. It will also foster a competitive marketplace for sequencing rights, which is essential for equitably distributing MEV and accelerating the industry-wide transition of all major rollups toward a credibly neutral and decentralized operational model.

Verdict
The framework establishes a foundational, modular blueprint for decentralized sequencing, resolving the critical conflict between rollup performance and credible neutrality.