Bitcoin’s Quantum Shield? Zero‑Knowledge Proof‑of‑Seed Aims to Protect Legacy Addresses
AmericanFortress unveils ZKPoSP, a zero-knowledge proof-of-seed scheme to keep Bitcoin HD wallets and legacy addresses usable after Q‑Day; Rust/RISC Zero prototype hits ~12s proving.

Because Bitcoin
July 30, 2026
Bitcoin’s core risk in a quantum era isn’t abstract theory—it’s the moment a capable machine runs Shor’s and turns exposed public keys into private keys. That “Q‑Day” pressure collides with a practical constraint: migrating the network’s existing address base is messy, slow, and error‑prone. A Wyoming team at AmericanFortress is betting the path of least disruption is to keep today’s addresses and swap out how ownership is proven.
Their paper introduces ZKPoSP—Zero‑Knowledge Proof of Seed Provenance—paired with QBIP32, a multi‑curve key‑derivation scheme designed to remain compatible with hierarchical deterministic (HD) standards like BIP32, BIP44, and SLIP‑10. Instead of relying on elliptic‑curve signatures (vulnerable to Shor’s), a wallet would generate a zero‑knowledge proof that it holds the same HD seed from which an existing address was derived. The seed never leaves the device; the proof convinces verifiers without revealing the secret. In other words: preserve today’s addresses, replace the signature primitive.
One reason this may have legs: the zero‑knowledge stack they used leans on hash‑based assumptions, which are generally considered more resilient to quantum advances than elliptic curves. AmericanFortress built a Rust prototype on the RISC Zero zkVM and reports proof generation around 12–13 seconds with verification near 9–10 milliseconds—latency that many wallets could hide with UI design and local caching. They also outline a post‑Q‑Day mode to trim proving time for specific operations.
The elegance here is backward compatibility. For Bitcoin—the largest crypto asset by market cap—spending typically reveals the public key on‑chain. If a strong quantum computer arrives while coins sit in addresses with exposed keys, an attacker could forge valid EC signatures. ZKPoSP shifts the security anchor to the seed phrase and lets owners prove control even if individual child private keys leak. No address migration, no mass fund shuffle.
That said, compatibility doesn’t mean plug‑and‑play. Getting this into production would require coordinated changes by core developers, wallet providers, exchanges, miners, and users. Consensus‑level acceptance of a new proof verification path is non‑trivial; proof size and verification cost must fit inside block constraints; and the scheme’s security must be audited across circuits, hash choices, and implementation details. There’s also a human layer: tying spend authority to a single seed elevates the importance of seed entropy, storage hygiene, and recovery. Some users don’t retain seeds; some split them; some rely on hardware backups. A seed‑centric proof flow concentrates both security and failure modes.
Performance is another fault line. A dozen seconds to prove is fine for cold paths and scheduled withdrawals; for high‑frequency activity, it strains UX unless wallets pre‑compute or leverage rollups. While ~10ms verification looks attractive for nodes, on‑chain resource usage will depend on proof size and batching. RISC Zero’s approach is promising, but standardization—and clarity on licensing and interoperability—matters if the ecosystem is to rally around it rather than fragment into incompatible PQ schemes.
Contextually, the timing makes sense. The authors cite recent hardware progress, including Google’s Willow processor, as shortening the runway to cryptographically relevant quantum machines. Industry prep is accelerating: earlier this month, Project Eleven floated a post‑quantum recovery path that, like ZKPoSP, pivots to proving seed ownership after Q‑Day; in March, BTQ Technologies shipped the first working BIP‑360 implementation on a “Bitcoin Quantum” testnet to trial quantum‑resistant transaction formats; and in May, Glassnode estimated roughly 6.04 million BTC—about 30% of circulating supply—already have publicly exposed keys. Meanwhile, the U.S. Department of Commerce earmarked more than $2 billion for quantum computing and manufacturing initiatives, and last week major firms including BlackRock, Coinbase, Strategy, Fidelity Digital Assets, Galaxy, and others formed the Bitcoin Security Consortium, committing $15 million over three years to fund security and quantum‑defense research.
If there’s one bet to make, it’s on solutions that minimize social coordination costs. ZKPoSP’s promise is precisely that: keep addresses, change proofs. The trade‑off is a tighter coupling to seed management and the burden of scaling ZK verification inside Bitcoin’s conservative constraints. For wallet platforms and exchanges, that’s a viable roadmap to pilot—especially for vaults and institutional flows—while the community hammers out a common post‑quantum transaction path. Migrating away from elliptic curves is inevitable if Q‑Day arrives; doing it without uprooting the address layer is how you avoid chaos.