The Ethereum network is approaching a critical infrastructure bottleneck, sparking intense debate among developers over how to handle the blockchain's rapidly growing "state size."
EIP-8037, a proposed network upgrade that aims to curb data bloat by increasing the upfront gas costs for devs, is at the center of the controversy.
There seems to be an economic flaw in Ethereum's current design: developers pay a one-time fee to write data to the blockchain, but network nodes are forced to pay the ongoing costs to store that data forever.
The state storage problem
Ethereum's "state" is the snapshot of all current account balances, smart contract code, and data stored on the network.
Currently, the Ethereum state sits at approximately 390 GiB. At the current growth rate, the network is projected to hit a critical "danger zone" of 650 GiB in less than 1.6 years. If the state becomes too large, it dramatically increases the hardware requirements to run a node.
Developers have proposed EIP-8037. The proposal acts as a deterrent by significantly raising the upfront gas costs required to create new contracts, accounts, and storage slots. Developers are discouraged from treating Ethereum as a cheap database.
Vitalik Buterin weighs in
The prospect of dramatically higher deployment costs has prompted developers to seek alternative workarounds. On X (formerly Twitter), developer Lee Ash floated the idea of offloading the burden to users: "What if everyone stored his own data? And the blockchain only stored the hashes? And the transactions only included the proofs?"
Ethereum co-founder Vitalik Buterin quickly shut down the idea as a near-term fix. "The problem is that you need to store and update the data that the proofs are checked against, and that ends up being almost as big as the state anyway," Buterin responded.
Buterin acknowledged that alternative state management solutions exist, but he warned that they are highly complex. "There are solutions, but they have many moving parts, and all require tradeoffs relative to status quo Ethereum," he concluded.

Dan Burgin