Is IQ Quantum Safe?

Whether IQ is quantum safe is a question that matters more with each passing month as quantum computing hardware advances toward cryptographically relevant scales. IQ, the governance and utility token of the IQ.wiki (formerly Everipedia) ecosystem, relies on the same elliptic-curve foundations as virtually every major blockchain. This article breaks down exactly what cryptography secures IQ, what breaks at Q-day, what migration paths exist, and how a new generation of lattice-based wallets is already engineering around the threat before it arrives.

What Cryptography Secures IQ and the EOS/BNB Chain Ecosystem

IQ originated on the EOS blockchain and has since bridged to BNB Chain and Ethereum. Each of those chains uses a variant of elliptic-curve cryptography (ECC) to sign transactions and prove ownership of tokens.

How ECDSA Works (and Where Quantum Computers Attack It)

ECDSA security rests on the elliptic-curve discrete logarithm problem (ECDLP). Given a public key, deriving the corresponding private key requires solving ECDLP, which is computationally infeasible for classical computers at 256-bit key sizes. The estimated classical security margin for secp256k1 is roughly 128 bits, meaning an attacker would need on the order of 2¹²⁸ operations, which is effectively impossible with today's hardware.

Quantum computers change this. Shor's algorithm, when run on a sufficiently capable quantum machine, can solve ECDLP in polynomial time. The practical implication is severe: a quantum adversary given only your public key could reconstruct your private key, then forge signatures to drain any address at will.

EdDSA: Is It Any Safer?

Some newer chains use EdDSA (specifically Ed25519, based on the Edwards curve over the prime field of 2²⁵⁵ - 19). EdDSA offers performance and side-channel advantages over ECDSA, but it is equally vulnerable to Shor's algorithm. The underlying hard problem is still a discrete logarithm over an elliptic curve. Switching from ECDSA to EdDSA does not meaningfully improve quantum resistance.

---

Defining Q-Day: When Does the Threat Become Real?

Q-day refers to the point at which a quantum computer reaches cryptographically relevant scale: enough stable, error-corrected logical qubits to run Shor's algorithm against 256-bit elliptic-curve keys within a practical time window. Current estimates from NIST, the NSA's CNSA 2.0 suite guidance, and academic research cluster around the following scenarios:

ScenarioEstimated Logical Qubits NeededTimeline Estimate (Analyst Consensus)
Break RSA-2048~4,000 logical qubits2030–2035 (optimistic)
Break secp256k1 (256-bit ECC)~2,300 logical qubits2030–2038 (mid-range)
Break Ed25519~2,300–3,000 logical qubits2030–2040 (mid-range)
Harvest-now-decrypt-later feasibleN/A (classical storage)Already occurring

The "harvest now, decrypt later" (HNDL) attack is already active. Nation-state adversaries are collecting encrypted traffic and signed blockchain data today with the intention of decrypting it once quantum hardware matures. For cryptocurrency, the relevant HNDL vector is the exposure of public keys through on-chain transaction history. Every time an IQ holder broadcasts a transaction, their public key is permanently published to the blockchain.

Exposed vs. Unexposed Addresses

A crucial distinction exists between addresses that have transacted and those that have never signed a transaction:

EOS account model complicates this slightly. EOS stores public keys explicitly in account tables at account creation, meaning every EOS address that has ever been initialized exposes its public key regardless of subsequent activity.

---

Does IQ Have a Quantum Migration Roadmap?

As of the time of writing, neither the IQ.wiki team nor the core infrastructure providers for EOS, BNB Chain, or Ethereum have published a formal post-quantum migration roadmap for IQ token holders.

Ethereum's Path Forward

Ethereum's long-term roadmap does include research into quantum-resistant account abstraction. EIP-7560 (native account abstraction) and proposals around Winternitz one-time signatures and STARK-based signature schemes have been discussed in Ethereum research forums. Vitalik Buterin has publicly stated that Ethereum's endgame architecture will need to be quantum-resistant. However, concrete timelines for activating quantum-resistant signing on mainnet Ethereum remain undefined, and IQ holders on BNB Chain inherit EVM constraints.

EOS Network Foundation

The EOS Network Foundation has not published NIST PQC-aligned signature scheme proposals. EOS supports multiple signature types through its permission system, which theoretically allows new signature schemes to be added through protocol upgrades, but no active proposal for lattice-based or hash-based signatures exists in public governance as of the latest available information.

What Token Holders Can Do Now

Without a platform-level migration, the responsibility defaults to individual holders and wallet providers. Practical steps:

  1. Minimise public key exposure: Avoid reusing addresses that have signed transactions. Use fresh receive addresses where the public key remains unpublished for as long as possible.
  2. Monitor NIST PQC developments: NIST finalised its first post-quantum cryptography standards in August 2024, including CRYSTALS-Kyber (now ML-KEM) for key encapsulation and CRYSTALS-Dilithium (now ML-DSA) for digital signatures.
  3. Follow chain-level governance: Subscribe to EOS Network Foundation and Ethereum Magicians forums for any PQC upgrade proposals.
  4. Evaluate quantum-resistant wallet infrastructure: If holding significant IQ positions, consider whether the custody layer itself is hardened against future quantum attacks.

---

How Lattice-Based Post-Quantum Wallets Differ

The NIST PQC standards settled on two primary mathematical families for digital signatures: lattice-based schemes (CRYSTALS-Dilithium / ML-DSA) and hash-based schemes (SPHINCS+ / SLH-DSA). Here is how they contrast with ECDSA at a mechanism level:

PropertyECDSA (secp256k1)ML-DSA (Dilithium)SLH-DSA (SPHINCS+)
Hard problemElliptic-curve DLPModule Learning With Errors (MLWE)Hash function security
Quantum vulnerabilityHigh (Shor's algorithm)None knownNone known
Signature size~71 bytes~2,420 bytes (Mode 2)~8,080 bytes (small)
Key generation speedVery fastFastModerate
NIST standardisedNo (legacy)Yes (FIPS 204)Yes (FIPS 205)
Blockchain deployment maturityProductionEmergingEmerging

The trade-off is primarily signature and key size. Lattice-based signatures are roughly 30 to 50 times larger than ECDSA signatures, which has meaningful implications for blockchain throughput and storage. Hash-based signatures are even larger. This is why no major Layer-1 blockchain has yet completed a full migration to NIST PQC standards: it requires protocol-level changes to transaction formats, block size limits, and fee models.

The Role of Wallet-Layer Quantum Resistance

Even before a base-layer chain migrates, wallet providers can implement quantum resistance at the custody layer. This involves generating and storing private keys using quantum-resistant derivation schemes, ensuring that key material itself is never exposed in a quantum-vulnerable format. Projects building on lattice-based cryptography, such as BMIC.ai, which applies NIST PQC-aligned, lattice-based cryptography to its wallet infrastructure, are engineering this protection at the wallet level rather than waiting for Ethereum or EOS to upgrade their signature verification logic.

---

Risk Assessment: IQ Token Holders and Q-Day

Framing this as a structured risk matrix helps clarify priorities.

Near-Term Risk (0 to 5 Years)

Medium-Term Risk (5 to 10 Years)

Long-Term Risk (10+ Years)

---

Key Takeaways

Frequently Asked Questions

Is IQ (IQ token) quantum safe right now?

No. IQ operates on EOS and EVM-compatible chains (BNB Chain, Ethereum), all of which use ECDSA secp256k1 for transaction signing. This scheme is vulnerable to Shor's algorithm running on a sufficiently powerful quantum computer. While that threat is not imminent, it is a credible medium-term risk, and any IQ address that has ever signed a transaction has its public key permanently exposed on-chain.

What is Q-day, and when might it happen?

Q-day is the point at which a quantum computer reaches the scale needed to break 256-bit elliptic-curve cryptography using Shor's algorithm. Estimates from NIST and academic researchers place this at roughly 2,300 to 4,000 logical error-corrected qubits. Most credible timelines suggest this could occur somewhere between 2030 and 2040, though significant uncertainty exists in both directions.

What is the harvest-now-decrypt-later attack, and does it affect IQ holders?

Harvest-now-decrypt-later (HNDL) means adversaries collect blockchain data today, including on-chain public keys from past transactions, and store it for decryption once quantum hardware matures. Any IQ holder who has ever broadcast a transaction from a given address has already exposed their public key. Those keys are permanently recorded on EOS or the relevant EVM chain and can be targeted retroactively after Q-day.

Does EOS's multi-signature system offer any quantum protection?

No. EOS's permission system supports multiple signature types, including secp256k1 and secp256r1, and theoretically allows new signature schemes to be added via protocol upgrades. However, secp256r1 (P-256) is equally vulnerable to Shor's algorithm. No lattice-based or hash-based NIST PQC-aligned signature scheme has been proposed or activated on the EOS mainnet as of the latest available information.

What are ML-DSA and SLH-DSA, and why do they matter for crypto wallets?

ML-DSA (FIPS 204, based on CRYSTALS-Dilithium) and SLH-DSA (FIPS 205, based on SPHINCS+) are the digital signature schemes standardised by NIST as part of its post-quantum cryptography project. They are not vulnerable to Shor's algorithm. Wallets that use these schemes to generate and sign transactions would remain secure against quantum attack even after Q-day. The main trade-off is larger signature sizes compared to ECDSA.

What can IQ holders do to reduce quantum risk before the chains migrate?

The most practical steps are: (1) avoid reusing addresses that have already signed transactions, since their public keys are permanently on-chain; (2) move significant holdings to fresh receive-only addresses where the public key remains unpublished; (3) monitor EOS Network Foundation and Ethereum governance channels for any announced PQC migration proposals; and (4) evaluate quantum-resistant wallet infrastructure that implements lattice-based cryptography at the custody layer, rather than waiting for base-layer protocol upgrades.