Share article

Coinbase CEO Brian Armstrong is brushing off the "quantum kills crypto" doom loop, calling it a solvable engineering problem as the industry starts mapping out post-quantum security upgrades. The catalyst is not a sudden price move, it is a renewed wave of quantum headlines colliding with real progress on post-quantum cryptography standards. [1]

Armstrong's core point is simple: crypto has upgraded its cryptography before, and it can do it again. The nuance is that a quantum migration is less about a single patch and more about coordinated key rotation across millions of wallets, multiple chains, and custody providers that hold a lot of other people's bags. [2]

Enjoy articles without ads?

Register for free and get unlimited access to all articles.

What quantum computing actually threatens (and what it does not)

Most major blockchains rely on public key cryptography that is considered secure against classical computers but vulnerable to sufficiently powerful quantum machines.

The bull case for "quantum breaks crypto"

A large, fault-tolerant quantum computer running Shor's algorithm could, in theory, derive private keys from public keys for widely used schemes like:

If an attacker can compute a private key, they can forge signatures and drain funds from any address where the corresponding public key is known.

The part CT often misses

Quantum does not magically "hack the blockchain" overnight. The practical risk is narrower and depends on public key exposure and time-to-react:

  • Bitcoin$62,462.13: For many output types, the public key is not revealed until you spend. Funds sitting in outputs where the public key has never been exposed are harder to target pre-spend. However, address reuse, certain legacy output types, and any UTXO that has already been spent from (therefore revealing a pubkey) can widen the attack surface.
  • Ethereum$1,686.33: Even though Ethereum$1,686.33 addresses are hashes of public keys, public keys can be recovered from transaction signatures. Once an account has sent a transaction, its public key is effectively out in the open for a determined adversary.

So the nightmare scenario is not "quantum appears, chain dies." It is "quantum appears, attackers target already exposed keys first," which creates a messy, uneven risk distribution across users, wallets, and time periods.

Why Armstrong calls it "solvable"

Armstrong's confidence tracks how security engineers think about the problem: cryptography is swappable, but migrations are painful. Blockchains can, at least in principle, move from vulnerable signature schemes to post-quantum alternatives through consensus upgrades. [3]

This is not hypothetical in the abstract. Traditional cybersecurity is already standardizing defenses. The US National Institute of Standards and Technology (NIST) has been selecting and publishing post-quantum cryptography algorithms, including prominent families like lattice-based signatures. Crypto teams are watching those standards closely because they offer a conservative, widely reviewed starting point for what "post-quantum safe" should mean. [4]

Armstrong's implied bet is that the industry will migrate before quantum computers reach the threshold where key extraction is cheap and reliable.

What a post-quantum upgrade would look like on-chain

A realistic post-quantum plan is usually some version of "add new address types, then rotate funds," not "flip a switch."

Step 1: Add post-quantum signature support

Chains would introduce new transaction formats that accept post-quantum signatures. Candidates include lattice-based schemes (often discussed in the context of NIST selections), hash-based signatures, or hybrid approaches.

Tradeoffs matter here, and they are not small:

  • Signature size: Many post-quantum signatures are much larger than current ECDSA signatures, which can bloat block space and raise fees.
  • Verification costs: Validation may be heavier, pushing nodes and validators harder.
  • Implementation risk: New cryptography plus new transaction types equals new bug surface area.

Step 2: Incentivize and execute key rotation

Once a chain supports post-quantum addresses, users have to move funds. That is the real grind.

The uncomfortable corner case is lost keys and dormant funds. Coins that never move cannot be rotated, which creates a long tail of assets potentially stuck on legacy cryptography. Communities may decide that is acceptable, or they may push for more aggressive policy measures. Either route is political.

Step 3: Exchanges and custodians do the heavy lifting

A huge chunk of circulating liquidity sits with exchanges and custodians, including Coinbase. If the industry ever goes into "quantum migration mode," centralized platforms become critical plumbing:

  • generating post-quantum deposit addresses
  • sweeping internal wallets
  • updating signing infrastructure (especially for cold storage and multi-sig workflows)
  • educating users so they do not send funds to incompatible address types

This is one reason Armstrong's comments matter. Coinbase is not just talking, it is one of the entities that would have to execute the operational migration at scale.

The market structure angle: where the stress would show up first

If quantum risk starts to look imminent, expect the earliest stress to show up less in spot charts and more in behavioral and plumbing signals:

  • Fee pressure: A mass rotation event means lots of on-chain transactions competing for block space.
  • Liquidity fragmentation: New address formats and migration tooling can create temporary friction for deposits and withdrawals across venues.
  • Selective panic: Coins believed to be "more upgradeable" or with faster governance might be treated as safer relative to slower-moving ecosystems, even if the underlying cryptography risk is similar.

For Bitcoin specifically, the governance bar is extremely high, which cuts both ways: upgrades are conservative and well tested, but slow. Ethereum can ship changes faster, but faster shipping raises its own coordination and complexity risks.

Practical risk management (without going full tinfoil)

Quantum is not a reason to ape into random "quantum-proof" tickers with thin liquidity and high rug risk. It is a reason to understand your exposure and reduce obvious foot-guns:

  • Avoid address reuse where applicable, since repeated use increases the window for targeted attacks if public keys are exposed.
  • Prefer modern wallet standards and keep clients updated, because if post-quantum address support arrives, you want tooling that can handle it safely.
  • Track credible signals, not vibes: the jump from "more qubits" to "cryptographically relevant, error-corrected logical qubits" is the real milestone. Noise travels faster than science.

Takeaway: solvable, but the timeline and coordination are the real risks

Armstrong is right on the big picture: quantum risk is likely addressable through post-quantum signature schemes and carefully designed migrations. The hard part is not discovering math, it is getting billions in value, millions of users, and a fragmented wallet ecosystem to rotate keys safely.

Key levels to watch are not support and resistance, they are milestones: credible demonstrations of large-scale fault-tolerant quantum computing, concrete proposals for post-quantum transaction formats on major chains, and clear execution plans from exchanges and custodians.

The thesis that "crypto can upgrade in time" gets invalidated if quantum capability accelerates faster than governance and infrastructure can ship migrations, or if the first widely adopted post-quantum implementations introduce security bugs or unacceptable performance costs. [5]