Buterin Outlines Vision for Multidimensional Gas Pricing

Ethereum co-founder Vitalik Buterin published a detailed research post on April 3, 2026, proposing a fundamental restructuring of Ethereum's gas fee mechanism. The proposal, tentatively labeled EIP-7706, introduces a multidimensional gas pricing model that would replace the current single-resource fee system with separate markets for three distinct network resources: computation, storage access, and data bandwidth.

The current Ethereum gas model treats all network operations as consuming a single abstract resource (gas), even though different transactions stress different aspects of the network. A simple ETH transfer primarily consumes bandwidth, a complex smart contract interaction stresses computation, and deploying a new contract or writing to storage creates permanent state growth. Under the current model, all three compete in the same fee market, leading to pricing inefficiencies.

How the New Model Would Work

Under Buterin's proposal, each transaction would be assessed fees across three separate dimensions, each with its own base fee that adjusts independently according to supply and demand:

Each dimension would implement its own version of the EIP-1559 base fee mechanism, where the base fee increases when demand exceeds the target and decreases when demand is below target. This means that a surge in computation-heavy DeFi trading would not drive up costs for data-heavy Layer 2 settlement transactions, and vice versa.

"The goal is to make Ethereum's fee market more granular and more fair," Buterin wrote. "Different types of network usage impose different costs on the system, and the fee mechanism should reflect that reality."

Impact on Layer 2 Networks

The most immediate beneficiaries of the proposal would be Layer 2 rollup networks like Arbitrum, Optimism, Base, and zkSync, which post large amounts of data to Ethereum's mainnet as part of their settlement process. Under the current model, rollup settlement costs are heavily influenced by mainnet congestion even when the data market itself is relatively uncongested.

EIP-4844, implemented in March 2024, partially addressed this by creating a separate blob fee market for rollup data. Buterin's new proposal extends this principle to all resource types, creating a more complete separation that could reduce L2 settlement costs by an estimated 40-60% during periods of high mainnet activity.

Ryan Sean Adams, co-founder of Bankless and an Ethereum researcher, characterized the proposal as "the natural evolution of EIP-1559 and EIP-4844," noting that it aligns with Ethereum's long-term vision of becoming a settlement layer optimized for rollup-centric scaling.

Technical Challenges

The proposal is not without significant implementation challenges. Key concerns raised by core developers and researchers include:

Community Reception

The Ethereum developer community has responded with cautious enthusiasm. Core developer Dankrad Feist expressed support for the direction while noting that the implementation timeline would need to account for extensive testing. Tim Beiko, who coordinates Ethereum's core development process, indicated that the proposal could be discussed at the next All Core Developers call, though he cautioned that inclusion in a near-term hard fork is unlikely given the scope of the change.

The proposal has generated particular interest among Layer 2 teams, who see it as a potential catalyst for further reducing their operating costs and passing those savings on to users. Arbitrum Foundation researcher Ed Felten said the multidimensional model "aligns perfectly with how rollups actually use Ethereum resources."

Timeline and Next Steps

Buterin acknowledged that the proposal is at an early research stage and would require extensive simulation, formal analysis, and community debate before advancing to the EIP track. If consensus builds around the approach, the earliest realistic inclusion in a hard fork would be late 2027 or early 2028, following the completion of higher-priority upgrades including Verkle trees and further state management improvements.

For now, the proposal represents another step in Ethereum's ongoing evolution toward a more efficient, modular architecture optimized for its role as the settlement layer of a rollup-centric ecosystem.