New Etherum Research the proposal re-focuses on post-quantum wallet security by presenting a practical way to verify quantization-resistant signatures on EVMs without requiring a full protocol-level update.
The proposal, published by Ethereum researcher Nicocsgy, explores an EVM-optimized version of the SPHINCS+ stateless post-quantum signature scheme. The project aims to make quantum verification more practical for wallet apply cases by adapting the scheme to the existing Ethereum runtime.
TL;DR
- Ethereum research proposal presents a post-quantum signature verification approach for EVM.
- The project is based on SPHINCS+, but optimized for Ethereum-style execution.
- The proposal uses KECCAK256 instead of SHAKE256 to better match EVM costs.
- It can provide wallets and sharp accounts with a practical migration path before quantum threats become urgent.
Why quantum security is back in the Ethereum discussion
Quantum computing does not pose a direct threat to Ethereum wallets today, but developers are already wondering 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 require alternative methods for securely proving ownership.
This does not mean that Ethereum is facing a short-term crisis. This means the ecosystem needs credible modernization pathways before risks become urgent.
Ethereum Research’s proposal is fascinating because it does not wait for a full redesign of the underlying layer. Instead, it examines whether post-quantum signature verification can be practical in the EVM itself.
How a SPHINCS-based project works
SPHINCS+ is a stateless post-quantum signature scheme standardized by NIST. The challenge is that post-quantum signatures can be enormous and high-priced to verify on-chain, especially if the underlying design does not accurately map to Ethereum’s cost model.
The proposal adapts this idea by replacing the standard SHAKE256 hash function with KECCAK256, which is native to EVM. This matters because Ethereum already effectively supports KECCAK256, making it a more practical on-chain verification element.
The author also focuses the design around typical portfolio behavior rather than trying to cover every theoretical apply case. This compromise is critical. If the goal is to provide users with a realistic path to protecting their funds, the solution must be affordable enough to be used, not just have a solid academic foundation.
The report estimates the verification to be in the range of approximately 127,000 to 150,000 gases. This is still more high-priced than the normal signature verification process, but is low enough to be considered practical for protecting high-value wallets and sharp account projects.
What this could mean for wallets
The most useful part of the proposal is the concept of a path that does not require updating. If sharp accounts or wallet contracts can verify post-quantum signatures at the application layer, users may not have to wait for Ethereum itself to change its signature system.
This may be critical for long-term holders, custodians and institutions. These users are less concerned with making each transaction as inexpensive as possible and more concerned with ensuring that enormous balances are protected over the long term.
A practical solution may be to apply sharp accounts that support quantum-resistant recovery, migration or spending. Users can move funds to wallets that future cryptographic assumptions predict will be harder to attack as the broader Ethereum protocol continues to evolve.
Still early, but worth watching
This is still research, not a ready-made portfolio standard. There are tradeoffs in signature size, gas cost, implementation complexity, and user experience. Any production version would need a major overhaul before enormous balances depended on it.
Still, direction is critical. Cryptocurrency security cannot wait until quantum computers are powerful enough to trigger an emergency. A safer path is to test practical migration tools in advance, while there is still time to evaluate them calmly.
For Ethereum, post-quantum readiness will likely be a gradual process. Such proposals show how the first steps can come at the wallet and sharp account layers, rather than in one radical, network-wide change.
