Optimism adds a reserved lane inside blocks

OP Mainnet is testing configurable reserved blockspace to make eligible transactions more predictable under congestion.

Optimism says reserved blockspace is now live on OP Mainnet with its stake-based ordering experiment. The central fact is narrow but important: an OP Stack chain can set aside a configurable share of each block for eligible transactions, while giving unused reserved capacity back to normal traffic. The goal is not to create extra block capacity from nowhere. It is to make inclusion more predictable for latency-sensitive activity when the network is congested.

Blockspace is the room available inside blocks for transactions. When demand is modest, ordinary fee ordering is usually enough. Under congestion, transactions enter a priority market: pay enough and they are included quickly, pay too little and they wait. Optimism says its stake-based ordering experiment exposed a gap in that model. In the experiment, senders can stake OP to qualify for preferential top-of-block access. But without a more nuanced builder, eligible transactions above the reserved cap could be pushed to the next block even when most of the current block remained available.

The new framework splits each block into two tiers. The Reserved tier receives up to R percent of block gas, with R set by the operator. It is open only to transactions that satisfy an eligibility rule, such as a sender that has staked OP or an address on an allowlist. The General tier remains open to everyone and is ordered by priority tip. If reserved demand is below the cap, unused reserved gas is ceded to the General tier, so the privileged region does not sit empty. If reserved demand exceeds the cap, a spillover option can let excess eligible transactions compete in the General tier by tip instead of being automatically delayed.

The practical point is less flashy than a token launch, but more relevant to infrastructure. Payments, auctions, games and professional services may care less about the lowest average fee than about regular inclusion under load. Optimism says it tested the system on a live devnet with 300 transactions per second, enough to saturate blocks, and saw eligible transactions included at about 1.6 seconds at p99 while non-eligible transactions climbed above 10 seconds. Those numbers still need to survive real mainnet traffic. But the direction is clear: Ethereum layer 2 teams are experimenting with quality of service inside the block builder itself, not just with cheaper transactions at the user interface.