new Ethereum Research The proposal is to refocus on post-quantum wallet security, outlining a practical way to verify quantum-resistant signatures on EVM without requiring a complete protocol-level upgrade.
The proposal, published by Ethereum researcher nicocsgy, explores an improved EVM version of the SPHINCS+ stateless quantum signature scheme. The design aims to make quantum-resistant verification more practical for wallet use cases by adapting the scheme to Ethereum’s current execution environment.
TL;DR
- An Ethereum research proposal demonstrates a post-quantum signature verification approach for EVM.
- The design is based on SPHINCS+ but optimized for Ethereum-style implementation.
- The proposal uses KECCAK256 instead of SHAKE256 to better fit EVM costs.
- It could give smart wallets and accounts a practical migration path before quantum threats become urgent.
Why is quantum security back in the Ethereum conversation?
Quantum computing does not pose a direct threat to Ethereum wallets today, but developers are already thinking about what the migration path could 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 ways to securely prove ownership.
This does not mean that Ethereum is facing a crisis in the near term. This means that the ecosystem needs reliable upgrade paths before risks become urgent.
The Ethereum research proposal is interesting because it does not wait for the core layer to be completely redesigned. Instead, he is investigating 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 does not strictly conform to Ethereum’s cost model.
The proposal adapts the idea by replacing the standard SHAKE256 hash function with the KECCAK256 function, which is native to the EVM. This is important because Ethereum already supports KECCAK256 efficiently, making it a more practical building block for on-chain verification.
The author also focuses on designing around typical wallet behavior rather than trying to cover every theoretical use case. This trade-off is important. If the goal is to give users a realistic path to protecting funds, the solution must be affordable enough to use, not just academically sound.
The report estimates verification in the range of approximately 127,000 to 150,000 gases. This is still more expensive than a regular signature verification flow, but low enough to be discussed as practical for protecting high-value wallet and smart account designs.
What could this mean for the governor?
The most useful part of the proposal is the idea of an upgrade-free path. If smart accounts or wallet contracts can verify post-quantum signatures at the application layer, users may not need to wait for Ethereum itself to change its signature system.
This may be important for long-term bondholders, trustees and institutions. These users are less interested in making each transaction as cheap as possible and more interested in ensuring that large balances can be protected over long time horizons.
A practical path could include smart accounts that support recovery, migration or quantum-resistant spending conditions. Users can move funds to wallets that are difficult to attack under future crypto assumptions while the broader Ethereum protocol continues to evolve.
It’s still early days, but it’s worth watching
This is still research, not a definitive portfolio standard. There are trade-offs around signature size, gas cost, implementation complexity, and user experience. Any production version will need serious review before major credits can be credited to it.
However, the trend is important. Cryptosecurity cannot wait until quantum computers become powerful enough to create an emergency. The safest course is to test practical migration tools early, while there is still time to evaluate them quietly.
For Ethereum, preparing for the post-quantum phase will likely be a gradual process. Proposals like these show how the first steps can happen at the wallet and smart account level rather than through a single dramatic switch at the network level.




