Most blockchain security advice treats quantum computing as a distant, hypothetical concern. It isn't. The signature schemes that secure the majority of on-chain value today — ECDSA on Bitcoin and Ethereum, most notably — are exactly the kind of problem a sufficiently powerful quantum computer is expected to solve efficiently.
That doesn't mean panic is warranted. It means the timeline matters, and most teams building on-chain systems today have no plan for it at all.
Why signatures, specifically
Public-key cryptography on most chains relies on the elliptic curve discrete logarithm problem — hard for classical computers, but one of the two problem classes (alongside integer factorization) that Shor's algorithm solves efficiently on a large-scale quantum computer. This is different from the hash-based mechanisms used elsewhere in blockchain systems, which are comparatively quantum-resistant already.
In practical terms: an attacker with a sufficiently powerful quantum computer could derive a private key from a known public key — which, on most chains, is exposed the moment an address has ever sent a transaction.
What's actually at risk today
The exposure isn't uniform across a chain's history. Addresses that have never made an outbound transaction — where only a hash of the public key is visible on-chain — are meaningfully better protected than addresses that have transacted at least once, since the public key itself hasn't been revealed yet. That's a real, if partial, mitigation available today with no protocol changes required: minimizing address reuse buys time.
Addresses that have transacted are a different story. Once a public key is on-chain, it's on-chain permanently — there's no way to retroactively protect it. For high-value, long-lived holdings, that's the population worth thinking about first.
A realistic migration timeline
Nobody has a precise date for when a cryptographically relevant quantum computer arrives, and treating this as an emergency isn't useful. What is useful is recognizing that chain-level cryptographic migrations are slow by nature — they involve consensus, tooling, wallet support, and years of coordination even once a path is agreed on. The realistic planning window is "start now, expect a multi-year rollout," not "wait for a firm deadline."
What web3 builders can do today
Waiting on a hard fork isn't the only option. Builders can start by auditing where signature verification actually happens in their stack, minimizing address reuse where practical, and tracking the NIST post-quantum standards (ML-DSA in particular, as the signature-scheme analogue) so migration isn't a cold start whenever the ecosystem does move. None of this requires waiting for a chain-level decision to begin.
New notes, roughly monthly per shift
No paywall, no membership tier — just an email when something new is published. Pick which shifts you care about.