New Ethereum research The proposal puts post-quantum wallet security back into focus, outlining a practical way to verify quantum-resistant signatures on an EVM without requiring a complete upgrade at the protocol level.
The proposal, published by Ethereum researcher Nicocsgy, explores an EVM-optimized version of the stateless SPHINCS+ post-quantum signature scheme. The design aims to make quantum-resistant verification more practical for wallet use cases by adapting the scheme to Ethereum’s existing execution environment.
TL; DR
- Ethereum research proposal outlines a post-quantum signature verification approach for EVMs.
- The design is based on SPHINCS+, but optimized for Ethereum-style execution.
- The proposal uses KECCAK256 instead of SHAKE256 to better match EVM costs.
- This could give wallets and smart accounts a practical migration path before quantum threats become urgent.
Why Quantum Security is back in the Ethereum conversation
Quantum computing is not an immediate threat to Ethereum wallets today, but developers are already thinking about what the migration path might look like if cryptographic assumptions change.
Most blockchain wallets rely on public key cryptography. If future quantum computers become powerful enough to break widely used signature systems, wallets and protocols will need alternative methods to securely prove ownership.
This does not mean that Ethereum is facing a short-term crisis. This means that the ecosystem needs credible upgrade paths before the risk becomes urgent.
Ethereum Research’s proposal is interesting because it does not await a complete redesign of the base layer. Instead, it considers whether post-quantum signature verification can be made practical within the EVM itself.
How SPHINCS-based design works
SPHINCS+ is a stateless post-quantum signature scheme standardized by NIST. The challenge is that post-quantum signatures can be large and expensive to verify on-chain, especially if the underlying design doesn’t map neatly onto Ethereum’s cost model.
The proposal adapts the idea by replacing the standard hash function SHAKE256 with KECCAK256, which is native to EVM. This is important because Ethereum already effectively supports KECCAK256, making it a more practical building block for on-chain verification.
The author also focuses the design on typical wallet behavior rather than trying to cover every theoretical use case. That compromise is important. If the goal is to provide users with a realistic way to protect their assets, the solution must be affordable enough to use, not just academic.
The report estimates verification in the range of approximately 127,000 to 150,000 gas. It’s still more expensive than the usual signature verification flow, but it’s low enough to be talked about as practical for protecting high-value wallets and smart account designs.
What this could mean for wallets
The most useful part of the proposal is the no-upgrade road idea. If smart accounts or wallet contracts can validate post-quantum signatures at the application layer, users may not have to wait for Ethereum itself to change its signature system.
This could be important for long-term owners, custodians and institutions. These users are less concerned with making each transaction as cheap as possible and more concerned with protecting large balances over a long period of time.
A practical path could include smart accounts that support quantum-resistant recovery, migration, or consumption conditions. Users could move funds to wallets that are harder to attack under future cryptographic assumptions as the broader Ethereum protocol continues to evolve.
Still early, but worth a look
This is still research, not a ready-made wallet standard. There are trade-offs around signature size, fuel cost, implementation complexity, and user experience. Any production version should be seriously reviewed before large balance sheets depend on it.
However, the direction is important. Cryptosecurity cannot wait until quantum computers become powerful enough to create an emergency. The safer route is to test practical migration tools early, while there is still time to calmly evaluate them.
For Ethereum, post-quantum readiness is likely to be a gradual process. Proposals like this show how the first steps can happen at the wallet and smart account layer, rather than through one dramatic network-wide switch.
