
Lightning Labs Chief Technology Officer Olaoluwa Osuntokun published a prototype tool on April 8 in the Bitcoin developer mailing list, marking the first time in a workable form that a core vulnerability in Bitcoin’s quantum defense initiative was addressed: if the network activates an “emergency brake” upgrade to fend off quantum attacks, current Taproot and other modern wallet users will be unable to access funds because the signature system is shut down.
Bitcoin currently relies on elliptic curve cryptography (ECDSA) for digital signature authorization; in theory, a sufficiently powerful quantum computer could reverse-engineer private keys from publicly visible on-chain data, thereby stealing funds. The most advanced defense proposal, BIP-360, was merged into the Bitcoin Improvement Proposals repository in the form of a draft this February, aiming to provide a new type of quantum-resistant wallet so users can complete fund migration before the threat becomes real.
However, migration takes time, and not everyone can complete it in time. As a result, developers are also discussing a stronger fallback option—an “emergency brake”: once signs of a quantum attack appear, immediately shut down the network’s existing signature system to prevent attackers from forging signatures.
The problem is that most modern Bitcoin wallets, especially Taproot single-key wallets introduced in 2021, have no other way to verify ownership besides digital signatures. After the emergency brake is activated, these users’ funds may be permanently locked—an upgrade intended to protect users could end up freezing their accounts.
Osuntokun’s prototype offers a third path—neither relying on expiring digital signatures nor requiring users to complete migration in advance. Its core mechanism is to let users, through a Zero-Knowledge Proof, mathematically prove that they are the original creator of the wallet using the “seed” (the secret value used when generating each Bitcoin wallet), all without ever disclosing the seed itself.
The key point of this design is that proving ownership of a wallet does not reveal other wallets derived from the same seed; the security of the entire key management system is preserved. In essence, it replaces “I can sign this transaction” with “I can prove this wallet is mine.”
Proof generation time: about 55 seconds on a high-end consumer MacBook
Verification time: under 2 seconds
Proof file size: about 1.7 MB (roughly equivalent to a high-resolution image)
Development status: a hobby project; no performance optimizations have been carried out yet
Release method: publicly shared in the Bitcoin developer mailing list
Although the prototype can already work properly, there is still a significant distance from a formal deployment. At present, there is no official proposal to incorporate it into the Bitcoin protocol, and there is no deployment timeline. There are also clear disagreements among developers when assessing the urgency of the quantum threat—academics note that many widely cited quantum “breakthroughs” rely on simplified test conditions and, for large-scale attacks against Bitcoin, face physical limits.
Data from Polymarket, a prediction market, shows that traders currently assign a probability of about 28% to BIP-360 being implemented before 2027, reflecting the market’s high uncertainty about the timing of quantum defenses.
The “emergency brake” prevents quantum computers from forging transactions by shutting down Bitcoin’s existing digital signature system. However, modern Bitcoin wallets such as Taproot have no mechanism to verify ownership other than digital signatures; once the signature system is turned off, even legitimate holders will be unable to access funds.
The tool allows users to use a Zero-Knowledge Proof to mathematically prove that they are the original creator of the wallet without revealing the “seed.” This verification method does not rely on digital signatures, so it can still be used after the “emergency brake” is triggered, and it will not expose other wallets derived from the same seed.
No. Although the prototype can already work properly, there is currently no official proposal to incorporate it into the Bitcoin protocol, and there is no deployment timeline. It is a developer hobby project that has not yet undergone performance optimization, meaning it represents a viable direction rather than an immediately usable solution.