Abstract

The scaling landscape has historically forced a binary choice: Sequenced Rollups, which offer low-latency execution but isolated state (L2 islands), or Based Rollups, which offer synchronous composability but suffer from L1 latency constraints. This creates a fracture in capital efficiency liquidity is either fast and fragmented, or unified and slow. Vitalik Buterin’s recent proposal to combine preconfirmations with based rollups introduces a Hybrid State Machine. By partitioning the slot time into a "Sequenced Phase" (Fast Agency) and a "Based Phase" (Global Settlement), this architecture attempts to reconcile the "Right to Act" with the "Right to Compose." This paper analyzes the structural implications of this hybrid model on execution determinism and liquidity unification.

1. The Latency-Composability Trade-off

In distributed systems, Distance is Time.

  • Sequenced Rollups prioritize Local Time. An offchain mechanism (sequencer) determines ordering, offering latency far lower than Ethereum L1. However, this local time is asynchronous with L1. An atomic trade between Uniswap (L1) and an L2 DEX is impossible because the states do not observe each other simultaneously.

  • Based Rollups prioritize Global Time. The ordering of transactions is determined by L1. This aligns the clocks of L1 and L2, enabling synchronous composability. The cost is latency: users must wait for L1 block times to confirm an action.

Base58 Labs views this not as a feature war, but as a physics problem: How do we allow capital to move at the speed of the sequencer, yet settle with the finality of the L1?

2. The Hybrid Architecture: Partitioning the Slot

The proposed solution uses Time Partitioning within a single slot. The mechanism operates as a timing game played by the sequencer:

  1. The Sequenced Phase (Low Latency): For the majority of the slot, the sequencer issues regular sequenced blocks requiring a certificate. This preserves the high-frequency User Experience (UX) expected of modern L2s.

  2. The Slot-Ending Block (The Handover): Close to the slot's end, the sequencer releases a special block. This block signals that it is valid to build a based block on top of it.

  3. The Based Phase (Synchronous Composability): In this final window, anyone can build "Based Blocks". These blocks interact directly with L1 state, allowing for atomic actions across layers.


3. Synchronous Composability as a Capital Right

The defining breakthrough here is Synchronous Composability. In the "Based Phase," a transaction can perform actions using both L1 and L2 liquidity directly. If one leg of the trade fails, the entire bundle including the L2 block reverts.

From a Base58 perspective, this restores Unified Execution Rights. Capital is no longer trapped on an L2 island, waiting for a bridge message to propagate. For a brief window in every slot, the L2 becomes a direct extension of the L1 execution environment. This eliminates the "execution risk" of cross-domain arbitrage, converting probabilistic hops into deterministic atomic bundles.

4. Structural Risks: Reversion and Timing

This architecture introduces new execution constraints:

  • Revert Dependency: The system loses sovereignty. This design is only compatible with L2s willing to revert if the L1 reverts. The L2 is no longer an independent timeline; it is tethered to L1 chaos.

  • The Timing Game: The sequencer must release the slot-ending block early enough for builders to act, but late enough to minimize the high-latency period. This creates a new form of "Latency Arbitrage" where the sequencer optimizes the boundary between speed and composability.

5. Base58 Analysis: The Convergence of State

We previously argued that "Execution Selects Capital." This proposal refines that selection mechanism.

  • Retail flow will likely inhabit the Sequenced Phase, prioritizing speed and UX.

  • Institutional/Solver flow will dominate the Based Phase, prioritizing atomic composability and vast liquidity access.

This creates a Dual-Regime Market within a single chain. The winner is not the fastest trader, but the system that can transition capital seamlessly between the "Fast/Isolated" state and the "Slow/Unified" state.

Core Finding

Vitalik’s proposal admits that we cannot beat the speed of light, but we can engineer around it. By slicing time into Agency (Sequenced) and Truth (Based), the Hybrid Rollup offers a pragmatic path to unification. For Base58 Labs, this confirms that the future of execution is not about choosing between L1 and L2, but about managing the transition between them.

Reference: Vitalik Buterin: Combining preconfirmations with based rollups