Why does one gas number price computation, storage, and bandwidth the same across every chain?
Opportunity
The EVM uses a single integer to simultaneously price CPU cycles, storage access, and network bandwidth, treating them as fungible. A June 2026 empirical study of production EVM workloads found that Base spends 29% of gas on compute while Ethereum spends 34% on storage writes, with profiles diverging further on each new L2 rollout. When one resource is cheap relative to its real cost it becomes an attack vector: the history of EVM repricing is a series of emergency patches after attackers found underpriced operations. No current EIP proposes multi-dimensional metering at the execution layer. The EIP-1559 era reforms addressed fee markets without decomposing the underlying resource costs, so the mispricing problem was not fixed, only renegotiated.
Why it matters
Pricing multi-dimensional resources with one number creates permanent mispricing gaps that attackers find faster than governance can reprice.
How I score the opportunity
The Opportunity Score is my own read, not a measurement: how much it hurts, how often it bites, and how little exists to solve it today. Higher means I think it is more worth building.
How much pain it causes when it shows up.
How often people actually run into it.
How little good tooling exists for it today.
More problems worth solving
Why can't I prove I am solvent without showing my balance?
BlockchainWhy is moving money between chains still scarier than the early internet?
BlockchainWhy does compliance still mean a PDF and a prayer?
BlockchainWhy is self-custody still a choice between losing your keys and trusting a company?
BlockchainWhy does tokenizing a real asset still need ten middlemen?
BlockchainWhy can't a stablecoin pay someone with no internet?