Ethereum Wants to Quantum-Proof Your Wallet for Seven Cents
An Ethereum Foundation researcher says wallet owners can start guarding their accounts against future quantum computers right now, at a cost of about $0.07 per account. Nicolas Consigny (known onchain as “nicocsgy”), who leads the Foundation’s Kohaku privacy project, shared the account-level approach on the Ethereum Research forum in mid-June 2026. The idea has already passed an initial security review with Fable 5, and more audits are planned.
How the Cheap Upgrade Works
The proposal sits at the account level. It’s not inside Ethereum’s core protocol, which is why it doesn’t need a hard fork. Users add a protection layer to their own wallets when they choose, and that layer supports signature methods built to resist quantum attacks.
A separate Ethereum Research post from Consigny spells out the cryptography behind one version of this work. It adapts SPHINCS+, a stateless post-quantum signature scheme standardized by NIST, so it runs efficiently on the Ethereum Virtual Machine. The author swapped the SHAKE256 hash used in the SHAKE parameter set for KECCAK256, which the EVM already supports cheaply.
According to that report, verification lands somewhere between 127,000 and 150,000 gas (around $0.07 at current gas prices). That’s a heftier price tag than a normal signature check, but low enough to be practical for high-value wallets and smart accounts.
The cost is trivial for an everyday wallet. Even a DeFi protocol managing tens of thousands of addresses would pay a few thousand dollars total. The real draw sits with exchanges and large holders who keep millions in cold storage and can buy quantum readiness for pocket change.
Why This Matters Now
No quantum computer today can break secp256k1, the curve that protects Ethereum accounts. But governments and large tech firms keep pouring money into the field, and a powerful enough machine could one day reverse a private key from a public one. Security researchers have warned about “harvest now, decrypt later” attacks, where data is stored until it can be cracked. Ethereum is aiming for full protocol-level quantum readiness by 2029, so account-level tools give users something to act on before then.
The work isn’t finished. Audits still need to confirm the design holds up under formal analysis and doesn’t clash with smart contract logic. There’s no Ethereum Improvement Proposal yet, and integration into wallets like MetaMask or Ledger would take months. Where long-term holders are concerned, the math is easy. Seven cents buys an extra layer of protection against a threat that may not announce itself in advance.