Quantum Security Analysis · August 2026

BMIC vs Verge (XVG) 2026
Tor Routing Is Not Quantum Protection

Verge's Wraith Protocol hides IP addresses and on-chain linkability — but secp256k1 ECDSA signs every transaction. Shor's algorithm breaks secp256k1. Tor is irrelevant to this attack. Here is the complete technical analysis.

XVG — secp256k1 ECDSA · Quantum Vulnerable Stealth Addresses — secp256k1 ECDH · Quantum Vulnerable Tor/I2P — Network Privacy Only · No Quantum Protection BMIC — NIST FIPS 203/204/205 · Quantum Safe

The Core Issue in One Paragraph

Verge (XVG) is a privacy-oriented Bitcoin fork that uses Tor and I2P routing (the Wraith Protocol) plus dual-key stealth addresses to obscure the source IP and on-chain transaction graph. Every XVG transaction is nonetheless signed with secp256k1 ECDSA — the same elliptic curve digital signature scheme used by Bitcoin. Shor's algorithm, running on a cryptographically relevant quantum computer (CRQC), recovers a secp256k1 private key from its public key in polynomial time. Tor does not encrypt private keys; it routes TCP packets. The two layers operate in entirely different domains: Tor is a network-layer privacy tool; ECDSA operates at the cryptographic layer. A CRQC attacker does not observe a Verge transaction in transit — they read public keys directly from the publicly accessible Verge blockchain and run Shor's algorithm offline. Verge's 12-year blockchain (October 2014 genesis) represents a fully harvestable HNDL corpus.

⚠️ Critical Misconception Alert Tor routing and I2P anonymise the network path of a transaction broadcast. They have zero effect on the mathematical hardness of recovering secp256k1 private keys from public keys. These are orthogonal properties. Conflating them is the most common misconception among Verge holders evaluating quantum risk.

Verge's Three-Layer Cryptographic Stack

Verge's privacy features are built as three stacked layers. Each layer serves a different purpose — and each has a different relationship to quantum computing risk. Understanding the distinction is critical to correctly evaluating XVG's quantum exposure.

Layer 1 — Transaction Signing

secp256k1 ECDSA. Signs every XVG spend, unlocking UTXOs. Public keys broadcast on-chain at spend time (P2PKH) or derivable from transactions. The direct ECDLP target for Shor's algorithm.

Quantum Vulnerable — Shor's ECDLP

Layer 2 — Stealth Addresses

Dual-key stealth address protocol. Sender derives one-time address using recipient's scan public key via secp256k1 ECDH. Spend key is secp256k1 ECDSA. Both ECDLP operations broken by Shor's algorithm.

Quantum Vulnerable — Shor's ECDLP/ECDH

Layer 3 — Network Routing

Tor + I2P (Wraith Protocol). Routes transaction broadcasts through onion-routing networks. Conceals originating IP address. Operates at TCP/IP transport layer — entirely distinct from ECDSA signing layer.

Classical Privacy — No Quantum Relevance

Multi-Algorithm Proof of Work

Verge secures its blockchain via five PoW algorithms running in parallel: Lyra2REv3, Scrypt, X17, Groestl, and Blake2s. This design provides ASIC diversification and resistance to 51% attacks from single-algorithm miners. It has no bearing on quantum security for the following reason:

Three Critical Misconceptions Addressed

🚫 Myth 1: "Tor makes Verge quantum resistant because transactions can't be traced."
✅ Reality

Tracing a transaction in transit is not how a CRQC attack works. A quantum attacker does not need to intercept a Verge transaction as it propagates through the Tor network. They harvest public keys from the publicly readable Verge blockchain — which records every spend. From a public key, Shor's algorithm computes the private key without any network observation. The Tor network is entirely bypassed. It is irrelevant to the attack vector.

🚫 Myth 2: "Stealth addresses mean nobody knows my address, so it can't be attacked."
✅ Reality

Stealth addresses improve classical on-chain privacy by preventing address reuse and making it harder for blockchain observers to link transactions to a single wallet. However, stealth address outputs are still secured by secp256k1 private keys. The one-time spend key derived during stealth address construction is a secp256k1 scalar — its corresponding public key appears on-chain when the output is spent. Shor's algorithm recovers the scalar from the public key. The fact that the address was used only once does not change this: the ECDLP instance is identical to any other secp256k1 key pair.

🚫 Myth 3: "Five PoW algorithms means Verge is more quantum resistant than single-algo chains."
✅ Reality

Multi-algorithm PoW distributes mining security across five hash functions, providing resilience against single-algorithm ASIC dominance and reducing certain 51% attack vectors. This is a classical security improvement with no quantum relevance for users' wallets. Grover's algorithm weakly attacks all five hash functions equally (√N speedup), but the dominant quantum threat — Shor's algorithm breaking secp256k1 ECDSA — is unchanged by the number of PoW algorithms. Users' funds are protected by ECDSA signing, not by PoW hashing.

Dual-Key Stealth Address Quantum Anatomy

Verge's stealth address system (part of the Wraith Protocol) implements a dual-key stealth address protocol where each recipient publishes a scan public key (S = sG) and a spend public key (B = bG), both on secp256k1. Here is the quantum vulnerability at each step:

Step 1 — Sender derives one-time address

Sender generates ephemeral key pair (r, R = rG). Sender computes shared secret: c = H(r·S) = H(r·sG). This is secp256k1 scalar multiplication — an ECDH operation. Quantum attack: CRQC recovers scan private key s from scan public key S via Shor's ECDLP. This yields the shared secret c for any observed ephemeral key R.

Step 2 — One-time address derivation

One-time address: P = B + H(c)·G. The spend public key B and the point H(c)·G are both secp256k1 points. Quantum attack: once c is known (from Step 1) and spend private key b is recovered from B via Shor's ECDLP, the attacker derives the one-time spend private key: p = b + H(c).

Step 3 — Spending a stealth output

The output is spent by signing with spend key p (secp256k1 ECDSA). The signature reveals the one-time public key P on-chain. Quantum attack: even without the sender-receiver ECDH derivation, a CRQC recovers p directly from the on-chain public key P — the same ECDLP as any other secp256k1 address.

Conclusion Stealth addresses chain three secp256k1 ECDLP instances together (scan key, spend key, one-time key). A CRQC breaks any of them independently or in sequence. Classical blockchain observers cannot link these operations; a CRQC adversary can break each key individually. The privacy model is sound against classical attackers; it provides zero protection against a CRQC.

Verge HNDL Timeline: 12 Years of Harvestable Data

"Harvest Now, Decrypt Later" (HNDL) is the adversarial strategy of archiving encrypted or signed data today for decryption once a CRQC becomes available. Every secp256k1 public key ever broadcast on the Verge blockchain — from genesis to today — is harvestable and permanently vulnerable to future CRQC attack.

October 9, 2014 — DogeCoinDark genesis
Verge's predecessor chain launches. secp256k1 ECDSA signing begins. First secp256k1 public keys on-chain. HNDL corpus starts.
February 2016 — Rebrands to Verge Currency
DogeCoinDark rebrands. All pre-rebrand HNDL data retained on the same chain. Genesis corpus already 16 months deep.
2017 — Wraith Protocol announced
Tor/I2P routing and stealth addresses introduced. These address classical privacy — not quantum vulnerability. Dual-key stealth address ECDH adds a second secp256k1 ECDLP surface to the HNDL corpus.
April 2018 — 51% attacks (Lyra2REv2 algorithm exploit)
Verge suffers repeated 51% attacks exploiting multi-algo timing. Algorithm updated to Lyra2REv3. Classical resilience improved; secp256k1 ECDSA signing unchanged.
2024 — NIST ratifies FIPS 203/204/205
NIST finalises ML-KEM, ML-DSA, SLH-DSA as the global PQC standards. Verge Core publishes no migration response. BMIC implements all three standards.
August 2026 — Present (no PQC roadmap)
12-year HNDL corpus. Every secp256k1 public key from October 2014 onward remains harvestable. Verge Core has published no NIST PQC migration proposal.

Four-Step CRQC Attack Against Verge

A state actor operating a CRQC would follow this sequence to drain Verge wallets — without any Tor interception required:

  1. Harvest public keys from the Verge blockchain. Every secp256k1 public key ever published in a Verge transaction is permanently on-chain. No network interception is needed — the blockchain is public. This includes both standard P2PKH spend public keys and stealth address one-time public keys revealed at spend time. The entire 12-year corpus (2014–2026) is archived.
  2. Run Shor's algorithm. For each target secp256k1 public key Q = kG, the CRQC solves the ECDLP to recover private key k. This takes polynomial quantum time — estimated hours to days per key depending on CRQC clock speed and error correction. The attacker prioritises high-value wallets (large UTXO outputs).
  3. Derive stealth key pairs (if targeting stealth outputs). For stealth-protected outputs: recover scan private key s from scan public key S via Shor's. Compute shared secret c = H(R·s) for any observed ephemeral R. Recover spend private key b from spend public key B via Shor's. Compute one-time spend key p = b + H(c). The classical privacy guarantee of stealth addresses is nullified.
  4. Construct and broadcast signed transactions. Using the recovered private key(s), the attacker signs valid Verge transactions draining target UTXOs. These transactions are valid secp256k1 signatures — the Verge network accepts them. The transactions may be broadcast via Tor (the attacker has no IP concealment problem — the victim's IP privacy is irrelevant at this stage).
Note on Wraith Protocol during the attack The attacker can optionally route their malicious transactions through Tor for additional operational security — an irony that the very privacy network designed to protect Verge users would be equally available to the CRQC attacker. Network routing provides no asymmetric advantage to defenders.

BMIC: Built for the Post-Quantum Era

While Verge relies on secp256k1 ECDSA — broken by Shor's algorithm — BMIC implements NIST FIPS 203, 204, and 205. Every key operation is quantum-resistant by design. TGE Q2 2026.

Explore BMIC Presale → Compare All Presales

Technical Comparison: BMIC vs Verge (XVG)

Criterion Verge (XVG) BMIC
Transaction Signing Algorithm secp256k1 ECDSA Quantum Vulnerable ML-DSA (CRYSTALS-Dilithium) FIPS 204 Quantum Safe
Key Encapsulation / Key Agreement secp256k1 ECDH (stealth addresses) Quantum Vulnerable ML-KEM (CRYSTALS-Kyber) FIPS 203 Quantum Safe
Hash-Based Signature Option None N/A SLH-DSA (SPHINCS+) FIPS 205 Quantum Safe
Network Privacy (Tor / I2P) Wraith Protocol (Tor + I2P) Classical Only N/A (quantum-safe keys are the primary defence) N/A
Stealth Addresses Dual-key secp256k1 ECDH Quantum Vulnerable ML-KEM key encapsulation (quantum-safe stealth equivalent) Quantum Safe
Proof of Work / Consensus Multi-algo PoW (5 algorithms) Classical PoW ERC-4337 smart contract account abstraction on Ethereum N/A
NIST PQC Standards Implemented None None FIPS 203 + FIPS 204 + FIPS 205 All Three
HNDL Corpus (blockchain history) Oct 2014 → present (12+ years) Harvestable PQC-native from launch Protected
Key Rotation Without Address Change Not supported N/A Supported via ERC-4337 account abstraction Yes
NSM-10 / CISA PQC Compliance Path No roadmap published (Aug 2026) None Compliant from launch Compliant
Quantum Migration Roadmap Published No No N/A — built quantum-safe from genesis N/A
Quantum Threat Vector Shor's algorithm (ECDLP on secp256k1) Full Exposure None known for NIST FIPS 203/204/205 None Known

Can Verge Migrate to Post-Quantum Cryptography?

Verge's PQC migration is theoretically possible but structurally complex across all three layers of its privacy stack. As of August 2026, Verge Core has published no migration proposal for any layer.

Layer 1 — secp256k1 ECDSA transaction signing

Migrating from secp256k1 ECDSA to ML-DSA (CRYSTALS-Dilithium, NIST FIPS 204) requires a hard fork introducing a new address format and signature type. This is technically feasible — similar to Bitcoin's transition from P2PKH to SegWit. Key challenges: (a) a migration race condition exists where old secp256k1 addresses remain vulnerable until swept, and funds in dormant addresses can be drained by a CRQC before their owner migrates; (b) ML-DSA signatures are ~2.4 KB versus secp256k1 ECDSA at ~72 bytes — a 33× size increase that increases blockchain bloat; (c) Verge's lower hashrate and smaller developer community make coordinating a hard fork more difficult than for higher-cap chains.

Layer 2 — Stealth address ECDH (Wraith Protocol)

The dual-key stealth address protocol relies fundamentally on secp256k1 ECDH: the shared secret derivation c = H(r·S) uses elliptic curve scalar multiplication. NIST PQC does not include an ECDH-equivalent — ML-KEM (CRYSTALS-Kyber, FIPS 203) is the nearest substitute, providing key encapsulation rather than key agreement. The entire stealth address derivation scheme must be redesigned around ML-KEM-based key encapsulation. The one-time address derivation formula P = B + H(c)·G has no lattice equivalent — this is not a parameter swap but a protocol redesign. All existing stealth address outputs on the chain use the secp256k1 scheme and remain permanently vulnerable.

Layer 3 — Network routing (Tor / I2P)

Tor and I2P themselves use classical cryptography (Curve25519 ECDH, Ed25519 signatures internally), but these are transport-layer concerns. Replacing them is outside Verge Core's scope — the Tor Project is a separate organization with its own migration timeline. Verge's use of Tor for transaction routing is a configuration choice; it does not require Verge to maintain Tor's internals. However, organisations relying on Verge for private transactions should note that the Tor transport layer also has its own quantum vulnerability independent of XVG's transaction signing.

Bottom line on migration Even a complete Layer 1 migration (secp256k1 → ML-DSA) would leave Layer 2 (stealth address ECDH) requiring a full protocol redesign, and the 12-year HNDL corpus of historical secp256k1 public keys permanently unprotectable. Funds that have ever been spent (revealing a public key) from genesis to the migration date remain permanently quantum-vulnerable regardless of migration. As of August 2026, no migration proposal has been published.

How BMIC Addresses the Quantum Threat Verge Cannot

BMIC is a quantum-safe cryptocurrency presale built on three NIST post-quantum cryptography standards ratified in August 2024. It was designed from the ground up for the post-quantum threat environment — not retrofitted onto an elliptic curve foundation built in 2014.

NIST FIPS 203 — ML-KEM (CRYSTALS-Kyber)

ML-KEM replaces ECDH-based key agreement. It provides IND-CCA2-secure key encapsulation based on the Module Learning With Errors (MLWE) problem. No efficient quantum algorithm is known for MLWE. BMIC uses ML-KEM for vault encryption key wrapping — the function that Verge attempts with secp256k1 ECDH in stealth address derivation.

NIST FIPS 204 — ML-DSA (CRYSTALS-Dilithium)

ML-DSA replaces secp256k1 ECDSA for all transaction signing. Based on MLWE and the Short Integer Solution (SIS) problem — no efficient quantum algorithm known. A CRQC running Shor's algorithm cannot recover an ML-DSA private key from its public key. This is the direct replacement for the secp256k1 ECDSA that signs every Verge transaction.

NIST FIPS 205 — SLH-DSA (SPHINCS+)

SLH-DSA provides stateless hash-based signatures as a conservative fallback. Its security reduces to the one-way-ness of a hash function — no lattice assumptions required. Even if ML-DSA's lattice assumptions were somehow broken, SLH-DSA provides a second layer of defence grounded in a fundamentally different mathematical basis.

ERC-4337 Account Abstraction — Key Rotation

BMIC's ERC-4337 account abstraction layer allows quantum-safe key rotation without changing the wallet address. This eliminates the migration race condition that threatens Bitcoin-derived chains like Verge: on those chains, a user migrating from secp256k1 to a PQC scheme must create a new address, and their old address (with its public key permanently on-chain) remains vulnerable for any funds not yet swept. BMIC users can rotate keys in place.

The Quantum-Safe Presale Running Now

BMIC presale is live. NIST FIPS 203/204/205. $600K+ raised. TGE Q2 2026. Card accepted — no prior crypto needed.

Join the BMIC Presale →

Frequently Asked Questions

Is Verge (XVG) quantum safe?
No. Verge uses secp256k1 ECDSA for all transaction signing and secp256k1 ECDH for stealth address derivation. Both rely on the Elliptic Curve Discrete Logarithm Problem (ECDLP) — broken by Shor's algorithm on a CRQC. As of August 2026, Verge Core has published no NIST PQC migration roadmap. DYOR.
Does Tor routing make Verge quantum resistant?
No. Tor routes TCP packets through onion-routing nodes to conceal IP addresses. Quantum attacks against secp256k1 operate at the mathematical layer — they recover private keys from public keys using Shor's algorithm applied to ECDLP. The Tor network is irrelevant to this attack. A CRQC reads public keys from the public Verge blockchain without any network interception.
Are Verge stealth addresses quantum safe?
No. Verge's dual-key stealth addresses use secp256k1 ECDH (for shared secret derivation using the scan key) and secp256k1 ECDSA (for spending the one-time output). Both operations are broken by Shor's algorithm. A CRQC can recover the scan private key from the scan public key, derive the shared secret for any observed ephemeral key, and recover the one-time spend key — fully de-anonymising and spending all stealth outputs.
What is Verge's HNDL exposure?
Verge launched as DogeCoinDark on October 9, 2014. Every secp256k1 public key broadcast on the Verge blockchain from genesis to present — over 12 years — is permanently harvestable for future CRQC attack. This includes standard spend public keys and stealth address one-time public keys revealed at spend time.
Does multi-algo PoW make Verge more quantum resistant?
No. Verge's five PoW algorithms (Lyra2REv3, Scrypt, X17, Groestl, Blake2s) improve classical mining security and ASIC resistance. They have no bearing on quantum vulnerability of secp256k1 ECDSA transaction signing. Grover's algorithm weakly attacks hash functions (quadratic speedup), but the dominant quantum threat — Shor's algorithm breaking ECDSA — is unaffected by PoW algorithm diversity.
Can Verge migrate to post-quantum cryptography?
Migration is theoretically possible but requires separate redesigns for each layer: (1) hard fork replacing secp256k1 ECDSA with ML-DSA for transaction signing; (2) complete redesign of the stealth address protocol replacing secp256k1 ECDH with ML-KEM key encapsulation; (3) a migration race condition exists for the 12-year HNDL corpus — historical public keys remain permanently vulnerable. As of August 2026, Verge Core has published no proposal for any of these layers. DYOR; not investment advice.
What makes BMIC quantum safe when Verge is not?
BMIC implements all three NIST PQC standards ratified in 2024: FIPS 203 (ML-KEM/Kyber), FIPS 204 (ML-DSA/Dilithium), and FIPS 205 (SLH-DSA/SPHINCS+). These are based on lattice and hash-based problems for which no efficient quantum algorithm is known. Verge uses secp256k1 ECDSA and ECDH throughout — broken by Shor's algorithm. BMIC's ERC-4337 account abstraction also enables quantum-safe key rotation without address change, eliminating the migration race condition. DYOR.
Does I2P routing provide any quantum protection for Verge?
No. I2P is a network anonymity overlay, similar to Tor, that conceals the IP addresses of communicating peers. Like Tor, it operates at the transport layer and has no bearing on the secp256k1 ECDSA cryptography securing Verge transactions. A CRQC attacker works from the public blockchain, not from network interception, making I2P completely irrelevant to quantum attack vectors against XVG.

More Quantum Security Comparisons

Continue your research with our complete series of BMIC vs competitor quantum analyses:

Disclaimer — Do Your Own Research (DYOR) This page is published for educational and informational purposes only. It is not investment advice. Cryptocurrency investments are highly speculative and involve substantial risk of loss. The technical analysis above reflects the authors' best understanding of publicly available information as of August 2026. Verge Core may publish a post-quantum migration roadmap in the future. BMIC is in presale stage with TGE scheduled for Q2 2026; presale tokens carry liquidity and execution risk. Past cryptographic vulnerability does not guarantee future loss. Consult a qualified financial adviser before making any investment decision. DYOR.