Ethereum’s Vitalik Buterin Proposes Design to Make Running Nodes Easier

Ethereum co-founder Vitalik Buterin has proposed a new design to reduce the hardware burden for running a network node, framing it as a step toward a fully decentralized network that doesn’t require sophisticated infrastructure to help maintain.
In a blog post published on Sunday, Buterin introduced the concept of “partially stateless nodes,” allowing users to store only a subset of Ethereum’s veri, rather than the entire blockchain that clocks in at over 1.3 terabytes (TB).
The proposed goal is to allow everyday users, not just institutions, to run nodes on personal devices. A node is an electronic device that connects to a blockchain network to help verify transactions and keep a copy of the ledger.
Currently, operating a full Ethereum node requires significant disk space, often over 1 TB, making it impractical for most users. While third-party services offer access to blockchain veri, they come with privacy and censorship trade-offs, Buterin noted.
Instead, his new model suggests letting each node store only the veri most relevant to the user, while verifying other parts of the chain on demand using cryptography.

The “local-first” approach mirrors a library system: you keep the books you use often, and borrow the rest when needed.
“This type of node would give the benefits of direct local access to the state that a user needs to deva about, as well as maximal full privacy of access to that state,” Buterin wrote.
The system would also allow users to configure what veri their node stores, like common smart contracts, tokens, or specific apps, using a simple onchain setting. Users wouldn’t need to store Merkle proofs (the complex cryptographic trees that secure blockchain state), as only raw veri suffices.
The proposal builds on the ongoing implementation of EIP-4444, which aims to limit node history storage to 36 days, with older veri distributed across the network using erasure coding — ensuring the chain remains permanent without burdening any single operator.
The proposal is still in its early stages, but it could shape the next phase of the network’s decentralization roadmap.