Before you go, see it all live
100% Free · No sign-upEvery market on one screen, live and free. Here is what is waiting on the dashboard:
- Panels that rotate through more markets on their own
- An info icon on every instrument with a plain-English explainer
- Turn any card into a live news feed that stays put across refreshes
- A knowledge hub of in-depth market guides to sharpen your edge
"Quantum computers will break Bitcoin" is one of the most repeated fears in crypto, and it resurfaces every time a new quantum chip makes headlines. The honest answer is more interesting than the panic: the threat is real but narrow, most of Bitcoin is better protected than people assume, and the timeline is years to decades, not months.
This guide breaks down exactly how the threat works, which coins are actually exposed, how far off a capable quantum computer really is, and whether a genuinely quantum-resistant cryptocurrency exists. For the broader picture of quantum in markets, see quantum computing in finance and trading.
This page is for learning, not financial advice. Coins and projects are named to explain the technology, not as recommendations. Do your own research.
How the threat actually works
Bitcoin leans on two kinds of cryptography, and quantum computers treat them very differently:
- Digital signatures (the weak point). Your ownership of coins is proven by an elliptic-curve signature (ECDSA). A powerful quantum computer running Shor's algorithm could reverse that math and calculate your private key from your public key. This is the genuine threat.
- Hashing (the strong point). Mining and Bitcoin addresses rely on SHA-256 hashing. The best quantum attack here, Grover's algorithm, offers only a square-root speedup, effectively halving the security level. A 256-bit hash still leaves about 128 bits of protection, which is comfortably safe. Hashing is not the problem.
So the risk is not "quantum breaks Bitcoin" in one stroke. It is specifically that exposed public keys could have their private keys derived.
And this is not a Bitcoin problem - it is an every-coin problem. Ethereum, XRP, Solana and virtually every other cryptocurrency prove ownership with the same family of elliptic-curve signatures, so Shor's algorithm threatens them all the same way. In one way Bitcoin is actually better placed: account-based chains like Ethereum reuse one address by design, so the public key is exposed from your first outgoing transaction and stays exposed, while Bitcoin's UTXO model at least allows fresh addresses per payment. Bitcoin gets the headlines because it is the biggest prize, not because it is uniquely weak.
Which Bitcoin is actually at risk
This is the nuance most articles miss. A modern Bitcoin address stores only a hash of your public key. Your public key is revealed only when you spend from that address. That means:
- Never-spent-from hash-based addresses are relatively safe. The public key stays hidden behind a hash, and hashing is quantum-resilient. One important exception: Taproot (P2TR) addresses publish the public key by design, so this protection does not apply to them (see the table below).
- Reused addresses are exposed. Once you spend, the public key is public forever, so any coins left at that address sit behind cryptography a future quantum computer could crack.
- Old pay-to-public-key (P2PK) outputs are exposed. Bitcoin's earliest coins, including much of the roughly one million BTC attributed to Satoshi, published the public key directly on the chain.
- The broadcast window. When you send a transaction, your public key is briefly visible before it is confirmed. Why this is only a modest risk: the attacker would have to grab the key from the mempool, run Shor's algorithm, and front-run your transaction with a higher fee, all inside Bitcoin's ~10-minute confirmation window - a race even a mature quantum computer might lose.
| Address type | Public key on the blockchain? | Quantum risk | What to do |
|---|---|---|---|
| Hash-based address, never spent from (P2PKH / P2WPKH) | No, only a hash of it | Low | Nothing; you are in the safe case |
| Taproot address (P2TR), even if never spent from | Yes, by design (tweaked key in the output) | Same as an exposed key, once hardware exists | For long-horizon cold storage, prefer a hash-based address type |
| Address reused after spending | Yes, permanently | High | Move funds to a freshly generated address |
| Old pay-to-public-key (P2PK), e.g. Satoshi-era coins | Yes, published directly | High | Move to a modern address type (if you hold any) |
| Broadcast window (transaction sent, not yet confirmed) | Briefly visible | Low to moderate | Nothing practical today; a future concern |
Estimates suggest several million BTC, roughly a quarter of the supply, sit in exposed or reused addresses. The practical defence available today is simple: use modern address types and do not reuse addresses.
The good news for ordinary holders: every modern HD (hierarchical deterministic) wallet - hardware wallets, and the standard mobile/desktop wallets - already generates a fresh address for every receive automatically. If you use one and never manually reuse old addresses, you are following quantum best practice without doing anything. One nuance: some wallets now default to Taproot addresses, which expose the public key by design - if quantum is on your worry list for long-term cold storage, choose a hash-based address type (native SegWit / P2WPKH) in the wallet settings.
How far off is a capable quantum computer?
The gap between today's hardware and a Bitcoin-breaking machine is enormous. Breaking elliptic-curve signatures would require a fault-tolerant quantum computer with millions of physical qubits. Today's machines have a few thousand noisy physical qubits at best, and the metric that actually matters, error-corrected logical qubits, is still counted in the dozens. The ratio is the point: it takes roughly a thousand noisy physical qubits to sustain one stable logical qubit, and Shor's algorithm against Bitcoin needs thousands of logical ones.
To be fair to the other side of the argument: the science is genuinely moving. Google's Willow chip demonstrated below-threshold error correction, meaning errors go down as more qubits are added, which answered the field's core "does this even scale?" question. What remains is an engineering grind measured in years: from dozens of logical qubits to the thousands of high-quality logical qubits (millions of physical ones) that Shor's algorithm against Bitcoin would demand. (Who is building this hardware, and which of them are listed companies, is covered in quantum computing in finance.)
The whole timeline in one line:
- Now · the noisy era - thousands of physical qubits, dozens of logical ones; no cryptographic threat.
- The in-between · harvest now, decrypt later - attackers archive exposed public keys and wait.
- ~2035-2040+ · cryptographically relevant - thousands of logical qubits could break exposed keys; by then post-quantum upgrades should be deployed.
That is why expert surveys still place a cryptographically relevant quantum computer a decade or more away, with many estimates in the 2035 to 2040-plus range. The nearer-term worry is not a sudden break but harvest now, decrypt later: an attacker catalogues exposed public keys today and derives the keys once the hardware exists. That is another reason exposed and reused addresses are the real long-term concern.
Learn more: NIST Post-Quantum Cryptography
Is there really a quantum-resistant coin?
Yes. Post-quantum cryptography is not theoretical, it is standardized. In 2024 NIST finalized post-quantum algorithms (ML-DSA / Dilithium, SLH-DSA / SPHINCS+, and ML-KEM / Kyber). What makes them different from Bitcoin's ECDSA: they rest on lattice and hash problems that Shor's algorithm gives quantum computers no shortcut against - the quantum speedup that kills elliptic curves simply does not apply. Several cryptocurrencies already build on these ideas:
- QRL (Quantum Resistant Ledger) the purpose-built one, using hash-based XMSS signatures that Shor's algorithm cannot break.
- QANplatform a layer-1 using lattice-based (CRYSTALS-Dilithium) signatures.
- IOTA, Cellframe and Mochimo which use or are moving toward post-quantum signature schemes.
- Ethereum which has a public roadmap toward quantum resistance, with developers already drafting migration plans.
| Project | Post-quantum approach | Status |
|---|---|---|
| QRL (Quantum Resistant Ledger) | Hash-based XMSS signatures | Purpose-built, live |
| QANplatform | Lattice-based (CRYSTALS-Dilithium) | Live layer-1 |
| Mochimo | Hash-based WOTS+ signatures | Live |
| Cellframe | Post-quantum signature support | Live |
| Ethereum | Post-quantum roadmap (account abstraction, hash-based options) | Planned / research |
| Bitcoin | Soft fork to a post-quantum signature scheme (BIP-360, P2QRH address type) | Proposed, not yet deployed |
And crucially, being quantum-resistant is not exclusive to niche coins. As the table shows, Bitcoin itself can add a post-quantum signature scheme through a soft fork, and a concrete proposal already exists: BIP-360, which defines a quantum-resistant address type (P2QRH). Bitcoin has done exactly this kind of upgrade before - Taproot (2021) added a whole new signature scheme (Schnorr) as a new address type via soft fork - so the network has a proven template. The hard part is coordination and getting holders to move funds, not the cryptography.
That coordination problem has one genuinely unsolved corner: coins that can never migrate. Lost coins and the Satoshi-era stash cannot move themselves to a post-quantum address, so the ecosystem will eventually face an uncomfortable choice - sunset the old vulnerable outputs, which breaks the "your keys, your coins" promise, or leave several million BTC sitting on-chain as a standing prize for whoever builds the machine first. Expect that debate to be louder than the technical upgrade itself.
What a Bitcoin holder should actually do
The entire practical response, in five lines:
- 1. Use a modern HD wallet. Any current hardware or standard software wallet generates a fresh address per receive - that alone puts you in the safe column.
- 2. Never reuse an address you have spent from. Spending reveals the public key forever; anything left behind sits in the exposed pile.
- 3. If you hold coins on old or reused addresses, move them once to a freshly generated modern address. That single transaction takes them out of the harvest-now-decrypt-later pool.
- 4. Watch for the upgrade, not the headlines. The milestone that matters is a quantum-resistant address type going live (BIP-360 or a successor) - adopt it when it ships. Chip announcements with bigger qubit counts are not the signal.
- 5. Do not panic-sell on quantum news. The threat is a solvable, years-away engineering problem the ecosystem is already working on - a reason for hygiene, not for exit.
There is a collective payoff too: every coin moved off an exposed address shrinks the prize a quantum attacker could ever loot, making the attack less worth building at all.
Wallet hygiene guidance, not financial advice.
A reality check
Quantum computing is a genuine long-term consideration for Bitcoin, but the doomsday framing is overblown. Most coins are protected by quantum-resilient hashing, the exposed slice is a known and shrinking problem, no machine capable of the attack exists, and the ecosystem has both standardized post-quantum algorithms and years of runway to deploy them.
The rational takeaway is not "sell Bitcoin" or "quantum is a hoax". It is that quantum resistance is a solvable engineering problem the industry is already working on, and the practical step available to any holder today is simply to avoid address reuse.
The market side of the story - which companies and funds ride the quantum theme - is covered in quantum computing in finance, and the QTUM quantum ETF trades live in the dashboard's Sector Heatmap Themes row, next to Bitcoin itself.
Reminder: educational only, not financial advice. Projects are named to explain the technology, not as recommendations. Do your own research.
Common Questions
Does quantum computing threaten Bitcoin?
Yes, in theory, but not today. A large, fault-tolerant quantum computer running Shor's algorithm could derive a private key from an exposed public key and spend those coins. But no such machine exists yet, most of Bitcoin's security relies on quantum-resilient hashing, and Bitcoin can upgrade its cryptography before a capable machine arrives. The threat is real but years to decades away.
Does quantum threaten other cryptocurrencies besides Bitcoin?
Yes - all of them. Ethereum, XRP, Solana and virtually every chain use the same elliptic-curve signatures Shor's algorithm breaks. Account-based chains like Ethereum are in one sense more exposed, since one reused address reveals the public key from the first outgoing transaction onward. Bitcoin gets the headlines because it is the biggest prize, not because it is uniquely weak.
Can a quantum computer steal Bitcoin?
Only if the public key tied to your coins is already visible on the blockchain, and only with a quantum computer far beyond anything that exists. Coins in a modern address that has never been spent from are protected, because the chain stores only a hash of the public key. The risk is concentrated in reused addresses and old pay-to-public-key outputs.
Which Bitcoin is most at risk from quantum computers?
The most exposed coins are in pay-to-public-key (P2PK) outputs from Bitcoin's early years, including much of the coins attributed to Satoshi, and in any address reused after spending. In both cases the public key is already published on chain. Estimates suggest several million BTC, roughly a quarter of supply, sit in such exposed or reused addresses.
When could quantum computers break Bitcoin?
Not soon. Breaking Bitcoin's elliptic-curve signatures would need a fault-tolerant quantum computer with millions of physical qubits (thousands of error-corrected logical qubits); today's machines have a few thousand noisy physical qubits and only dozens of logical ones. Error correction is genuinely progressing, Google's Willow chip showed errors falling as qubits are added, but expert surveys still place a cryptographically relevant quantum computer a decade or more out, with many estimates in the 2035 to 2040-plus range. The nearer-term concern is harvest-now-decrypt-later.
Is there a quantum-resistant cryptocurrency?
Yes. The Quantum Resistant Ledger (QRL) is purpose-built around hash-based XMSS signatures that Shor's algorithm cannot break. Others working on post-quantum cryptography include QANplatform, IOTA, Cellframe and Mochimo, and Ethereum has a public roadmap toward quantum resistance. These schemes use the post-quantum algorithms NIST standardized in 2024, which any chain, including Bitcoin, can eventually adopt.
Can Bitcoin be upgraded to resist quantum computers?
Yes. Bitcoin can add a post-quantum signature scheme through a soft fork, and a concrete developer proposal already exists: BIP-360, which defines a quantum-resistant address type (P2QRH). The main obstacles are coordination and getting holders to move funds to new address types, not the cryptography. Because the threat is still years away, there is time to plan and deploy such an upgrade.
What should a Bitcoin holder do about quantum computing?
Use a modern HD wallet (fresh address per receive, automatically), never reuse an address after spending, move any coins off old or reused addresses once, adopt a quantum-resistant address type when one ships (BIP-360 or a successor), and do not panic-sell on quantum headlines. Wallet hygiene, not financial advice.
What is harvest now, decrypt later?
It is the strategy of recording data protected today so it can be decrypted once quantum computers are powerful enough. For Bitcoin it means an attacker could catalogue exposed public keys now and derive the private keys years later. It is why exposed and reused addresses are the real long-term concern, even though no quantum computer can act on them yet.
Explore the markets
Partner platforms (sponsored). We may earn a commission if you sign up. Not a recommendation or financial advice.