Optimism carves out a lane in its blocks

OP Mainnet has activated a mechanism that reserves a configurable share of blocks for time-sensitive transactions while returning unused capacity to normal traffic.

Optimism said on June 8 that reserved blockspace is now live on OP Mainnet with its stake-based ordering experiment. The central fact is technical, but useful for time-sensitive applications: an OP Stack chain can set aside a configurable share of every block for eligible transactions, then give unused capacity back to normal traffic. The goal is not to create a permanently privileged area. It is to stop priority traffic from being reduced to a pure tip auction when the network is congested and predictable inclusion matters.

On a blockchain, blockspace is the capacity available inside a block for transactions. When demand rises, users often compete by paying higher fees. That mechanism is acceptable for many transfers, but it is less suitable for flows that need dependable timing, such as an ordering system where senders stake OP to gain top-of-block access. Optimism says its first op-sepolia experiment exposed a flaw: eligible transactions above the reserved cap could be pushed to the next block even when the remaining part of the current block was still usable.

The new design splits each block into two tiers. The reserved tier gets up to R% of the block gas, with R chosen by the chain operator. The general tier remains open to everyone and is ordered by priority tip. If reserved demand is low, unused capacity moves back to the general tier. If reserved demand exceeds the cap, a feature called spillover can let extra eligible transactions compete in the general tier instead of automatically waiting for the next reserved tier. Optimism says two eligibility rules ship today: one based on OP staking, and one based on an allowlist of sender addresses that can be extended to destination addresses or function selectors.

The practical change for L2 developers is that predictable inclusion becomes an infrastructure setting rather than an application-specific workaround. Optimism reports that in a private congestion test, with 300 transactions per second and R set to 20, eligible transactions reached about 1.6 seconds at p99, while non-eligible transactions climbed above 10 seconds. Those numbers come from Optimism's own test environment and need to be watched under real traffic. Still, the signal is clear: rollups are moving beyond lower fees alone. They are experimenting with finer transaction-ordering policies for payments, auctions, agents and applications where a few seconds can alter the user experience.