The Quantum Benchmark Halved. The Threat Did Not.

SignalSignal
In-depth

Somewhere in the last week a headline slid across my feed: researchers had halved the quantum resources required to break the cryptography securing Bitcoin and Ethereum. The framing was unmistakable. Quantum attack. Sooner. Cheaper. Closer.

I read the underlying claim three times. Then I re-read the methodology sentence — the one stating that the new estimate lands below half of Google's previous benchmark because the two studies used different accounting methods. That sentence is the entire story. Not the halving. The sentence.

Here is what actually happened: someone moved the ruler, and the number printed on the ruler changed. A benchmark is a measurement of assumptions, not a measurement of reality. In cryptography, confusing the two is how you end up liquidating a position because a preprint got retweeted forty thousand times by accounts that have never parsed a circuit.

So let me slow down and debug this properly. Because the number is not the signal. The number is a log line, and log lines lie when you strip them from their stack trace.

To understand why this matters — and why it matters less than the headline insists — you have to understand what these numbers are actually counting.

Bitcoin and Ethereum secure ownership with ECDSA over the secp256k1 elliptic curve. Your private key is a scalar. Your public key is a point derived by multiplying that scalar against a generator point on the curve. Going forward is cheap. Going backward — recovering the scalar from the point — is the Elliptic Curve Discrete Logarithm Problem, and on classical hardware it is computationally infeasible. This asymmetry is the load-bearing wall of the entire asset class. Everything above it — custody, exchanges, DeFi, ETF plumbing, hardware wallets — is interior decoration.

Shor's algorithm breaks that asymmetry. A sufficiently large, fault-tolerant quantum computer running Shor's could recover private keys from public keys in polynomial time. This has been true since 1994. It has not become less true, and it has not become more true. What changes is the resource estimate: how many physical qubits, how many gates, how many cycles.

Google published a benchmark in 2023 estimating those resources for RSA and ECC. It was methodologically transparent, widely cited, and became the de facto reference point. Now a separate group of researchers says their ECC-specific estimate lands under half of Google's number. No named authors surfaced in the version I read. No peer review status disclosed. No hardware. Just a revised figure and an asterisk about accounting.

That asterisk is where I want to spend your attention. Because the interesting question is not how big the number is. It is what unit the number is denominated in, and whether the person quoting it knows.

Start with the units, because this is where nearly every retail interpretation collapses.

Quantum resource estimates are not one number. They are a stack of nested numbers, and each layer multiplies the one beneath it. At the top you have the algorithmic layer: the number of logical qubits and the logical gate count required to execute Shor's algorithm against a 256-bit ECC key. That layer is elegant, academic, and tractable to optimize. Beneath it sits the error-correction layer. Logical qubits are not physical qubits. A single logical qubit is assembled from thousands of physical qubits woven into a surface code, because quantum states decohere and you need redundancy to make them survive long enough to compute anything. Below that sits the physical layer: actual superconducting or trapped-ion hardware, with real gate fidelities, real coherence times, real cryogenic budgets.

The ratio between the top layer and the bottom layer is the only number that matters, and it is brutal. Depending on your architectural assumptions, one logical qubit can cost anywhere from a few thousand to tens of thousands of physical qubits. So when a paper reports that it cut the required resources in half, the correct first question is: at which layer?

If the optimization is at the algorithmic layer — better modular multiplication circuits, windowed arithmetic, tighter memory layout for the modular exponentiation — then you have shaved a constant factor off the numerator of a fraction whose denominator is currently an unbuildable machine. That is real work. It is also nowhere near the dominant term. You optimized the numerator of a fraction whose denominator is the only number that matters.

If the optimization touches the error-correction layer — fewer surface code cycles per logical operation, cheaper magic state distillation — now you are talking about something with more leverage. Magic state distillation is the hidden tax on every fault-tolerant quantum computation. It is expensive, it is repetitive, and it is where naive resource estimates quietly double or triple themselves. A scheme that cuts distillation overhead is genuinely interesting.

But the accounting divergence tells me the researchers and Google were never measuring the same object. Google's benchmark leaned toward RSA and general ECC targets with a consistent methodology. This new result appears tuned to secp256k1 specifically, with its own QEC assumptions and its own definition of the spacetime volume. When two papers use different accounting methods, comparing their totals directly is like comparing your checking account balance to your credit score. Both are numbers. Both are about your money. Neither is the other.

The "less than half" framing is therefore methodologically compromised on arrival. Not false. Un-comparable. And in a market that indexes on vibes, un-comparable is functionally equivalent to false, because the headline strips the caveat and the caveat was the paper.

The liquidity pool is a mirror, not a vault. It reflects the assumptions you feed it. Feed it optimistic QEC overhead and it returns a small number. Feed it realistic gate fidelities and the same attack blossoms into an order-of-magnitude larger budget. The 2023 Google figure and the 2026 halves figure are two reflections of two different sets of assumptions, and the mirror does not adjudicate between them.

Now, the thing the headline ignores entirely, and the thing I actually care about.

I spent the early part of my cryptography work on formal verification — proving properties of code rather than testing for the absence of bugs. The lesson that stuck with me is that the posture of a system under future threats is determined less by the threat's magnitude than by the system's ability to change. And here blockchain has a structural problem that no resource estimate captures.

Harvest-now-decrypt-later is the standard framing for the legacy world. An adversary records encrypted traffic today, waits for a quantum computer, and decrypts it later. For TLS, that threat is bounded by key rotation. You renegotiate, you move to post-quantum hybrid handshakes, you retire the old session keys, and the recorded ciphertext decays into uselessness. The past is disposable.

A public blockchain does not have a disposable past. It has an immutable one.

Bitcoin's earliest outputs — the P2PK scripts — have their public keys sitting in the ledger in plaintext, permanently. Not the hash of the key. The key. Every coinbase output from the first era, every address that has ever spent and revealed its public key, every Ethereum account that has ever signed a transaction: the public key is already on-chain, unencrypted, unrecoverable, forever. There is no key rotation for history. You cannot renegotiate a transaction that settled in 2011. You cannot recall a signed message.

The blockchain converts a future quantum threat into a present-day data exposure problem. The vulnerability window does not open when the quantum computer arrives. It opened the moment the first public key hit the chain, and it has been accumulating exposure every block since. This is the part that the resource-estimate debate completely occludes, and it is the part that actually has teeth.

Which addresses, specifically? The exposure is not uniform, and the nuance matters more than the panic.

Pay-to-Public-Key outputs carry their public keys openly. Those are the most exposed coins in existence, including a certain frozen stash that the market has spent a decade treating as permanently inert. Address reuse is a second exposure class: the moment you spend from an address under the P2PKH scheme, you publish the public key that the hash was protecting, and every remaining satoshi at that address is now exposed going forward. Ethereum is worse structurally. The account model reveals the public key on the first outgoing transaction and never hides it again. Every active Ethereum account is effectively a published key.

Meanwhile, an address that has only ever received and never spent retains the protection of the hash function, because the public key has not been revealed. Against a classical attacker, hash preimage resistance is intact. Against a future quantum attacker running Grover's algorithm, the effective security of that hash drops by roughly a square root — which sounds dramatic until you remember that 160-bit hash security reduced to 80-bit is still a serious wall, and certainly not the first wall to fall.

So the real map of quantum exposure is not "Bitcoin and Ethereum." It is a specific subset: dormant P2PK outputs, reused addresses, and active account-model chains. That is a much smaller and more tractable problem than the headline implies, and it is also a much more concrete one. It means a migration strategy can be targeted rather than existential.

I built a version of this map in 2020, for different reasons. During DeFi Summer I wrote a Python simulation of how algorithmic stablecoins interacted with constant-product AMM pools, trying to isolate why liquidity fragmentation, not sentiment, drove volatility spikes. The technique I used then is the technique I use now: decompose the system into its actual state variables, then stress the dependencies rather than the narrative. Apply that to quantum exposure and you get the same conclusion I got about liquidity. The headline names the asset. The vulnerability lives in the state.

That has a direct implication for how you should be reading this news cycle, and it is the opposite of what the framing suggests.

Regulation is the lagging indicator of chaos. Standards work — NIST's post-quantum cryptography standardization, the migration guidance for legacy PKI — trails the research frontier by years, and the research frontier trails the hardware frontier. When the benchmark number moves, nothing in that chain has moved. The number is the noisiest, earliest, least consequential part of the pipeline. The standards adoption is the late, quiet, consequential part. You should be watching the second and ignoring the first.

But there is a deeper contrarian point, and it is the one I would stake a position on.

The binding constraint on a post-quantum migration is not the mathematics. It is the coordination.

Look at Bitcoin's upgrade history without sentiment. SegWit and Taproot were not research problems. They were consensus problems, and they took years of argument, miner signaling, soft-fork design gymnastics, and no small amount of social warfare to ship. That was for changes that did not touch key derivation. A post-quantum signature migration touches everything: derivation paths, wallet software, hardware secure elements that in some cases cannot be reflashed, exchange withdrawal pipelines, custodial key management, hardware wallet firmware, and the entire signing surface of the asset. And it has to happen while the ledger keeps growing and users keep expecting finality.

So the honest risk model is not "can a quantum computer break ECDSA in eight years." It is "if the quantum timeline is eight years, can this ecosystem, whose last two consensus changes each consumed roughly four, coordinate a key-scheme migration in time." Those are radically different questions, and the second one is the one I find uncomfortable, because the second one is a governance problem disguised as a cryptography problem, and governance problems do not get optimized by better circuits.

The algorithm optimizes for survival, not for you. Shor's algorithm does not care whether the network can fork. It does not care that a wallet vendor has end-of-life customers. It does not care that a sovereign wealth fund's cold storage was specified in 2019 and audited in 2021 and will not be refreshed until it is legally forced. The mathematics has no coordination budget. The humans have nothing but.

And then there is the market layer, which is the least important and the loudest.

Quantum threat is a chronic narrative. It has bounced in and out of relevance since 2017, always arriving as a pulse, always decaying into silence, always leaving behind a few chart screenshots and a rash of content about "the quantum apocalypse." This new benchmark fits the pattern exactly: a theory-layer adjustment, dressed as a proximity signal, amplified by accounts that cannot tell a logical qubit from a physical one.

If the story gets picked up by mainstream financial media — and I would put meaningful odds on it, given how neatly the "halved" framing fits a two-sentence segment — the repricing will happen in the narratives, not in the assets. The reflexive trade is short-term volatility in BTC and ETH and an irrational bid in anything with "quantum-resistant" in the ticker. Both are noise. Exit liquidity is just another person's thesis, and in a panic, you are the exit. Someone is on the other side of that trade, and they are better informed than the headline that triggered you.

Meanwhile the assets that actually appreciate in this scenario are the boring ones. Post-quantum signature schemes moving through standardization. Key management vendors that have been quietly building hybrid-mode support. Custodians whose long-horizon institutional clients have already asked the uncomfortable question about whether their keys are safe for thirty years. None of that trades on a single preprint, and that is precisely why it is worth tracking.

What should you actually watch? Not the number. Watch for the original paper to surface with named authors and peer review, because the credibility weighting of "under half of Google's estimate" depends entirely on who is saying it and whether anyone reproduced the accounting. Watch NIST's post-quantum standards work, because that pipeline determines the toolbox available for any real migration. Watch whether a serious proposal for post-quantum signatures ever reaches Bitcoin or Ethereum's core development discussion, because the arrival of a proposal is the actual leading indicator, far more than any benchmark. And watch the machine identity layer.

That last one is where I think the real signal lives, and it is almost entirely absent from the conversation. I have spent the last stretch of my research on decentralized identity for autonomous AI agents, building simulations of ten thousand agents competing for scarce compute and testing whether zk-SNARKs can verify agent authenticity without exposing proprietary algorithms. The conclusion that reshaped my macro view was this: the first serious consumer of post-quantum cryptography on-chain will not be a human migrating old Bitcoin. It will be a machine identity that never had a legacy key to migrate.

Agents are born as software keys. They have no P2PK history, no reused addresses, no cold storage specified in 2019. They can be post-quantum from genesis, and their operators — who think in deployment horizons measured in quarters, not decades — have every incentive to make them so. The migration cost that makes a Bitcoin PQC fork politically radioactive is simply absent in that population. Which means the post-quantum transition will likely happen on the periphery first, in machine economies, and only later — much later — reach the asset class everyone is panicking about.

That is the actual shape of the next decade. The benchmark halved. The threat did not move. And the people who will solve the problem are not the ones staring at the headline. They are the ones building identities that never needed the old cryptography in the first place.

The ruler changed. The wall is still there. The only open question is whether the people responsible for maintaining the wall will notice before the people selling the panic do.

Ask yourself which side of that trade you are standing on. Because the answer to that question is already priced in — you just do not know it yet.

Market Prices

BTC Bitcoin
$75,569.7 -4.11%
ETH Ethereum
$2,396.97 -5.92%
SOL Solana
$96.81 -6.36%
BNB BNB Chain
$712 -1.59%
XRP XRP Ledger
$1.28 -11.38%
DOGE Dogecoin
$0.0799 -5.57%
ADA Cardano
$0.1951 -7.58%
AVAX Avalanche
$7.25 -4.98%
DOT Polkadot
$0.9448 -6.57%
LINK Chainlink
$10.93 -6.35%

Fear & Greed

69

Greed

Market Sentiment

7x24h Flash News

More >
{{快讯列表(10)}} {{loop}}
{{快讯时间}}

{{快讯内容}}

{{快讯标签}}
{{/loop}} {{/快讯列表}}

Event Calendar

{{年份}}
12
05
halving BCH Halving

Block reward halving event

28
03
unlock Arbitrum Token Unlock

92 million ARB released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

Tools

All →

Altseason Index

42

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$75,569.7
1
Ethereum
ETH
$2,396.97
1
Solana
SOL
$96.81
1
BNB Chain
BNB
$712
1
XRP Ledger
XRP
$1.28
1
Dogecoin
DOGE
$0.0799
1
Cardano
ADA
$0.1951
1
Avalanche
AVAX
$7.25
1
Polkadot
DOT
$0.9448
1
Chainlink
LINK
$10.93

🐋 Whale Tracker

🔴
0xa492...1ba1
6h ago
Out
2,968,850 USDC
🔵
0x32ec...8979
12m ago
Stake
6,256,563 DOGE
🔵
0xce16...a9ce
3h ago
Stake
940 ETH

💡 Smart Money

0xd865...aef5
Early Investor
+$3.9M
79%
0x1df2...d308
Top DeFi Miner
+$3.5M
78%
0x831c...80ef
Top DeFi Miner
+$3.5M
94%