Crypto companies are moving to secure their wallet and custody offerings against a future quantum computing threat, aiming to upgrade user-facing infrastructure faster than blockchains can change their core protocols.
The shift reflects a growing view that network-level upgrades to blockchains like Bitcoin and Ethereum could take years, leaving wallets exposed in the meantime.
The timeline for the purported "Q-Day" threat to crypto could be arriving faster than expected, with one recent estimate placing it as soon as 2030.
One company working to bring post-quantum security to crypto wallets is Silence Laboratories, which said it has added support for distributed — or multi-party computation (MPC) — signatures using ML-DSA, a cryptographic algorithm selected by the National Institute of Standards and Technology (NIST).
Jay Prakash, CEO and co-founder of Silence Laboratories, said the company's work follows recent developments in post-quantum cryptography, including NIST's approval of three algorithms: SPHINCS+, Falcon, and CRYSTALS-Dilithium.
Prakash said the company spent the past six months evaluating those algorithms for distributed signing systems used by custodians and institutional wallets.
"Not all of SPHINCS+, Falcon, and CRYSTALS-Dilithium will meet the criteria of multi-party computation (MPC) friendliness — whether they support efficient distributed transaction signing — and a potential fragmentation has to be factored in too, because each chain is picking a different scheme with its own optimization criteria, signature size, or compute efficiency," Prakash said.
The key, he added, is generated as shares across isolated nodes, and a signature is produced jointly without the key ever being reconstructed. That approach helps protect against the threat of quantum computers, which are estimated to be capable of breaking current cryptography within a matter of years.
Businesses understand the urgency, Prakash added. "Institutions are now wired to distributed signing," he said. "Whether it's a partner like BitGo or a bank building a digital asset practice, they all understand that keys can't sit in one place."
MPC systems split private keys across multiple devices — a standard setup for custodians and institutional wallets. Silence Laboratories said its approach is designed to work within that existing structure, allowing firms to upgrade without overhauling how their systems operate.
"Any bank or custodian with existing MPC infrastructure can now migrate to a post-quantum MPC-based wallet, without changing their infrastructure," Prakash said. "It's a code upgrade. After that, they have a post-quantum-secure signing layer."
The upgrade happens at the wallet level, meaning end users would not need to take any action themselves. "With a post-quantum wallet SDK, institutions get a clean upgrade path on the infrastructure they already run," Prakash said. "No heavy architectural migration — they're already using MPC. The developer could upgrade the algorithm in the library, and the end user — whether they're on a wallet like MetaMask, or anything else — would have the same experience, now post-quantum-secure."
The approach reflects a broader divide in how the industry is handling quantum risk. Some developers are focusing on wallet-level upgrades, while others argue that only protocol-level changes to the crypto networks themselves can fully protect users.
Other companies are taking different approaches to the problem. Developers behind a wallet from Postquant Labs are building a system that adds quantum-resistant signatures on top of Bitcoin by using a separate smart contract layer, avoiding changes to the base protocol. Similar ideas have been proposed, including work from StarkWare researcher Avihu Mordechai Levy, which replaces Bitcoin's elliptic-curve cryptography with hash-based signatures that operate within the network's existing rules. That design is described as a "last-resort" approach rather than a scalable solution, and could be very costly.
The challenge, however, remains one of timing. While quantum computers capable of breaking current cryptography do not yet exist, recent advancements have prompted experts to focus more closely on the timetable. That uncertainty is driving companies to act early — but wallet-level fixes have limits.
"If wallets are upgraded to post-quantum and chains are not upgrading," Prakash warned, "it won't work."
Why it matters
Wallet-level upgrades can be deployed as code changes without requiring end users to take any action, but they remain incomplete protection unless the underlying blockchain protocols also adopt quantum-resistant cryptography — a dependency the article explicitly flags.
Institutions already running MPC infrastructure face a narrower migration path than those starting from scratch: the upgrade targets the signing algorithm within an existing distributed-key architecture rather than the architecture itself.
The fragmentation risk is structural — because different blockchains are selecting different post-quantum signature schemes based on their own optimization priorities, custodians supporting multiple chains may need to manage several incompatible algorithms simultaneously.