
Vitalik Buterin has introduced a detailed roadmap aimed at preparing Ethereum for the potential risks posed by quantum computing, identifying post quantum security as a key priority for the network’s long term resilience.
Addressing Core Vulnerabilities
In a recent social media post, Buterin highlighted several components of Ethereum that could become vulnerable as quantum computing advances. These include consensus layer BLS signatures, data availability systems that rely on KZG commitments and proofs, externally owned accounts that use ECDSA signatures, and application layer zero knowledge proofs such as KZG and Groth16.
To mitigate these risks, he proposed replacing consensus layer BLS signatures with hash based alternatives such as Winternitz variants. He also suggested using STARK based aggregation methods to maintain efficient verification while improving security.
Buterin noted that Ethereum’s shift toward leaner consensus and faster finality may reduce the number of signatures required per slot, which could simplify the transition and potentially remove the need for aggregation in early stages.
He further emphasized the importance of selecting a durable long term hashing standard from existing options to ensure robust protection against future quantum threats.
Data Availability and Protocol Changes
Another area under review is Ethereum’s data storage and distribution model. Buterin proposed adopting a more secure method for handling data availability, though he acknowledged this would require additional technical work to manage more complex verification processes.
For externally owned accounts, he recommended implementing native account abstraction through EIP 8141. This would enable accounts to support multiple signature schemes, including quantum resistant alternatives.
At present, verifying an ECDSA signature costs roughly 3000 gas. Quantum resistant signature schemes could require close to 200000 gas, making them significantly more resource intensive. However, Buterin expressed confidence that optimization efforts will gradually reduce these costs.
He also proposed long term aggregation techniques that combine numerous signatures into a single verification step, easing the computational burden on the network.
Upgrading Proof Systems
Ethereum’s roadmap extends to its proof infrastructure. While current ZK SNARK verification remains relatively efficient, quantum resistant STARK proofs are considerably more expensive.
To address this, the proposal under EIP 8141 would allow multiple transactions to be bundled and validated through a single proof before being finalized on chain. This approach aims to lower on chain computation while preserving scalability and enhancing security.
The roadmap aligns with the broader direction recently outlined by the Ethereum Foundation, which stated that the ecosystem’s next development phase will focus on increasing network capacity while safeguarding long term security and resilience against emerging technological threats.