For new keys. But how do you provide quantum security for old private keys?
Outsurce to FBTC and sue the shit out of them if they lose the assets.
(Semi srs.)
The network will always find a way.
I will have the new keys. Itâs not really my problem.
There will be only 21M Bitcoin.. risk that old and lost coins will be added to the pool again. Nothing changes fundamentally. Maybe some price volatility.
I donât see this as an issue. At some point, if the quantum risk becomes real, everyone will migrate their old keys to a new quantum resistant one.
The new keys need to be registered early so that ownership cannot be disputed and/or keys cannot be stolen.
You can even do this on-chain: sign your new quantum keys with existing keys and publish it on the blockchain. Thereâll be a few issues to settle on protocols and corner cases and find the right trade-off between flexibility and security.
Or maybe an easier way is to define the new quantum key standard and then you simply do a transfer from the old bitcoin address to the new quantum addresses.
Not sure if that is even possible. My guess is that the prime factors of big numbers can be calculated up from Q-day and then you can forget all kind of public/private encryption like for signing. You probably still can do private encryption but how do you exchange keys?
Banks can probably react with some kind of private keys per client, but the way we know encryption/security on the internet will be over.
The problem is not my or your wallet, but the millions of currently lost bitcoins lying around in wallets that no longer belong to anyone (key lost, dead, thrown away when BTC was worthless). If you can get them, this will lead to inflation because there will be new Bitcoins on the market.
Then all that remains is the âsolutionâ from @stojano, live with it:
IMO, not an issue. It is a one time adjustment.
Quantum resistant algos have been in existence for a long time.
See here: Introduction
First PQCrypto conference was back in 2006.
Very interesting, thanks. Even I donât understand all and of course the change of protocols will take some time.
The paper says âwe have still some public key systemsâ. This is essential, but if they are already described today, what makes us thing if Q can break the prime factor code that it cannot break those other systems?
because the quantum computer runs Shorâs algorithm which can efficiently solve discrete log and prime factorization. These are the underlying trapdoor functions which current public key systems use.
the PQ resistant algos use different mathematical structures for security and so are not broken by Shorâs algorithm. But once more widely adopted, surely will come under increased attack so we canât rule out future mathematical breakthroughs.
itâs also worth noting that a small fraction of internet traffic is already secured by PQ algos. no doubt 3 letter agencies are currently storing internet traffic so that they can decrypt it in the PQ world (store now, decrypt later attack).
the more paranoid already secure with both to avoid this and in fact use both traditional and PQ algos - just in case the PQ algorithms are broken, but we donât realise it yet.
Iâm waiting to buy Bitcoin between 70-50k USD in 2026 ![]()
Noteworthy article on the intricacies of the quantum threat for Bitcoin
- There will be a sequence of events, with certain wallets/setups being more vulnerable
- Meaningful quantum threat is still many years (>5) away
- As with many things, eroding trust might swing the topic long before.
Would you mind pasting the article for those of us who donât want to register?
Bitcoinâs Quiet Problem: Gold Up 100% in 1 Year, Dollar at a 4-Year Low. Why Is Bitcoin Stalling?
Updated: January 29, 2026
Share
ETF issuers call out the threat. Institutional Investors started removing allocations to Bitcoin from their model portfolios.
Despite the weakest US Dollar in 4 years, loss of faith in the current system and historical rallies in gold (+100% in one year), silver (+250%), and other commodities â a market environment tailor-made for Bitcoin to shine â Bitcoinâs performance has been disappointing.
Not only does the macro environment appear supportive, but even the U.S. governmentâs stance has reduced some of the headwinds Bitcoin faced in the past. So why has Bitcoin disappointed?
While investors have come to expect Bitcoinâs wild price swings â volatility is a feature, not a bug -thereâs a more ominous risk quietly emerging in the background: quantum computing.
ETF issuers, including BlackRock, began flagging this threat. Institutional players, such as Jefferies, have gone as far as removing their 5-10% Bitcoin allocations altogether from their model portfolios in January 2026.
In this piece, Kumikoâs questions will unpack whatâs truly at stake, while Ethan walks us through the most plausible scenarios ahead. Letâs dive in.
Important note: This article focuses exclusively on Bitcoin and does not address risks associated with other digital assets. It highlights selected potential threats posed by quantum computing and is not intended to be a comprehensive overview of all possible vulnerabilities.
KEY TAKEAWAYS
-
Bitcoinâs Achillesâ heel â is its Elliptic signature scheme, because a sufficiently powerful quantum computer could one day âfabricate a working key out of thin airâ by reversing public keys. Initially, only coins whose public keys have already been propagated onto the blockchain are on the menu. Hashed addresses stay safely off the radar. But, if trust and Bitcoinâs price drops you will be indirectly affected, as panic may set in.
-
As of January 2026, 33% of Bitcoin supply is vulnerable. About 7 million coins already have their public keys exposed, making them prime quantum targets. But once the tech advances, quantum may crack private keys faster than Bitcoinâs 10-minute block time, and every transaction becomes fair game. And thatâs game over because you wonât be able to cash out.
-
Decentralised networks need years to adapt. Upgrading to quantum-safe addresses may be possible, but is a race-against-the-clock. Complacency by some developers means quantum could blindside even its biggest backers. The popular counterargument relating to traditional banking, defense and intelligence also relying on encryption doesnât hold either. These institutions are centralised and already preparing for a post-quantum world.
-
BlackRockâs IBIT ETF prospectus flagged risks in last yearâs update. Jefferies and some Institutional Asset Managers removed its allocation in January 2026. And this is despite a 2026 macro environment tailor-made for Bitcoin to shine. Yes, quantum risk may be a few years away, but timing may surprise. Most investors still breeze past the fine print. They should start paying attention.
What is BITCOINâS WEAK LINK?
fabricating a working key out of thin air
Kumiko: I heard quantum could break Bitcoinâs security. But I havenât found a single resource that lays out in simple terms what the risk is. Can you help?
Ethan: Absolutely. Letâs break the topic down step by step. First, it helps to know how Bitcoin stays secure: it relies on two cryptographic tools â one for authorizing transactions, and one for mining blocks.
Kumiko: Okay. What are those two called?
Ethan**:** ECDSA â thatâs the Elliptic Curve Digital Signature Algorithm. Itâs what you use to sign a transaction from your wallet. Then, there is SHA-256 output. Bitcoin miners use it in the proof-of-work puzzle.
Kumiko: Are those equally vulnerable?
Ethan**:** Not at all. SHA-256 would get only a modest speed-up from quantum algorithms â so mining might get easier, but not catastrophically so. ECDSA, on the other hand, is dramatically weaker under a large-scale quantum computer: Shorâs algorithm would let an attacker recover a private key from its public key.
Kumiko: So ECDSA is the âweak link.â Why is it at risk?
Ethan: Imagine you store Bitcoin in your house with a locked door. Your private key is the unique key that opens it. The public key is your house. The house door design is out there in the open, so anyone can check whether a given key will fit. But, only you hold the private key; without it, no one can open the door or spend the coins inside.
Kumiko: If only I hold the private key, how could anyone ever forge my transaction signature?
Ethan: Right now, thatâs effectively impossible. Without the private key, you simply canât sign a valid transaction.
Kumiko: What about quantum computers?
Ethan: Thatâs where things get interesting. Classical computers canât derive your private key from any information on the network. A powerful enough quantum computer, however, could one day run an algorithm to reconstruct your private key just from your house âdoorâ â almost like fabricating a working key out of thin air. Wild, isnât it?
WHICH COINS ARE VULNERABLE?
everyone is not equally exposed
Kumiko: So is every Bitcoin wallet at risk?
Not initially. Only those whose public keys are already exposed on-chain. If no one knows which door the key is designed for (i.e. your public key hasnât been revealed), they canât craft a key to your specific door.
Kumiko: But wait â arenât all addresses public so miners can validate every transaction?
Ethan: Itâs a misconception. It worked like that in the early days, but not anymore. Many modern Bitcoin addresses are of the form P2PKH (Pay-to-Public-Key-Hash) or similar, meaning the blockchain only shows your public key â your house door â when you spend from that address. In essence, until you spend no one can know your home address â in theory, youâre safe!
Kumiko: How did I initially send Bitcoin to my Ledger from Coinbase without a public key?
Ethan: Great question. In the early days of Bitcoin, you had to input the public key to send Bitcoin to it. Thatâs how Satoshi did it. But for a number of years now, with the modern addresses, you send Bitcoin to a public keyâs hash, not the raw key.
Think of it this way. If you want to send me a Bitcoin, I can give you a P.O. box number. You drop Bitcoin to my P.O. box using the box ID (the hash), but you never see my home address (my public key) where I store Bitcoin. I may just pick up the Bitcoin from the P.O. Box the same day and hide it at home. No one in the Bitcoin network will know which is my door so they canât crack it.
Receiving bitcoin: Quantum canât crack a lock if it doesnât know which door to open
Kumiko: So, even with quantum computers, attackers donât know where your Bitcoin is?
Ethan: Sort of. Because I only gave you and the blockchain network my P.O. Box, not my home address. So, they canât break my house door. Quantum computing can potentially unlock my homeâs door, but it needs to know where I live. An attacker only sees the hash (the P.O. Box).
Kumiko: In the meantime, is the P.O. Box Safe?
Ethan: Yes, it is much safer than a house door lock, because it uses the SHA-256 algorithm I mentioned which is much more difficult to crack.
Kumiko: But what if you want to send it to Chewy?
Ethan: Chewy is a wise Golden Retriever. He will use a P.O. Box and will be protected. But, as for me as a sender, I will have to reveal my public address. The Bitcoin network needs to match my public key with my private key to verify ownership. But, when my public key appears on-chain, the risks start.
SENDING bitcoin: Bitcoinâs Achillesâ heel
How many bitcoins are vulnerable?
Kumiko: So only addresses that sent Bitcoin in the past are exposed?
Ethan: Not quite. Remember that initial Bitcoiners like Satoshi sent Bitcoin directly to a public key without using hashing. They are exposed as well.
Kumiko: How many Bitcoins are at risk?
Ethan: According to Project 11 estimates, close to 7 million Bitcoin â roughly 33% of supply â are held in addresses with exposed public keys as of January 2026, meaning those coins would be low-hanging fruit for a quantum attack.
VULNERABLE BITCOIN ADDRESSES
How can i protect my bitcoins?
ETFs, reused addresses & Hashing
Kumiko: How can I protect my wallet if I spent from it in the past?
Ethan: If youâve spent from it in the past (e.g. partial spending), make sure to empty it and send to a brand new PO Box. Your public key is hashed and remains undisclosed.
Kumiko: Am I protected if I invest through an ETF?
Ethan: If you hold Bitcoin with institutional-grade protection (e.g. U.S. ETF like BlackRockâs IBIT or European ETP equivalent) you are likely protected.
Kumiko: What if I bought on Coinbase and transferred to my Ledger wallet?
Ethan: You need to verify the initial transaction with a block explorer like blockchain.com. Input the destination address and the site tells you whether this address was used to send Bitcoin in the past. The site also confirms whether hashing (a PO Box) was used (any type with H is likely safe e.g. P2PKH, P2WPKH, P2SH). The good news is that most software today like Ledger automatically creates new addresses for each transaction (each seed phrase can have millions of addresses), so like most Bitcoin holders youâre likely protected. But, itâs better to double check.
How can i check if my address is vulnerable?
| Address Type | Can I Use It Today? | BTC Supply* | Vulnerability |
|---|---|---|---|
| Pay-to-Public-Key (P2PK) | Not always supported by most wallets. | 1.9 M (9 %) | |
| Pay-to-Taproot (P2TR) | Modern wallets support P2TR. | 0.02 M (0.1 %) | |
| Pay-to-Public-Key-Hash (P2PKH) | Some wallets may not support the format. | 8.3 M (43 %) | |
| Pay-to-Script-Hash (P2SH) | Can be used today in some wallets. | 4.6 M (24 %) | |
| Pay-to-Witness-Public-Key-Hash (P2WPKH) | Widely used today. | 3.8 M (20 %) | |
| Pay-to-Witness-Script-Hash (P2WSH) | Widely used today. | 0.8 M (4 %) |
*As of Q1â2024. Source: River Financial, Bankeronwheels.com
What is BITCOINâS ENDGAME?
Your protections matter less in the long run
Kumiko: But 33% of Bitcoin is exposed in 2026. Is it enough to erode trust in the technology?
Ethan: Absolutely. Early and reused addressesâwhich by some estimations represent 25% of all Bitcoinâwould be low-hanging fruit. Expect waves of theft as attackers systematically drain vulnerable addresses. Today, Bitcoinâs value depends on the assumption that funds are secure unless you reveal your private key. If that assumption fails, investors lose faith. Youâd see an immediate collapse in price as holders scramble to exit, and before protected addresses get threatened as well.
Kumiko: That doesnât sound good. At which point is it game over for Bitcoin?
Ethan: If it takes a few weeks to crack revealed public addresses, those are the only one directly exposed. Indirectly, the network will likely already massively suffer. But, once a quantum computer gets fast enough to crack your private key in under Bitcoinâs 10-minute block time, itâs game over for everyone.
Kumiko: Wait. Why? I still havenât revealed my public key!
Ethan: Yes, but at some point, even the protected addresses like yours may want to cash out. Once you broadcast a spendâ for example to cash out into FIAT â your public key is revealed in the transaction data. As quantum computers become even faster and can derive the private key in, say, 5 minutes, they forge their own competing transaction and get it mined before yours confirms. As soon as quantum breaks the key faster than the network confirms blocks, no spend is safeâevery broadcasted transaction can be front-run and stolen. So the tipping point for everyone is when Time to Crack †Block Confirmation Time (â10 minutes). Until then, hash-only addresses buy you time.
Get Independent Insights For Individual Investors
If youâve enjoyed our high-quality guides, you will love Europeâs best Wise Investing newsletter even more. Join tens of thousands of individual investors who trust us.
Every Saturday morning with your coffee, enjoy FREE:
Investing guides & tools
Curated insights on investing strategies, ETFs, brokers, early retirement & lifestyle
Exclusive articles crafted for wise investors like you
Bonus: FREE Portfolio Checklist! Sign up today and receive a FREE 2-page checklist to:
-
Build & monitor an efficient portfolio
-
Clean up your personal finances.
We respect your privacy and never spam. Try it. Feel free to unsubscribe at any time.
SUBSCRIBE
What are POPULAR COUNTERARGUMENTS?
#1 There are other things to worry about
Kumiko: Surely, there will be worse things to worry about if this happens?
Ethan: Thatâs one argument I hear a lot, but I donât buy it. While indeed most of modern cryptography in banking, defense, intelligence etc. relies on similar algorithms, the issue is that these are centralized systems, that can be unilaterally upgraded. In fact, some banks and institutions like HSBC or JP Morgan have already started working on post-quantum encryption. Even my VPN is already quantum-ready. But, Bitcoin is decentralized. In fact, BlackRock has updated its IBIT ETF filing with the SEC as of May 2025 (see below) explicitly warning that any changes would require âbroad consensusâ and thereâs no assurance that that would be achieved timely.
Kumiko: Thatâs just formality, no? Shouldnât an ETF prospectus highlight all risks anyway?
Ethan: Thatâs right, many people disregard these warnings as simply a compliance âtick boxâ exercise. But from my professional experience one difference between successful and unsuccessful investors is that the former read the fine print, and plan accordingly.
BlackRockâs IBIT ETF Prospectus before May 9, 2025
BlackRockâs updated IBIT ETF Prospectus on May 9, 2025
Kumiko: Can we migrate to quantum-proof addresses?
Ethan: In theory, yes. letâs say Bitcoin does introduce a new quantum-resistant address type. That alone isnât enough â users must then move their funds to those new addresses to be safe. This is a massive coordination problem. Some fraction of coins are in abandoned wallets or with owners who wonât get the memo. Imagine if Satoshiâs long-dormant coins for which public keys are known or other early big stashes got stolen â it could flood the market or at least severely hurt confidence. Bitcoin can handle on the order of only ~5-7 transactions per second. Migrating, might take months or years. Some research has looked at using batched transactions or layer-2 solutions to alleviate this, but itâs non-trivial.
#2 We will have time to adapt
Kumiko: Surely there will be warnings ahead and key holders rally behind a solution!
Ethan: Possible, but highly uncertain. I think itâs actually the opposite. First, given the stakes â not only for Bitcoin but cryptography in general â the organisations behind the technological leap will have all incentives â financial, geopolitical and others â for it to be a surprise. Second â compared to Governments or Banks â the Bitcoin community is currently complacent. And Bitcoin should be miles ahead of the pack given that it will take years to for a decentralised network to reach consensus. Remember â you need to get everyone on board: miners, developers and investors! Instead, one of its largest holders â Strategyâs Michael Saylor regularly downplays the threat instead of rallying institutions to actively prepare for it. Given these statements, I started questioning whether he really is in for the long run.
Qubit Growth Estimates according to Mooreâs Law

Source: introtoquantum.org
Kumiko: How imminent is this threat?
Ethan: Quantum computers in 2026 are not yet at the level to break Bitcoinâs cryptography. The most advanced machines like IBMâs have on the order of a few hundred noisy qubits. Estimates vary, but research from University of Sussex projected that it would require 13 million qubits (with error-correction) to crack the key in one year and 300 million qubits to crack a Bitcoin private key within 1 hour. Thatâs many orders of magnitude beyond current tech. Based on Mooreâs law we shouldnât expect a quantum computer capable of this for perhaps 5â15 years. But progress in quantum computing is unpredictable â breakthroughs (like those announced by Google and Microsoft in 2025) could accelerate timelines. In fact, AI and new techniques can also speed up the process. A 2025 paper suggested how a significant reduction of qubits can be put in place.
Kumiko: What are you doing with your Bitcoin exposure?
Ethan: Everyone needs to assess Bitcoin merits based on their own risk profile and perform their own due diligence. Bitcoin as an asset in a portfolio may make sense as explained before, but clearly if this tail risk is not addressed, I will become more cautious. In the meantime, Iâm auditing exposed addresses â running my wallets through a block-explorer tool to ensure none of my public keys are already on-chain, and rebalancing my portfolio to risk targets so Bitcoin doesnât overly affect portfolio volatility but also that Iâm comfortable losing it all in the worst case scenario. Below are some key considerations.
KEY considerations
-
Always rebalance your portfolio to comfortable risk targets, so you never exceed your personal risk tolerance.
-
Audit your addresses â Run every active receiving address through a block explorer to see if its public key is exposed.
-
Prefer hash-only addresses â Use modern address types which hide your public key until spending. Keep software updated.
-
Monitor ETF & custodian disclosures â For explicit quantum-risk warnings and response plans.
-
Stay informed on quantum progress â Follow trusted sources (academic papers, Big Tech quantum announcements) to gauge when qubit counts approach dangerous threshold.
-
Advocate for post-quantum upgrades - including institutional custodians to push for quantum-resistant signature schemes and soft forks.
Join me in sharing awareness about the risks.
The good news is that there is still some time left. Keep in mind that Bitcoin has already weathered significant protocol upgradesâSegWit, Taproot, and othersâeven though those were much less complex than altering its signature algorithm. Bitcoin has forking capacity, a vibrant developer community, and high-stakes institutional backers. Mitigation paths exist, but leaders in this space must accelerate work on post-quantum encryption before itâs too late.
We have time to switch to PQ algorithms now. Currently, thereâs not much urgency as practical attacks are likely years away and we will get warnings ahead of time.
I donât think the drop in BTC has anything to do with anything. There was no fundamental reason for it to go to 125K , it was mainly speculation that new administration would make big steps to make it something more than what it is. And hence there is no reason to be concerned when itâs down. Perhaps MSTR is struggling to raise money to keep piling as its investors at peak have suffered 69% decline.
i actually think lot of speculative money is now going into AI. So there isnât much left to invest in BTC. Hardcore BTC lovers would stay invested but folks who were expecting 100% return per annum need to look for alternative bets. Open AI is worth trillion and have negative earnings and also not much revenue to back this valuation. So I am assuming all the cash burn is funded by investors.
Also I think a bunch has moved to predictions markets. The retail hype is just much lower now.
I no longer post here not to upset my buddy stojano, but Iâll make an exception: few months ago a friend whoâs a BTC maxi shared âBTC essentially does nothing, itâs like digital goldâ. For the record, heâs been saying for years about âall the great things thatâll be, or are JUST AROUND THE CORNER to be built on BTC, ETHâ.
Now the statement âit does nothingâ is telling (me) that the hype of adoption, trading goat blood and fruit for BTC in exotic lands, tokenisation, w3, NFTs was, indeed, uneducated claptrap and a veneer for rug pulls.
I can settle with âdigital goldâ. Donât have any gold anymore (digital or otherwise) as it has negative carry and zero cashflow so itâs a speculative asset.
I read two funny sentences in the weekend:
- last chance to buy above 75k
- BTC is going to 1,000,000âŠmarket cap
Happy hunting!
Sooner or later BTC and all other âcoinsâ will follow the destiny of NFTs, if anyone can still remember them?
Hey bro, donât hold back. I will not be upset⊠probably ![]()
I still believe in Bitcoin and I donât care a lot about the fud. Every month, I will have more Bitcoin than one month before. Just for my wifeâs mental sake, I keep a little bit more CHF, gold and some Swiss stocks (just because now we have a much larger amount in CHF as it was during the last bear market).
I keep an eye on the developments in the Bitcoin âindustryâ (mostly here in Lugano or wider in Switzerland and Europe, much less in the US), but reduced overall consumption of ânewsâ.
So go ahead!
Iâll start sweating, when my favorite Bitcoin Twitter gods startâŠ






