✅ BMIC — Post-Quantum Native
- NIST FIPS 203 (ML-KEM / Kyber)
- NIST FIPS 204 (ML-DSA / Dilithium)
- NIST FIPS 205 (SLH-DSA / SPHINCS+)
- ERC-4337 quantum-safe key rotation
- Zero HNDL corpus — no legacy keys
- No secp256k1 or ed25519 at any layer
❌ Oasis Network (ROSE) — Quantum Vulnerable
- secp256k1 ECDSA: Emerald + Sapphire EVM wallets (ECDLP)
- ed25519: Tendermint consensus validator keys (ECDLP)
- x25519: Sapphire confidential tx encryption (ECDLP)
- Intel SGX: classical isolation — zero quantum protection
- 5.75-year HNDL corpus (Nov 2020 → Aug 2026)
- No NIST FIPS 203/204/205 roadmap published Aug 2026
Overview: What Is Oasis Network and Why Does It Matter for Quantum Risk?
Oasis Network (ROSE) is a layer-1 blockchain focused on privacy-preserving computation, built around a separation between its consensus layer and parallel computation environments called ParaTimes. Key ParaTimes include Emerald (EVM-compatible), Sapphire (EVM + confidential smart contracts via Intel SGX), and Cipher (Rust-based confidential contracts). The network uses Tendermint BFT consensus at its base layer.
The central investor misconception about Oasis is: "Intel SGX confidential computing makes Oasis quantum safe." This conflates two entirely separate security properties. Intel SGX is a classical hardware-enforced memory isolation mechanism that stops other processes on the same CPU from reading enclave memory at runtime — a valuable property against classical adversaries. A cryptographically relevant quantum computer (CRQC) does not attack runtime memory; it attacks the mathematical structure of cryptographic key pairs, all of which on Oasis use ECDLP-vulnerable curves: secp256k1 (Emerald/Sapphire wallets), ed25519 (consensus), and x25519 (Sapphire encryption).
Oasis mainnet launched November 2020, creating approximately 5.75 years of HNDL corpus as of August 2026 — archived on-chain public keys that a CRQC can harvest today and attack when quantum hardware matures.
Three Critical Misconceptions About Oasis Network and Quantum Security
SGX's security model protects enclave state from a classical attacker with OS or hypervisor access to the same machine. A CRQC running Shor's algorithm requires only the public key — permanently archived on the blockchain — to recover the corresponding private key in polynomial quantum time. The SGX enclave is never involved in this attack path. SGX provides no Grover or Shor resistance for the secp256k1, ed25519, or x25519 keys used across Oasis's architecture.
Sapphire ParaTime uses x25519 ECDH between the user's wallet and the enclave node to derive a shared secret for encrypting transaction calldata. Both the user's x25519 ephemeral public key and the enclave node's x25519 public key are published as part of the encrypted transaction record — permanently on-chain. A CRQC solves the x25519 ECDLP from either public key, recovers the shared secret, and decrypts the entire historical confidential transaction corpus. Applications built on Sapphire that handled sensitive data (DeFi positions, healthcare records, identity assertions) have every historical interaction permanently exposed to a future CRQC with zero recourse.
A CRQC attacks individual key pair mathematics, not system architecture. The Oasis ParaTime separation is a classical scalability and isolation design. Every signing and encryption operation across every ParaTime relies on ECDLP-vulnerable curves. Multiple distinct ECDLP instances (secp256k1, ed25519, x25519) across multiple runtimes multiply the attack surface rather than reducing it — there are simply more targets for a CRQC to solve.
Intel SGX protects against: classical software reading enclave memory at runtime (OS compromise, hypervisor attacks, classical side-channels via SGX mitigations). Intel SGX does not protect against: Shor's algorithm solving the ECDLP of a public key archived on the blockchain, Grover's algorithm accelerating brute-force searches against symmetric keys shorter than 256 bits, or any quantum cryptanalytic attack. The threat model for SGX is classical attackers with privileged software access. The quantum threat model operates entirely offline on publicly available cryptographic data — no enclave access required.
Four-Layer Quantum Attack Surface Anatomy
Oasis Network exposes four distinct quantum attack surfaces across its consensus and ParaTime architecture, each independently exploitable by a CRQC running Shor's algorithm:
Layer 1: Emerald & Sapphire EVM Wallet Signing (secp256k1 ECDSA)
Emerald and Sapphire are EVM-compatible ParaTimes on Oasis. All EVM wallet addresses and transaction signatures use secp256k1 ECDSA — the same ECDLP-vulnerable curve used by Ethereum, Binance Smart Chain, and other EVM chains. Every published transaction embeds the sender's secp256k1 public key on-chain as part of the ECDSA signature recovery mechanism. Shor's algorithm recovers the corresponding private key from the public key alone, in polynomial quantum time, without interacting with the SGX enclave or any live network component. HNDL corpus: all Emerald and Sapphire EVM transactions from ParaTime genesis through August 2026.
Layer 2: Tendermint Consensus Validator Keys (ed25519)
Oasis Network's consensus layer uses Tendermint BFT with ed25519 digital signatures for all validator node signing, consensus votes, and block header attestations. Ed25519 is built on the Edwards-curve Ed25519, isomorphic to Curve25519 — the same elliptic curve group underlying x25519. The discrete logarithm problem on the Ed25519/Curve25519 group is fully broken by Shor's algorithm. Every validator's ed25519 public key is broadcast in block headers and publicly archived from network genesis (November 2020). Validators who have operated since mainnet launch have ~5.75 years of ed25519 public key HNDL exposure. A CRQC recovering a validator's ed25519 private key can forge consensus votes, equivocate (double-sign), and attack consensus finality.
Layer 3: Sapphire x25519 Confidential Transaction Encryption (Curve25519 ECDLP)
Sapphire ParaTime encrypts the calldata of confidential smart contract transactions using x25519 Diffie-Hellman key exchange. The protocol works as follows: the user's wallet generates an x25519 ephemeral key pair; the enclave node publishes its x25519 long-term public key; the two parties derive a shared AES-256-GCM secret via x25519 DH. Both the user's ephemeral x25519 public key and the enclave node's x25519 public key appear in the on-chain transaction record. A CRQC solving the x25519 ECDLP from either public key recovers the shared secret and decrypts the calldata ciphertext. The AES-256-GCM symmetric encryption is Grover-resistant with 256-bit keys (effective ~128-bit quantum security) — but this is irrelevant once the x25519 key exchange is broken, as the shared secret is the AES key.
Layer 4: Intel SGX Remote Attestation (ECDSA P-256)
Intel SGX remote attestation — the mechanism by which an enclave proves its code integrity to external parties — uses ECDSA signatures with the P-256 (secp256r1) curve. P-256 ECDLP is broken by Shor's algorithm. A CRQC recovering an enclave's attestation private key can forge attestation reports — falsely claiming that a malicious enclave is a legitimate Oasis Sapphire or Cipher node, undermining the entire trust model of confidential ParaTimes. Intel has published migration guidance toward FIDO2/ECDSA-P384 but no post-quantum SGX attestation scheme is available as of August 2026.
HNDL Timeline: Oasis Network (Nov 2020 → Aug 2026)
🔴 CRQC Attack Path Against Oasis Network — Four Vectors
Migration Complexity Analysis
Oasis Network faces a multi-layer post-quantum migration challenge with distinct technical blockers at each layer:
Consensus Layer: ed25519 → ML-DSA
Replacing ed25519 with ML-DSA-65 for Tendermint BFT validator signing requires a network-wide hard fork with coordinated validator participation. ML-DSA-65 public keys are 1,952 bytes vs 32 bytes for ed25519 — a 61× size increase with significant block header bloat and consensus message overhead. Historical ed25519 validator keys remain permanent CRQC targets regardless of any migration — the HNDL corpus from 2020 cannot be erased.
EVM ParaTimes: secp256k1 Replacement — Technically Blocked by EVM Spec
Replacing secp256k1 in Emerald and Sapphire's EVM environments is technically blocked by the EVM specification itself. The EVM's ecrecover precompile (used for signature verification in smart contracts) is hardcoded to secp256k1 ECDSA. Migrating to ML-DSA requires breaking EVM compatibility — abandoning the shared Ethereum toolchain, breaking all secp256k1-based smart contracts (including ERC-20, ERC-721 standards), and preventing migration of Ethereum assets. This is not merely a technical upgrade but a fundamental compatibility break. Oasis would need to fork its EVM ParaTimes into a new non-EVM-compatible architecture.
Sapphire x25519: ML-KEM Replacement
Replacing x25519 Diffie-Hellman with ML-KEM (FIPS 203) for Sapphire confidential transaction encryption requires changes at the ParaTime protocol level — how dApp clients encrypt calldata before broadcasting, how enclave nodes decrypt and process it, and how key rotation for long-lived enclave nodes is handled. All historical x25519-encrypted transactions are permanently unprotectable — a CRQC can decrypt the 2022–2026 Sapphire corpus regardless of any future upgrade.
SGX Attestation: Intel Dependency
SGX attestation's post-quantum migration depends on Intel publishing and deploying a post-quantum remote attestation scheme in SGX SDK and platform software updates — an external dependency entirely outside Oasis's control. Intel has not published a NIST-aligned post-quantum SGX attestation roadmap as of August 2026.
Full Technical Comparison: BMIC vs Oasis Network
| Property | BMIC | Oasis Network (ROSE) |
|---|---|---|
| Wallet signing algorithm | ML-DSA (FIPS 204, lattice-based) | secp256k1 ECDSA (Emerald/Sapphire EVM — ECDLP broken by Shor's) |
| Consensus signing algorithm | ML-DSA (FIPS 204, lattice-based) | ed25519 (Tendermint BFT — Curve25519 ECDLP broken by Shor's) |
| Confidential tx encryption | ML-KEM (FIPS 203, lattice-based) | x25519 DH (Curve25519 ECDLP — broken by Shor's; 5.75-year HNDL corpus) |
| Trusted execution environment | N/A — native PQC; no SGX dependency | Intel SGX — classical hardware isolation only; zero quantum protection |
| Remote attestation | N/A | SGX ECDSA P-256 attestation (secp256r1 ECDLP — broken by Shor's) |
| Backup / hash signing | SLH-DSA (FIPS 205, hash-based) | No post-quantum backup signature scheme |
| NIST PQC alignment | FIPS 203 + FIPS 204 + FIPS 205 | No NIST PQC standard implemented |
| HNDL corpus | Zero — no legacy secp256k1 or ed25519 keys | ~5.75 years (Nov 2020 → Aug 2026); secp256k1 + ed25519 + x25519 |
| Confidentiality model | PQC-native: ML-KEM encryption, no classical ECDH dependency | Classical: x25519 ECDH + SGX — confidential but not quantum-safe |
| EVM migration complexity | Native PQC — zero migration required | Requires EVM spec break (ecrecover incompatibility) — fundamentally blocking |
| Published PQC roadmap | Implemented (live at TGE Q2 2026) | None published by Oasis Protocol Foundation (Aug 2026) |
| NSM-10/CISA institutional compliance | Aligned with NIST PQC mandate | Non-compliant — secp256k1, ed25519, x25519 not on NIST-approved PQC list |
BMIC: Post-Quantum Security Without the SGX Misconception
BMIC is built natively on all three NIST post-quantum standards — FIPS 203, FIPS 204, and FIPS 205 — with zero reliance on Intel SGX, secp256k1, ed25519, or x25519. No classical hardware isolation needed because the cryptographic primitives themselves are quantum-resistant.
$631K+ raised · 186+ media features · 1.5B supply · TGE Q4 2026
Secure Your BMIC Tokens → bmic.aiDYOR. This page is for research and educational purposes only. Not financial advice.
Related Quantum Security Comparisons
See how other major chains compare to BMIC on post-quantum security: