SarboMotion
BTC $77,787.2 +1.68%
ETH $2,492.39 +1.84%
SOL $105.96 +5.82%
BNB $756.2 +4.13%
XRP $1.33 +1.87%
DOGE $0.0844 +3.94%
ADA $0.2142 +7.85%
AVAX $7.91 +4.83%
DOT $1.14 +13.10%
LINK $11.84 +5.72%
⛽ ETH Gas 28 Gwei
Fear&Greed
56

The Halving That Wasn't: Reading the New secp256k1 Quantum Resource Estimate Against Its Own Accounting Method

BitBlock
Trading

A circulating research note claims the quantum resource benchmark required to break the signature scheme securing Bitcoin and Ethereum has been cut to less than half of Google's previously published figure. The arithmetic behind that claim appears internally consistent. The inference most readers will draw from it does not follow.

The note is short, the researchers are unnamed in the version I have seen, and there is no indication of peer review. What is stated is narrow: a key operation in an attack on Bitcoin and Ethereum now carries a resource estimate below fifty percent of a benchmark Google published earlier. What is not stated is the unit of measure, the error-correction assumption, the failure probability targeted, or the runtime window. Each of those variables can move a headline number by an order of magnitude without a single physical qubit changing anywhere on Earth.

This is the part of the story that will not travel. "Halve" fits in a headline. "Halve, under a different accounting convention, against a baseline that measured a different quantity" does not.

Data does not lie; it only reveals hidden patterns. The pattern here is not a shrinking threat. It is a shrinking unit.

What the operation actually is

The research sits at the cryptography layer, not the protocol layer and not the application layer. It is quantum resource estimation, a discipline that answers a narrow question: if a sufficiently large, sufficiently fault-tolerant quantum computer existed, how much of it would be needed, and for how long, to recover a private key from a public key on the secp256k1 curve?

The mechanism is not exotic. Shor's algorithm solves the elliptic curve discrete logarithm problem, or ECDLP, in polynomial time. Bitcoin and Ethereum both sign with ECDSA over secp256k1. Recovering a private key from an exposed public key is the ECDLP, and the ECDLP is what Shor's algorithm is good at. Every credible quantum threat model against these two chains reduces to that single sentence, and has since at least 2017, when Roetteler and co-authors published the first serious resource estimate for 256-bit elliptic curves at roughly 2,300 logical qubits and on the order of 1.26 x 10^11 Toffoli gates.

Those figures have been pushed downward repeatedly since, through circuit synthesis work rather than through any change in the mathematics of the problem. Windowed arithmetic reduced gate counts. Better modular-inversion circuits reduced depth. Tightened magic-state distillation schedules reduced the physical overhead per logical qubit. Hafner and colleagues later brought logical qubit counts into the low four figures for the same curve. None of that made a quantum computer exist. All of it made the estimate smaller.

That distinction matters more than any single figure, because it determines what a "halving" is allowed to mean.

Four units, one number

"Quantum resource estimate" is not a measurement. It is a unit conversion with assumptions baked in, and analysts routinely publish in one of four denominations:

| Unit | What it counts | Typical use | |---|---|---| | Logical qubits | Error-corrected qubits available to the algorithm | Algorithmic feasibility | | Physical qubits | Raw hardware qubits consumed by encoding | Hardware roadmap comparison | | Gate count / Toffoli count | Circuit operations executed | Circuit optimization work | | Spacetime volume | Qubits x runtime | System-level tradeoff analysis |

A fifty percent reduction in Toffoli count and a fifty percent reduction in physical qubits mean entirely different things. The first may indicate better arithmetic. The second implies better error-correction overhead, which is the expensive part. A reduction in logical qubits with a simultaneous increase in circuit depth can leave the spacetime volume flat, which means the actual machine size is unchanged.

I have seen this failure mode before, at a much smaller scale. In 2017, as an economics undergraduate, I spent forty hours cross-referencing the tokenomics sections of ten prominent ICO whitepapers against their deployed Solidity. Eighty percent of them contained minting functions that contradicted their stated scarcity. Not one of those discrepancies was hidden in the code. They were hidden in the gap between the claim and the implementation of the claim - between what the number was said to mean and what the contract actually did. The same gap exists between a resource estimate and the sentence "quantum attacks just got easier."

The accounting method is the entire story

Here the note is explicit in a way that most coverage will omit: the new benchmark and Google's prior benchmark use different accounting methods. That single clause invalidates direct division.

Google's published work on this problem class has generally been framed around a defined failure probability, a specific surface-code cycle time, and a fixed runtime budget - its 2019 RSA-2048 result famously described a computation completing in eight hours using roughly twenty million physical qubits. Those assumptions serve a purpose: they render the estimate comparable to other work published under the same conventions. Change the runtime budget from eight hours to thirty days and the physical qubit requirement falls sharply, because fewer parallel copies of the computation are needed. Change the target failure probability by an order of magnitude and the code distance needed per logical qubit changes, which changes physical qubit counts multiplicatively. Change the assumed physical gate error rate and the same effect returns.

When two papers report "less than half," and the methodology section of the first is not matched to the methodology section of the second, the honest statement is that the comparison is undefined, not that the threat doubled.

I assign high confidence to the claim that the optimization target is ECDLP on secp256k1. I assign moderate confidence to the guess that the reduced quantity is spacetime volume or aggregate physical qubits rather than logical qubits, since that is where recent synthesis gains have concentrated. I assign low confidence to almost everything else, including whether the reported reduction survives review under Google's own conventions.

Where the exposure actually lives

The second filtering layer applies to the attack surface, not the machine. A quantum attacker with a working ECDLP solver does not threaten all Bitcoin equally. It threatens outputs where the public key is already visible on-chain.

That set is larger than most people assume and smaller than the fear implies. It includes Pay-to-Public-Key outputs, the format used in the earliest blocks, including the roughly 1.1 million BTC widely attributed to Satoshi-era mining that has never moved. It includes any address reused after a spend, since the second transaction reveals the key that the first transaction's hash had concealed. It includes every Ethereum externally owned account that has ever sent a transaction outbound. It includes Taproot key-path outputs, which place a public key in the locking script by construction.

Estimates for the Bitcoin share resting in exposed-public-key outputs sit in the 20 to 25 percent band depending on how Taproot and reused-address categories are counted. I have not independently verified that figure at the UTXO level and would not trade on it. The structural point is what matters: the quantum exposure vector is a specific, enumerable subset of supply, and it grows every time a Taproot output is created and every time an address is reused out of convenience. Unspent P2PKH outputs whose keys have never signed are not in that set. They are, for now, the safest coins on the chain and the least discussed.

Two clocks, not one

The reason a resource estimate cannot be translated into a threat timeline is that two independent clocks are running, and this note only touches one of them.

The first clock is estimation. It moves when somebody writes a better circuit. It has moved steadily for eight years, in one direction, and it will keep moving. The second clock is hardware. It moves when somebody builds a machine that performs error-corrected logical operations at scale.

For calibration: Google's Willow processor, the most cited below-threshold error-correction demonstration to date, operates on the order of one hundred physical qubits. A commonly cited physical-qubit requirement for a secp256k1 ECDLP run inside an eight-hour window sits near nine million, under a surface code with distance in the high twenties. That is a gap of roughly five orders of magnitude in raw qubit count, before accounting for the coherence times, gate fidelities, and interconnect density that the estimate assumes. Halving the numerator of a ratio with a five-order-of-magnitude denominator does not bring the endpoint closer in any operational sense.

The optimization is real work. It simply belongs to a different clock.

The migration problem nobody benchmarks

The most underreported dimension of this story is not the estimator's number. It is what happens if the estimator is eventually right.

Post-quantum signature schemes exist and are standardized. NIST finalized ML-KEM, ML-DSA, and SLH-DSA in August 2024. They are not drop-in replacements for ECDSA at the consensus layer. Dilithium-2 carries a public key of 1,312 bytes and a signature around 2,420 bytes. Falcon-512 signs at roughly 666 bytes. SPHINCS+ exceeds seven kilobytes per signature. Against Schnorr's 32-byte key and 64-byte signature, that is a thirty-fold to one-hundred-fold expansion in the bytes a transaction consumes.

Bitcoin's block space is a fixed resource. I have written before that blob capacity on the rollup side will saturate within two years for reasons that have nothing to do with demand sentiment; the same arithmetic applies here with more force, because a consensus-level signature migration would impose a bulk, permanent increase in per-transaction weight on the base layer. Fee markets would reprice. Wallet and custody infrastructure would require coordinated upgrades. Hardware signing devices would need new firmware and, in many cases, new silicon.

Draft proposals exist in this direction - one numbered in the 360s proposes a quantum-resistant hash-based output type. That is the shape of a real migration. It is also the shape of a coordination problem that Bitcoin has historically handled at the pace of a glacier, which is to say SegWit and Taproot each took years of adversarial review and community conflict before activation. The governance difficulty, not the qubit count, is the binding constraint on how this risk gets priced.

The contrarian position

Correlation is not causation, and neither is coincidence of units.

A number moved. The threat did not. What moved is a measure produced by humans making assumptions about machines that do not yet exist, evaluated against a different set of assumptions made by a different team. When I analyzed the relationship between spot Bitcoin ETF inflows and exchange reserve changes across a four-month window in 2024, I found a 0.85 correlation - a number strong enough to be quoted out of context forever, and weak enough that the mechanism behind it deserved separate proof before I published it. I spent more time on the mechanism paragraph than on the regression output. The same discipline applies here, except that this time the two series being compared were never measured on the same axis to begin with.

The contrarian reading cuts both ways, and this is where most commentary will fail. Dismissing the work as noise is also wrong. The trendline across a decade of circuit synthesis is real: ECDLP estimates have fallen by orders of magnitude, driven by genuine improvements in arithmetic and error-correction overhead. A trendline is not a level, but it is not nothing. The halving may well turn out to be a lagging artifact of five years of published optimization work, restated under a different convention - and it may still be directionally honest. Both statements can hold at once.

What cannot hold is the sentence that began in an accounting footnote and ended in a price chart.

Confidence ledger and what to watch

The claim that a new estimate exists, below half of a prior Google figure, using a different accounting method: high confidence. That the optimization target is ECDLP on secp256k1: high confidence. That the reduced quantity is physical qubits or spacetime volume: moderate confidence. That engineering feasibility has changed at all: very low confidence. That this note affects near-term BTC or ETH pricing: near zero, absent amplification.

Four signals are worth tracking rather than the headline. First, whether a named institution attaches its reputation to the paper, which is the single largest determinant of how much weight the number should carry. Second, whether the methodology section reconciles with Google's assumptions, since an unreconciled comparison is not a comparison. Third, the physical-to-logical qubit ratio, which is the only figure in this space that reliably predicts hardware requirements rather than arithmetic elegance. Fourth, whether any consensus-level post-quantum proposal acquires a formal BIP number and a champion, because that, and not a resource estimate, is when the migration clock actually starts.

Data does not lie; it only reveals hidden patterns. The pattern in this note is that a benchmark was re-denominated, and the market will be told that a wall moved.

The next measurable event in this story will not be a qubit count. It will be a citation - either a peer-reviewed venue that adopts these methods as standard, or a corridor conversation in which nobody can explain why the two numbers were ever compared.

A note on method: all figures above are drawn from published estimates and public specification documents. Where a figure is an estimate rather than a measurement, it is labeled as such.

Market Prices

BTC Bitcoin
$77,787.2 +1.68%
ETH Ethereum
$2,492.39 +1.84%
SOL Solana
$105.96 +5.82%
BNB BNB Chain
$756.2 +4.13%
XRP XRP Ledger
$1.33 +1.87%
DOGE Dogecoin
$0.0844 +3.94%
ADA Cardano
$0.2142 +7.85%
AVAX Avalanche
$7.91 +4.83%
DOT Polkadot
$1.14 +13.10%
LINK Chainlink
$11.84 +5.72%

Fear & Greed

56

Greed

Market Sentiment

Event Calendar

{{年份}}
18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

28
03
unlock Arbitrum Token Unlock

92 million ARB released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

7x24h Flash News

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

{{快讯内容}}

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

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
$77,787.2
1
Ethereum
ETH
$2,492.39
1
Solana
SOL
$105.96
1
BNB Chain
BNB
$756.2
1
XRP Ledger
XRP
$1.33
1
Dogecoin
DOGE
$0.0844
1
Cardano
ADA
$0.2142
1
Avalanche
AVAX
$7.91
1
Polkadot
DOT
$1.14
1
Chainlink
LINK
$11.84

🐋 Whale Tracker

🟢
0x15e6...c529
6h ago
In
32,417 BNB
🔵
0xc066...060b
1h ago
Stake
1,001 ETH
🟢
0xa293...e3e5
2m ago
In
4,484,878 USDC

💡 Smart Money

0x529a...9982
Market Maker
+$0.7M
64%
0x47bc...0aa1
Market Maker
+$2.4M
83%
0x5cd2...f6ef
Market Maker
+$3.6M
73%