PoW chain

Bitcoin BTC

Bitcoin's production mainnet spend authorization remains entirely ECDSA and BIP-340 Schnorr over secp256k1 — both quantum-vulnerable ECC — with no post-quantum or hybrid signature support as of 2026-08-16. Draft consensus proposals (BIP-360 P2MR, BIP-361 Legacy Signature Sunset) and prototype work (Blockstream SHRINCS on Liquid sidechain, Falcon-512 demo fork, BTQ ML-DSA canary network) exist but none are activated on mainnet. Over 34% of supply has revealed public keys on-chain (BIP-361) and approximately 1.6 million BTC sits in P2PK outputs with permanently exposed keys (CoinShares), creating material long-exposure value-at-risk with no live migration, freeze, or deprecation path. Bitcoin's consensus and state integrity layers are hash-based (SHA-256) and quantum-resistant by design, but active spend authorization is entirely ECC-dependent. The Bitcoin Security Consortium (formed July 2026) demonstrates institutional coordination for PQ R&D. QRI Score = 20.0 (Stage 2: Mitigation/Development), capped at 40 by ECC-only production spend authorization. Users should monitor BIP-360/361 and PQ signature developments; no migration action is possible on mainnet today.

Partial ProtectionRoadmap Only
Stage Mitigation / Development
Confidence Medium
Urgency [Monitor for Updates]
Review Status Draft
Evaluated 2026-08-16
Scope Native asset (BTC), production mainnet scope, PoW/UTXO chain
AI-generated report. This report was produced by the evaluator and synthesis pipeline. Review status: draft.

Category breakdown

QRI Factors

Algorithm & Implementation Assurance 3.5 / 20
Migration Mechanism, Governance & Ecosystem Coordination 3.25 / 15
Migration Status & Value-at-Risk 1.5 / 25
Production Cryptographic Protection 6.73 / 35
Security Assessment & Evidence Preparedness 5 / 5

Critical Quantum Blockers

  • Active production spend authorization remains entirely ECC-only (ECDSA and BIP-340 Schnorr over secp256k1) with no PQC or hybrid-PQC support on mainnet. Readiness & Risk Cap: 40.
  • Material long-exposure quantum-vulnerable value exists (~1.6M BTC in P2PK outputs with permanently exposed public keys per CoinShares; >34% of supply with revealed public keys on-chain per BIP-361) with no live migration, freeze, deprecation, burn, or recovery path. Readiness & Risk Cap: 55 (subsumed by the 40 cap).

Key Risks

  • All Bitcoin transaction signatures (ECDSA and Schnorr over secp256k1) are quantum-vulnerable — a CRQC can recover private keys from exposed public keys and forge signatures, enabling theft of coins.
  • Approximately 1.6 million BTC in legacy P2PK outputs have permanently exposed public keys (long-exposure, offline-attackable with no time constraint once a CRQC exists).
  • Over 34% of all bitcoin have revealed a public key on-chain (P2PK, reused P2PKH/P2WPKH, P2TR key-path outputs) — these UTXOs are vulnerable to long-range quantum attacks.
  • P2TR (Taproot) key-path outputs store the tweaked public key directly on-chain, representing a quantum-exposure regression compared to hash-protected P2PKH/P2WPKH addresses.
  • No mainnet migration path is available to users today; users cannot opt into PQ-protected addresses or signatures on Bitcoin mainnet.
  • Unmigratable/lost coins (e.g., Satoshi-era ~1M BTC P2PK stash) lack a consensus policy for freeze, burn, or deprecation — these coins would be permanently vulnerable in a post-CRQC world.
  • BIP-361 requires a 'TBD Post Quantum Signature BIP' that does not yet exist — the full migration mechanism is incomplete even at the proposal level.
  • Bitcoin's soft-fork governance model introduces significant timeline uncertainty; Taproot took ~22 months from BIP to activation for an uncontroversial upgrade.

Assurance Notes

  • Quarkslab/OSTIF 2025 Bitcoin Core security assessment is recent and credible for classical code quality but scope does not cover post-quantum readiness or PQC implementation — no PQ code exists to audit.
  • secp256k1 library is open-source, battle-tested, and well-reviewed for classical ECC; no PQC modules exist in the production library.
  • No quantum-specific incident-response playbook exists; Bitcoin Core's general security disclosure process ([email protected], responsible disclosure, CVE process) would apply to quantum vulnerabilities.
  • BIP-360 (P2MR, Draft), BIP-361 (Legacy Signature Sunset, Draft), Blockstream SHRINCS (Liquid sidechain demo, May 2026), Falcon-512 demo fork, and BTQ ML-DSA canary network are proposals or prototypes; none are activated on Bitcoin mainnet.
  • BIP-361 Requires: TBD Post Quantum Signature BIP — the full migration mechanism is incomplete even at the proposal level.
  • Value-at-risk figures (34% revealed keys per BIP-361; ~1.6M BTC P2PK per CoinShares) are research-grade on-chain analytics and treated as indicative. CoinShares further narrows practically exploitable risk to ~10,200 BTC in large UTXOs.
  • No production PQC performance benchmarks exist because no PQ path is in production.

Non-Scoring Caveats

  • Quarkslab 2025 audit is scope-mismatched for quantum-critical assessment (general security only, no PQC analysis) — confidence-only; does not reduce QRI Score.
  • No formal quantum-specific incident-response playbook — note-only; Bitcoin Core's general security disclosure process is mature and would apply.
  • No production PQC performance or resource-impact benchmarks — note-only (no PQ path exists to benchmark).
  • BTQ ML-DSA canary network and Blockstream SHRINCS Liquid demonstration are separate networks/sidechains, not Bitcoin mainnet — note-only for production scope.
  • BIP-361 Requires: TBD Post Quantum Signature BIP — the full migration mechanism depends on a PQ signature BIP that does not yet exist.
  • BIP-360 P2MR mitigates long-exposure attacks by removing the key-path spend but does not itself introduce PQ signatures; short-exposure attacks still require a future PQ signature BIP.
  • CoinShares research narrows practically exploitable quantum risk to ~10,200 BTC in large UTXOs; the remaining ~1.6M BTC in small P2PK UTXOs would require implausible quantum compute resources under current projections. This affects practical impact assessment but not cryptographic vulnerability classification.
  • Bitcoin's governance model (soft fork activation requiring broad consensus) introduces timeline uncertainty for any PQ upgrade. Taproot took ~22 months from BIP to activation.
  • Future PQ-to-PQ upgrade uncertainty (which PQ scheme Bitcoin will ultimately adopt — SHRINCS, Falcon, ML-DSA, SLH-DSA) is a roadmap note; does not affect current production quantum-attack readiness.

Evidence record

Claims and Caveats

Security Assessment & Evidence Preparedness

Public cryptographic inventory of critical public-key mechanisms and public quantum threat model

Claim: Bitcoin's critical public-key mechanisms (secp256k1 ECDSA, BIP-340 Schnorr) and quantum threat model (CRQC key recovery from exposed public keys, affected address types P2PK/P2PKH/P2WPKH/P2TR, affected layers) are publicly inventoried via BIP-340/341 specs, secp256k1 code, BIP-361, CoinShares analysis, and Bitcoin Optech.

Coverage basis: Classical ECC inventory with community-driven quantum threat model; no PQ coverage

Implementation score: 1 · Evidence confidence: High

Issue classification: none · Score treatment: not applicable

Assurance: Primary sources (BIP specs, source code, BIP-361 draft) provide high-confidence inventory. Threat model is community/industry-driven rather than a single official Bitcoin Core document, but is comprehensive and evidence-backed.

BIP-361 quantifies >34% revealed keys; CoinShares quantifies ~1.6M BTC P2PK. Both are research-grade estimates of on-chain data.

Security Assessment & Evidence Preparedness

Public evidence record supporting the assessment

Claim: Code references (secp256k1 repo), protocol specifications (BIP-340/341/360/361), independent audit (Quarkslab 2025), reproducible on-chain analytics (CoinShares, BIP-361), and community research (Bitcoin Optech, Delving Bitcoin) support the quantum risk assessment.

Coverage basis: Classical ECC evidence with quantum threat analysis; no PQ evidence

Implementation score: 1 · Evidence confidence: High

Issue classification: none · Score treatment: not applicable

Assurance: Evidence record is strong: primary code, specs, audit, and analytics are all publicly available and reproducible.

Production Cryptographic Protection

Spend authorization / transaction signatures are PQC or hybrid-PQC on mainnet

Claim: Bitcoin mainnet transaction signatures use ECDSA (secp256k1) or BIP-340 Schnorr (secp256k1). No PQC or hybrid-PQC signature support exists in production.

Coverage basis: ECC-only; no PQ/hybrid coverage

Implementation score: 0 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: cap-applying

Quantum blocker: ECC-only spend authorization caps QRI at 40 (Readiness & Risk Cap).

Assurance: Confirmed by primary BIP specifications and production secp256k1 library source code. Both ECDSA (legacy) and Schnorr (Taproot/BIP-340) are based on secp256k1 ECDLP and are Shor-vulnerable.

Taproot's key-path spend exposes the public key directly on-chain, making all Taproot-only addresses long-exposure quantum-vulnerable.

Production Cryptographic Protection

Account, address, public-key exposure, and key-derivation design prevents long-exposure quantum-vulnerable ownership paths

Claim: Bitcoin address types include P2PK (permanently exposed public key), P2PKH/P2WPKH (hash-protected until spend), P2SH/P2WSH (hash-protected until spend), and P2TR (key-path exposes tweaked public key directly). No PQ/hybrid controls exist to prevent long-exposure quantum-vulnerable ownership paths.

Coverage basis: ECC-only; no PQ/hybrid controls; multiple long-exposure surfaces exist

Implementation score: 0 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: P2PK outputs (~1.6M BTC) have permanently exposed keys. P2TR key-path stores tweaked public key directly in locking script (quantum regression). P2PKH/P2WPKH provide hash-based protection until first spend. BIP-360 P2MR proposes removing the key-path spend but is not activated.

Production Cryptographic Protection

Consensus-critical authentication (validator signatures, VRFs, randomness, threshold signatures, block certificates)

Claim: Bitcoin is a PoW chain with no validator signatures, VRFs, finality signatures, threshold signatures, or block certificates. Consensus is achieved via SHA-256 proof-of-work.

Coverage basis: N/A — PoW chain without validator authentication

Implementation score: 1 · Evidence confidence: High

Issue classification: none · Score treatment: not applicable

Assurance: PoW consensus is hash-based (SHA-256d) and not vulnerable to Shor's algorithm.

Production Cryptographic Protection

State-integrity and data-availability mechanisms are quantum-safe where applicable

Claim: Bitcoin's block hash chain and Merkle tree commitments use SHA-256 (quantum-safe). Supply binding is enforced by hash-based consensus rules (quantum-safe). Script authorization (OP_CHECKSIG, OP_CHECKMULTISIG) relies on ECDSA/Schnorr over secp256k1 (quantum-vulnerable). No KZG/pairing commitments or bridge verification exist.

Coverage basis: Hash-based state integrity (quantum-safe); ECC script authorization (quantum-vulnerable) — mixed state

Implementation score: 0.5 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: SHA-256 block hashing and Merkle commitments are quantum-resistant. Supply cannot be inflated by quantum attack. Script authorization (OP_CHECKSIG) remains the quantum-critical weak point — a quantum attacker who can forge ECC signatures can steal coins even though the chain integrity is intact.

Partial score reflects hash-based state integrity and supply binding being quantum-safe (majority of subfactor scope), while script authorization (the dominant spend path) remains ECC-vulnerable.

Production Cryptographic Protection

Privacy and proof layers are quantum-safe where applicable

Claim: Bitcoin mainnet has no privacy layer, zero-knowledge proofs, shielded pools, note encryption, viewing keys, or stealth address protocol at the consensus layer.

Coverage basis: N/A — no privacy layer

Implementation score: 1 · Evidence confidence: High

Issue classification: none · Score treatment: not applicable

Production Cryptographic Protection

P2P transport, node identity, and peer authentication are PQC, hybrid-PQC, or satisfied by design

Claim: Bitcoin's P2P layer does not use ECC signatures for node identity or peer authentication in a consensus-critical, spend-critical, bridge-critical, or custody-critical way. Peers are identified by IP address; block validation uses SHA-256 PoW. Message integrity uses SHA-256 checksums.

Coverage basis: Satisfied by design — no quantum-vulnerable P2P identity path for critical layers

Implementation score: 1 · Evidence confidence: High

Issue classification: none · Score treatment: not applicable

Assurance: Bitcoin Core's P2P protocol does not authenticate peers via ECC signatures. Optional BIP-324 v2 transport uses ECDH on secp256k1 for encryption but this is not consensus or spend-critical.

Production Cryptographic Protection

Critical wallet, custody, HSM, signer, and hardware-wallet workflows support the production PQ/hybrid path

Claim: No PQ or hybrid-PQC wallet, custody, HSM, or hardware-wallet workflow exists for Bitcoin mainnet. All production wallets use ECDSA/Schnorr over secp256k1 exclusively.

Coverage basis: ECC-only; no PQ/hybrid wallet support

Implementation score: 0 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: No PQ wallet path exists because no PQ signature scheme is activated on mainnet. Hardware wallets support secp256k1 ECDSA/Schnorr only.

Wallet support for PQ signatures would follow mainnet activation of a PQ signature BIP. Ledger Safe 7 ships SLH-DSA for firmware signing but not for Bitcoin transaction signing.

Migration Status & Value-at-Risk

Percentage of economically relevant value-at-risk protected from quantum key-recovery attacks across all attack windows

Claim: Approximately 0% of Bitcoin's economically relevant value-at-risk is protected by PQC or hybrid-PQC controls. All UTXOs are spendable only via ECDSA or Schnorr signatures over secp256k1. ~1.6M BTC (P2PK) and >34% of supply (revealed keys) are long-exposure vulnerable.

Coverage basis: Unprotected value; <25% coverage threshold per 9.3.1

Implementation score: 0.05 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: cap-applying

Quantum blocker: Material long-exposure quantum-vulnerable value with no migration/freeze/deprecation path caps QRI at 55 (subsumed by 40 cap).

Assurance: Coverage is effectively 0% — no PQ-protected spend path exists on mainnet. Per 9.3.1: <25% coverage → score 1 out of 20 subfactor weight → Implementation Score = 0.05. Value-at-risk estimates (34%, 1.6M BTC) are independently corroborated on-chain research.

CoinShares narrows practically exploitable risk to ~10,200 BTC in large UTXOs, but all exposed-key UTXOs are cryptographically vulnerable.

Migration Status & Value-at-Risk

Critical wallets migrated, protected, or inherently PQ-native

Claim: No critical Bitcoin wallets (exchanges, custodians, treasuries, foundations, major protocols) are migrated to or protected by PQC. All critical wallets use ECDSA/Schnorr over secp256k1.

Coverage basis: ECC-only; no PQ migration for any critical wallet

Implementation score: 0 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: No PQ migration path exists on mainnet, so no critical wallet can be migrated. Bitcoin Security Consortium (Coinbase et al., July 2026) is funding PQ R&D but no production migration is live.

Migration Status & Value-at-Risk

Legacy vulnerable pools/accounts/UTXOs/contracts identified, measurable, deprecated, migrated, frozen, or proven not to exist by design

Claim: Legacy quantum-vulnerable UTXO pools are identified and measurable (P2PK: ~1.6M BTC per CoinShares; revealed-key UTXOs: >34% of supply per BIP-361; P2TR key-path outputs). No deprecation, migration, freeze, or burn mechanism is live on mainnet.

Coverage basis: Identified and measurable; not deprecated/migrated/frozen

Implementation score: 0.25 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: Identification and measurement are strong (BIP-361, CoinShares, Delving Bitcoin). Hourglass rate-limiting proposal is theoretical only. No consensus policy exists for unmigratable coins (e.g., Satoshi's P2PK stash).

Partial credit (0.25 = research/analysis level) for identification and measurability. Per QRI 9.3.2, unmigratable vulnerable value without a policy mechanism counts as unprotected.

Migration Mechanism, Governance & Ecosystem Coordination

Public migration or protection roadmap with sequencing, activation criteria, and dependencies

Claim: BIP-360 (P2MR, Draft) and BIP-361 (Legacy Signature Sunset, Draft) provide a proposal-level migration roadmap with phased sequencing (Phase A: disallow sends to vulnerable addresses; Phase B: restrict ECDSA/Schnorr spends; Phase C: recovery). BIP-361 specifies deployment parameters (starttime Jan 1, 2027 UTC, bit 5). Neither is activated on mainnet.

Coverage basis: Draft BIP proposals; not activated on mainnet

Implementation score: 0.25 · Evidence confidence: Medium

Issue classification: none · Score treatment: note-only

Assurance: BIP-361 Requires: TBD Post Quantum Signature BIP that does not yet exist. BIP-360 P2MR mitigates long-exposure but does not introduce PQ signatures. Roadmap is proposal-stage only.

Per Implementation Score table: draft BIP specification = 0.25.

Migration Mechanism, Governance & Ecosystem Coordination

Migration accessibility and defaults (PQ/hybrid account creation, wallet tooling, transaction paths, custody paths, user-facing warnings, education, migration prompts)

Claim: No PQ or hybrid-PQC account creation, wallet tooling, transaction paths, custody paths, user-facing warnings, education materials, or migration prompts exist for Bitcoin mainnet users.

Coverage basis: No migration accessibility on mainnet

Implementation score: 0 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: No PQ address format or signature scheme is activated on mainnet, so no migration tooling can exist. BIP-360 proposes bc1z addresses (SegWit v2) but is not activated.

Migration Mechanism, Governance & Ecosystem Coordination

Migration enforcement and coordination (enforcement mechanisms, exchange/custody/bridge/wallet/infrastructure coordination)

Claim: BIP-361 proposes enforcement mechanisms (Phase A: disallow sends to vulnerable addresses; Phase B: restrict ECDSA/Schnorr spends) but none are activated. Bitcoin Security Consortium (Coinbase et al., July 2026) provides nascent institutional coordination for PQ R&D funding. No production enforcement prevents unsafe fallback into vulnerable systems.

Coverage basis: Proposal-level enforcement; nascent institutional coordination

Implementation score: 0.25 · Evidence confidence: Medium

Issue classification: none · Score treatment: note-only

Assurance: BIP-361 enforcement is proposal-stage. Bitcoin Security Consortium is real (formed July 2026) but funds R&D, not production enforcement. Hourglass rate-limiting proposal is theoretical.

Partial credit (0.25) for proposal-level enforcement design and nascent institutional coordination. No production enforcement exists.

Migration Mechanism, Governance & Ecosystem Coordination

Emergency disclosure, incident-response, or governance process for quantum-related vulnerabilities

Claim: Bitcoin Core maintains a mature general security disclosure process ([email protected], responsible disclosure, CVE process). The BIP process provides governance for protocol upgrades. No quantum-specific incident-response playbook exists, but the general process would apply to quantum vulnerabilities.

Coverage basis: Mature general process applicable to quantum scenarios; no quantum-specific playbook

Implementation score: 0.5 · Evidence confidence: Medium

Issue classification: assurance-only caveat · Score treatment: note-only

Assurance: Bitcoin Core's security disclosure process is operational and mature. The absence of a quantum-specific playbook is note-only per QRI spec (does not create a current quantum-vulnerable path).

Per QRI spec: lack of a formal quantum-specific incident-response playbook is note-only unless it leaves a current quantum-vulnerable path unresolved. Bitcoin's general process is adequate for current state.

Algorithm & Implementation Assurance

Uses NIST-standardized, standards-track, or broadly reviewed PQC/hybrid-PQC algorithms appropriate to the use case

Claim: Bitcoin mainnet uses no PQC or hybrid-PQC algorithms. Prototypes exist using NIST-standardized algorithms (BTQ ML-DSA canary network, Falcon-512 demo fork) and hash-based schemes (Blockstream SHRINCS on Liquid), but none are in production on Bitcoin mainnet.

Coverage basis: No PQC algorithm in production; prototypes on separate networks

Implementation score: 0 · Evidence confidence: High

Issue classification: quantum-critical vulnerability · Score treatment: score-reducing

Assurance: Prototype work (ML-DSA, Falcon, SHRINCS) demonstrates technical feasibility but none is on Bitcoin mainnet. SHRINCS is a novel hash-based scheme with a draft specification deployed on Liquid sidechain.

No PQC algorithm is activated or available for production use on Bitcoin mainnet.

Algorithm & Implementation Assurance

Independent cryptographic and implementation audit exists for the quantum-critical scope

Claim: The 2025 Quarkslab/OSTIF Bitcoin Core security assessment is a recent general security audit but does not cover post-quantum readiness or PQC implementation. No quantum-specific audit exists for Bitcoin's production scope.

Coverage basis: No quantum-critical audit; classical audit is scope-mismatched

Implementation score: 0 · Evidence confidence: Medium

Issue classification: assurance-only caveat · Score treatment: confidence-only

Assurance: Quarkslab audit is current (2025) and valuable for classical code quality but scope-mismatched for quantum-critical assessment. No PQC implementation exists to audit. The absence of a quantum-specific audit does not reduce the QRI Score because the quantum-critical vulnerability (ECC-only) is independently verifiable from code and standards.

Per QRI spec: scope-mismatched audit supports only the audited component; confidence limited for unaudited production scope.

Algorithm & Implementation Assurance

Open-source, reproducible implementation

Claim: Bitcoin Core and the secp256k1 library are fully open-source (MIT License), publicly developed on GitHub, and reproducible. Deterministic builds are supported.

Coverage basis: Open-source classical implementation; no PQ code in production

Implementation score: 1 · Evidence confidence: High

Issue classification: none · Score treatment: not applicable

Assurance: Bitcoin Core is one of the most scrutinized open-source cryptographic codebases. Deterministic builds (Gitian) support reproducibility. This applies to the classical ECC implementation.

Algorithm & Implementation Assurance

Parameter agility and future upgrade path are documented

Claim: Bitcoin's consensus protocol has limited crypto agility (signature scheme changes require soft forks). BIP-360 and BIP-361 document a proposed future PQ upgrade path. No parameter agility mechanism exists in the current production consensus.

Coverage basis: Proposal-level upgrade path; no production agility

Implementation score: 0.25 · Evidence confidence: Medium

Issue classification: none · Score treatment: note-only

Assurance: Bitcoin's soft-fork upgrade mechanism is well-understood but slow (Taproot: ~22 months from BIP to activation). BIP-360/361 document a proposed upgrade path but no PQ signature BIP exists yet.

Per Implementation Score table: proposal-level documentation = 0.25.

Algorithm & Implementation Assurance

Stateful-signature safety, side-channel, fault-injection, state-management, hardware-wallet, HSM, or custody implementation risks considered

Claim: No PQC implementation exists in Bitcoin mainnet production, so stateful-signature safety (XMSS/LMS anti-reuse controls) is not applicable. Classical secp256k1 implementation has well-reviewed constant-time side-channel protections.

Coverage basis: No PQC implementation; classical side-channel handled

Implementation score: 0 · Evidence confidence: Medium

Issue classification: assurance-only caveat · Score treatment: note-only

Assurance: Classical secp256k1 constant-time implementation is well-reviewed. Stateful-signature safety (XMSS/LMS) is not applicable (no PQC in production). Note-only per spec: does not reduce QRI Score because no PQ implementation exists to assess.

Per QRI spec: do not mark a subfactor N/A merely because the project has not implemented it. Scored 0.00 because no PQ implementation risks have been addressed.

Algorithm & Implementation Assurance

Performance and resource-impact analysis exists where PQ signature/verification costs could affect safe deployment

Claim: No production PQC implementation exists, so no production performance or resource-impact analysis for PQ signatures on Bitcoin mainnet is available. Blockstream published SHRINCS size/throughput figures (~580 bytes compact path) for the Liquid sidechain demonstration.

Coverage basis: No production PQ performance analysis

Implementation score: 0 · Evidence confidence: Medium

Issue classification: assurance-only caveat · Score treatment: note-only

Assurance: SHRINCS performance data (Liquid sidechain) is preliminary and not for Bitcoin mainnet. No formal PQ performance benchmark exists for Bitcoin's production scope. Note-only per spec: no PQ path exists to benchmark.

PQ signature sizes would significantly impact Bitcoin block sizes and validation times. This is a known concern but not formally analyzed for mainnet.

Report metadata

Generation Details