Vitalik Buterin has outlined a roadmap for protecting Ethereum from the long-term threat posed by quantum computing, putting core cryptographic infrastructure in focus. The plan surfaced shortly after the Ethereum Foundation created a dedicated post-quantum research team to study the issue.
Practical quantum computers capable of breaking today’s cryptography do not exist yet. Still, Buterin framed the problem as one that needs preparation well before the threat becomes real, because Ethereum’s security depends on digital signatures and other cryptographic systems that may not hold up forever.
Four parts of Ethereum were identified as exposed
In a post on X, Buterin pointed to four major areas of vulnerability: validator signatures used in consensus, Ethereum’s data availability system, everyday wallet signatures, and some zero-knowledge proofs used by applications and Layer 2 networks.
The validator piece sits near the center of the roadmap. Ethereum validators currently rely on BLS signatures to sign and confirm blocks. Buterin said a future shift toward hash-based signatures could offer much stronger protection against quantum attacks.
Replacing KZG would take heavy engineering work
Another challenge involves the way Ethereum verifies and stores large batches of transaction data. The current design uses KZG commitments. Buterin said this could be replaced with a quantum-safe alternative, but doing so would require major work under the hood and could add complexity to parts of the system.
That makes the problem broader than a simple cryptography swap. Changes at the data layer could affect how the network handles scaling-related data flows as well as the mechanics behind verification.
EIP-8141 is the proposed path for wallet flexibility
For users, the main proposed fix is tied to EIP-8141. Buterin described it as a way to make Ethereum accounts more flexible in how they authorize transactions. Today, most wallets depend on one standard signature model. Under EIP-8141, accounts would be able to migrate to other signature schemes later, including quantum-safe options.
This approach would leave room for upgrades without forcing accounts to stay locked into the current model forever. The visible wallet experience may not change right away, but the account structure would gain a path for future cryptographic transitions.
Zero-knowledge proofs remain expensive in a quantum-safe form
Buterin also highlighted zero-knowledge proofs as another weak point. Privacy tools and many Layer 2 networks rely on them, yet quantum-safe versions are much more expensive to verify on Ethereum at the moment.
His longer-term answer is a mechanism inside EIP-8141 called validation frames. This would let the network bundle many signatures and proofs together and replace them with a single combined proof. Instead of checking each item separately on-chain, Ethereum would verify one compressed proof, reducing verification costs.
Based on Buterin’s outline, the roadmap remains in the research and planning phase. Even so, it draws a clear map of the parts of Ethereum that would need to change if the network is to become resistant to future quantum threats: consensus signatures, data availability, wallet architecture, and zero-knowledge proof systems.

