30.2%
of issued bitcoin sits in outputs whose public key is already published
A measure of key visibility, not of coins an attacker could take tomorrow. The exposure map explains the difference.
Very few cryptocurrencies would survive a large enough quantum computer, and not the ones most people hold. Bitcoin, Ethereum and nearly every other major chain rely on elliptic-curve signatures that such a machine can break. Just two of the twelve graded below protect every user with hash-based cryptography.
30.2%
of issued bitcoin sits in outputs whose public key is already published
A measure of key visibility, not of coins an attacker could take tomorrow. The exposure map explains the difference.
~1,200
logical qubits estimated to break 256-bit elliptic-curve cryptography
A March 2026 resource estimate for the discrete logarithm on a 256-bit curve, roughly a tenfold improvement on earlier work. No machine of that quality exists.
2029
earliest publicly stated target for a fault-tolerant quantum computer
IBM’s roadmap target for Starling. A vendor date, and the one most migration schedules are implicitly racing. It is not a date on which anything breaks.
1979
the year it was shown a one-way function alone can authenticate a message
Lamport built signatures from nothing but a one-way function, fifteen years before Shor’s algorithm gave anyone a reason to want them. What protects funds on the two chains at the top of this board still reduces to that one assumption, by different routes, even where other parts of their designs do not.
Lamport, SRI International CSL-98, October 1979 (opens in new tab)
One standard, four tiers, twelve chains. Quantum-resistant and post-quantum mean the same thing here, and a chain earns the label from what protects ordinary user funds on mainnet today. Roadmaps, testnets and target dates never move a chain into a protected tier, however credible they are, though they do separate a chain that is working on the problem from one where no public plan was found. Within a tier, chains are listed longest-deployed first, or alphabetically where nothing is deployed.
Spending ordinary funds requires a primitive believed to resist known quantum attacks, for every user, by default, on mainnet today. No opt-in step and no migration needed.
A post-quantum way to hold and spend ordinary funds is live on mainnet and has actually been used there, but it is opt-in and is not what protects the default account. Includes smart-contract and account-abstraction routes that need no protocol change.
Nothing deployed protects ordinary funds from a quantum attacker, but a public migration effort exists: a proposal, a research programme, a testnet, a mainnet experiment, or an announced target.
Nothing deployed protects ordinary funds, and searching the project’s documentation, proposal repositories, development repositories and roadmap surfaced no qualifying public migration plan on the verification date. This describes our search, not the project’s intentions.
Two quantum algorithms matter, and they do very different amounts of damage. Almost every disagreement about this subject comes from treating them as one threat.
Published in 1994, it efficiently solves the two problems public-key cryptography is built on: factoring large integers, and computing discrete logarithms in a group, including on an elliptic curve. Given a public key, a large enough quantum computer recovers the private key. Every elliptic-curve signature scheme on this page falls to it, whether it is called ECDSA, Schnorr, Ed25519, BLS or RedDSA. There is no partial credit and no parameter you can increase to escape.
It searches an unstructured space of size 2n in roughly 2n/2 steps: a quadratic speedup, not an exponential one. Against a well-sized hash function that halves the effective security level and leaves it comfortable, which is why standards bodies treat appropriately sized hashes as usable after quantum computers exist. It is also why proof-of-work mining is not the emergency here: Grover makes mining somewhat cheaper, not free, and cheaper mining is an economics problem rather than a way to take anyone’s coins.
Anything drawing its security from hash functions alone inherits Grover’s modest speedup instead of Shor’s total break, and that is the whole reason the top tier of the verdict board looks the way it does. It need not be a signature scheme: proving you know the preimage of a published digest authenticates a payment just as well. The historical problem with these constructions was never security, it was practicality, and what changed is that chains were finally built around the awkward shapes they impose, such as keys that may only be used once, or signatures measured in kilobytes.
Shor’s algorithm needs a public key to work on. Whether a chain hands one over, and when, is therefore the difference between a theoretical risk and a live one, and it varies more between chains than almost anything else. That question gets its own section below, because it is also the one most coverage gets wrong.
None of this says when a capable machine will exist, and this page does not forecast that. It compares what has been built against what has been publicly targeted, which is the part that can actually be checked.
One axis, two rows. Above it, what the outside world has done and said it will do about the arrival of a capable machine, the moment the industry calls Q-Day. Below it, what chains have shipped and what they have promised. The shape of the picture is that most of the second row sits to the right of most of the first.
Off the left edge: QRL mainnet launches (Jun 2018). The axis starts in 2024 because everything else on it does.
Shor’s algorithm needs your public key. Chains differ in whether they publish it, and that difference decides whether ordinary advice about moving coins helps you or does nothing at all.
The address people share is itself the public key, or contains it. Every funded account is exposed from the moment it exists, whether or not it has ever spent.
The address is a hash of the public key. The key becomes public the first time the account spends, and stays public afterwards.
Different output or address types on the same chain behave differently, so exposure depends on which one holds the funds.
Nothing an attacker could run Shor’s algorithm against is published, because the authority to spend is not an elliptic-curve key in the first place.
Zcash is mixed too, but no comparable measurement of its transparent share was found. The meter splits 6.04M BTC of exposed supply by why it is exposed, because the two halves have different remedies.
What this figure is not: a count of coins a quantum attacker could take. It answers one question, “has the public key already been published?”, and its authors are explicit that it is not a forecast, a probability, or a claim of immediate risk. Other published estimates disagree because they answer different questions; see Bitcoin’s assessment for where they diverge. Measured 20 May 2026 by Glassnode (opens in new tab).
Each entry holds the reasoning behind its grade, what would change it, and the sources it was built from. Facts already shown above are linked rather than repeated. Every entry is separately linkable.
QRL is the oldest of the chains graded here to have shipped a post-quantum default. It has been signing every mainnet transaction with a hash-based scheme since 2018, which is longer than most of the migration plans on this page have existed. Its primitives are also the most conservative in the top tier: XMSS is built on SHA-256, a hash with roughly a quarter-century of public cryptanalysis behind it, and it carries both an IETF specification and a NIST approval. Judged strictly on the question this page asks, nothing here is aspirational.
A break in SHA-256 preimage resistance, or a demonstrated practical attack on XMSS as specified. Neither is on the horizon. A migration of mainnet to Zond would change what is being graded rather than the grade.
Neptune is the cleanest structural answer on this page and the least proven one, and both halves of that sentence matter. Structurally it is unusually complete: spending authority, the proof system, the commitment scheme and the mining puzzle are all hash-based, so there is no partial migration to plan and no exposure window to reason about. That completeness is why it sits in the top tier. But the two chains in this tier are not equally proven. Its hash function is far younger than QRL’s.
Cryptanalysis reaching full-round Tip5, or a preimage attack on it, would move Neptune out of this tier immediately, because there is no second primitive underneath. Sustained third-party cryptanalysis that continues to leave full-round Tip5 unbroken, and enough of it to compare with what SHA-256 has absorbed, is what would close the gap to QRL.
Solana clears the opt-in bar on the same evidence Algorand does, by a different route: no new opcode, just a program deployed under the existing runtime. That is the strongest form of this claim, because it means the capability cannot be taken away by a governance failure. What it does not mean is that Solana is protected. The vault has been available for over eighteen months and reporting in April 2026 put adoption at fewer than three hundred accounts, which is a rounding error against the chain’s account count. It also carries a real ceiling: Solana’s 1,232-byte transaction limit forces hash truncation, and the vault’s own documentation puts the resulting post-quantum security at 176 bits rather than the 256 the scheme could otherwise offer.
Native post-quantum signature support at the protocol level, or wallet defaults that route ordinary balances through a post-quantum construction, would move Solana up. A published on-chain measurement of vault adoption would sharpen this entry either way.
Algorand is the chain most often described as already quantum-safe, and that description is wrong in a specific and instructive way. Falcon has been in the protocol since 2022, but it was signing State Proofs: certificates that let an outside party verify Algorand’s history without trusting anyone. That is a real post-quantum component and it protects the wrong thing for this page’s question. What changed in November 2025 is narrower and more relevant: a Falcon verification opcode landed in the AVM, and the protocol team executed a post-quantum transaction on mainnet using it. Ordinary users can now put funds behind a Falcon key. Almost none do, it is not the default, and the consensus layer underneath is still elliptic-curve. Partially post-quantum is the accurate description in both directions.
Falcon accounts becoming the default for new wallets would move Algorand toward the top tier. Delivering the post-quantum VRF and consensus signatures would address the dimension the current capability leaves open.
Bitcoin has the most attention on this problem and the least deployed. That is not a contradiction: its change process is deliberately slow, and the same conservatism that makes it hard to break makes it hard to upgrade. Two things complicate the usual story. First, the exposure figure everyone quotes is a measure of key visibility, not of coins an attacker could take tomorrow, and the gap between those two readings is large. Second, a research result published in April 2026 argues that a quantum-safe spend is already constructible inside Bitcoin’s existing Script rules, using hash puzzles and Lamport signatures rather than elliptic curves, at a cost the author puts at roughly $75–$150 of off-chain compute per spend. We tested Bitcoin against the same opt-in exception that put Algorand and Solana in the tier above, and it does not clear it: the author’s own repository records on-chain broadcast as not yet attempted, and the work is a preprint with assembly still unfinished rather than working wallet software.
A post-quantum output type activated on mainnet, with wallet support, would move Bitcoin to partially post-quantum. Working, audited software making the no-fork technique usable, and a demonstrated mainnet spend, would do the same by a different route.
Cardano is doing the most academically serious work here and has the least to show a user. Both facts follow from the same choice. The project is building post-quantum replacements for its core primitives from the bottom up, with security proofs, rather than bolting an opt-in scheme onto the existing chain, and it is honest that the output for 2026 is papers, prototypes and proposals. That approach may well produce the most defensible migration on this page. It also means an ADA holder today has exactly the same protection as an ADA holder in 2020, which is none. We have graded the second fact, because that is what this page grades.
Any deployed mainnet capability to hold ADA under a post-quantum key, whether native or via Plutus scripts. On the consensus side, a published and reviewed post-quantum VRF would be the first real milestone.
This one deserves care, because "Dogecoin did a post-quantum transaction on mainnet" is technically true and easy to misread. What happened is that a quantum-safe proof was attached alongside a normal transaction. The transaction was still authorised by an ECDSA signature; the proof rode along as extra data. That is a genuinely useful step, because it exercises the tooling and the encoding on a live network, and it is not protection: an attacker who can break ECDSA can spend the output regardless of what proof accompanies it. Set against the chains that cleared the opt-in bar, the difference is concrete. On Algorand and Solana the post-quantum object is what authorises the spend. On Dogecoin it is a passenger.
An accepted improvement proposal with an implementation, or a mainnet output type where the post-quantum proof is what authorises the spend rather than accompanying it.
Ethereum is the closest chain on this page to the tier above, and the reason it does not cross is worth stating precisely, because it is the one grading call here most likely to be contested. Account abstraction is live on mainnet, and it lets a smart account define its own signature validation, so a post-quantum account is architecturally possible today with no protocol change. That is a genuine capability and it is one Bitcoin structurally does not have. But we applied the same test we applied to Algorand and Solana: is the capability not just available but exercised on mainnet? Reference implementations exist in Foundation-adjacent repositories, and a research proposal puts an EVM-optimised hash-based verifier at roughly 127,000–150,000 gas, but as of the verification date we found no publicly documented verifier contract deployed, and no accounts holding funds under post-quantum-only validation. Available and unexercised is a real state, and we have graded it as such rather than resolving it in either direction. Ethereum is also the only chain here where the consensus layer’s exposure is arguably more urgent than the accounts’.
A deployed, usable post-quantum smart account holding real funds on mainnet moves Ethereum up immediately. A precompile for post-quantum verification, or hash-based validator signatures shipping, would each address a different dimension.
We checked Monero’s deployed state against its source rather than against reporting, because the reporting is unreliable here. Several 2026 articles describe Seraphis or FCMP++ as having activated on mainnet. Monero’s hard fork table in the reference implementation shows the network still at fork version 16, activated in 2022, and released binaries remain on the 0.18 series. Neither upgrade has activated. It would not change the grade if they had, because neither was designed as a post-quantum replacement and neither removes the Ed25519 dependency, but the discrepancy matters for anyone trying to reproduce this assessment. The substantive point is that Monero carries a risk no transparent chain does: where the ledger is transparent, a quantum computer threatens what you still hold, and moving coins is a remedy. For Monero it also threatens what you already did, and nothing you do now is a remedy for that.
A post-quantum spend authorisation scheme activated on mainnet. For the privacy dimension specifically, nothing that ships in future can restore the confidentiality of transactions already on the chain, so that part of the assessment can only ever get worse or stay the same.
XRPL is the clearest example on this page of the gap between a good plan and a deployed capability, and of one structural advantage that is easy to overlook. The advantage is real: XRPL has native key rotation, so an account can move to a different key without changing its address or its history. When a post-quantum scheme arrives, the migration path already exists and does not require users to abandon accounts. The gap is equally real: today there are two algorithms available and both are elliptic-curve, so key rotation currently means rotating from one breakable key to another. The 2028 target is a target. Ripple publishing it is more than most chains here have done, and it protects nobody’s funds yet.
An amendment activating a post-quantum signature type on mainnet. Failing that, a usable opt-in construction on mainnet would move XRPL to partially post-quantum on the same terms as Algorand and Solana.
Zcash is the hardest call on this page and the one most likely to be argued with, so here is the reasoning in full. It has deployed something real: quantum-recoverable notes are live on mainnet, and that is more than any other chain in this tier can say. The question is what they protect. They make note commitments binding under a hash assumption, so a quantum attacker cannot forge notes or inflate supply, and they guarantee that legitimate holders can still get their money out after the community disables the quantum-vulnerable pools. What they explicitly do not do is protect spend authorisation, which still uses RedDSA. A quantum attacker facing a live Ironwood pool can steal from it. Recoverability is a fire exit, not a lock on the door, and this page grades the lock. Zcash therefore stays in this tier as its strongest member rather than moving up. A reasonable reader could weigh recoverability more heavily than we have; the evidence for either reading is the same and is linked below.
A post-quantum spend authorisation scheme on mainnet moves Zcash up. So would evidence that the Recovery Protocol can be exercised without first disabling the live pools, since that would make it a protection rather than a contingency.
Litecoin is in this tier because of a specific and unusually well-documented gap between a claim and its own developers’ assessment. In November 2025 Litecoin’s official account described MWEB addresses as quantum resistant. In June 2026, at the project’s own summit, MWEB’s lead developer told the audience that no cryptocurrency is quantum safe, that anyone saying otherwise about undetectable inflation in MWEB was lying, and, asked about post-quantum MWEB, that his guess was as good as anyone’s. We are taking the developer’s account over the marketing account, and we would do the same for any project here. There is one real technical point buried in it: MWEB inherits switch commitments from Mimblewimble, which would give post-quantum binding of amounts and so block undetectable inflation. Activating them destroys MWEB’s confidentiality entirely. It is a fire alarm wired to the sprinklers, and it is more than most chains in the tier above have.
Any published, funded post-quantum effort, a dated target, or an accepted improvement proposal would move Litecoin to the tier above immediately. This is the easiest grade on the page to change.