Compound Finance is DeFi's original lending protocol — live since September 2019 with a 6+ year secp256k1 HNDL archive. Every block your cTokens accrue interest, the CRQC recovery incentive on your wallet grows. Governor Bravo locks that exposure in with a structural circular paradox: any quantum migration must be approved by the very secp256k1 keys a CRQC could have already compromised.
| Attribute | BMIC | Compound Finance (COMP) |
|---|---|---|
| Post-Quantum Security | ✓ NIST FIPS 203/204/205 | ✗ secp256k1 ECDSA only |
| Signing Algorithm | ML-DSA (CRYSTALS-Dilithium) | secp256k1 ECDSA (Ethereum-native) |
| Key Encapsulation | ML-KEM (CRYSTALS-Kyber) | None (ECDH / none) |
| Hash-Based Signatures | SLH-DSA (SPHINCS+) | Not implemented |
| HNDL Archive Age | None (quantum-native genesis) | 6+ years (Sep 2019 → present) |
| Governance Mechanism | Quantum-safe governance design | Governor Bravo (secp256k1 votes) |
| Interest Accrual HNDL Risk | Not applicable (PQ-native) | cToken exchange-rate amplifier every block |
| Oracle Key Exposure | PQ-native price infrastructure | Chainlink DON secp256k1 operators |
| Account Abstraction | ERC-4337 with PQ signing | Standard EOA (secp256k1) |
| Multi-chain Deployment | PQ across all deployments | Comet on 5+ chains (secp256k1 all) |
| Protocol Launch | Presale (TGE Q2 2026) | September 2019 (Compound V2) |
| Total Value Locked | Presale stage | $1.5B+ (V2 + Comet combined) |
| COMP Token Price | — | ~$42 (Sep 2026) |
| NIST PQC Roadmap | Implemented at genesis | None published (Sep 2026) |
Compound V2's interest model works via cToken exchange rates. When you supply USDC, you receive cUSDC. The cUSDC/USDC exchange rate is stored in the cToken contract and updated every time the market is interacted with via accrueInterest(). The supply rate — set by Compound's interest rate model as a function of current utilisation — compounds into the exchange rate each block.
This mechanic creates a unique quantum risk property that is structurally different from holding a static token balance:
The practical implication: a CRQC adversary running a background priority queue over the Compound V2 ledger does not need to monitor user activity. Exchange rate appreciation automatically promotes long-term cToken holders to higher priority attack targets. The longer you hold without migrating to quantum-safe infrastructure, the higher your attack priority becomes — entirely passively.
| cToken | Underlying | HNDL Archive Since | CRQC Amplifier Rate |
|---|---|---|---|
| cUSDC | USDC | May 2020 | Varies by utilisation; USD-stable base |
| cETH | ETH | September 2019 | ETH supply rate × ETH price appreciation |
| cDAI | DAI | September 2019 | DAI supply rate; stablecoin base |
| cWBTC | WBTC | November 2020 | WBTC supply rate × BTC price appreciation |
| cUNI | UNI | October 2020 | UNI supply rate × UNI price volatility |
| cCOMP | COMP | June 2020 (COMP launch) | COMP supply rate × governance token volatility |
| cLINK | LINK | August 2020 | LINK supply rate × oracle token price |
Every holder of every cToken market has their secp256k1 public key permanently on Ethereum since their first supply or borrow transaction. Exchange rate growth accumulates CRQC priority silently.
Compound Finance uses Governor Bravo for on-chain governance — one of Ethereum's most widely cloned governance frameworks. The mechanism: COMP token holders delegate voting power, propose governance actions, and execute approved proposals entirely via secp256k1-signed Ethereum transactions.
🔒 The Circular Paradox: Any proposal to migrate Compound to post-quantum signing infrastructure must itself be approved via secp256k1-signed castVote() transactions. A CRQC adversary who has recovered whale voter keys from the 6+ year governance archive can permanently veto every PQC migration attempt — ensuring the governance system can never rectify its own quantum vulnerability.
Compound III — branded as Comet — introduced a fundamentally different architecture from Compound V2. Instead of multi-asset lending pools with shared risk, each Comet deployment has a single base asset (what users borrow) and multiple collateral assets (what users supply as backing). Active Comet deployments as of September 2026:
| Comet Deployment | Base Asset | Chain | Concentrates HNDL Risk |
|---|---|---|---|
| cUSDCv3 (Compound III) | USDC | Ethereum | All USDC borrowers in one pool |
| cWETHv3 | WETH | Ethereum | All ETH borrowers in one pool |
| cUSDCv3 Polygon | USDC | Polygon | Polygon key reuse from ETH wallets |
| cUSDCv3 Arbitrum | USDC | Arbitrum | L2 key reuse from ETH wallets |
| cUSDCv3 Base | USDC | Base | Coinbase Base key reuse from ETH wallets |
| cUSDCv3 Scroll | USDC | Scroll | ZK-L2 key reuse from ETH wallets |
In Compound V2's multi-asset model, a CRQC adversary recovering a user's secp256k1 key accesses that user's position across multiple markets. In Comet's model, the base asset is the single point of borrowing liquidity. A CRQC adversary recovering the keys of the largest USDC borrowers on the Ethereum Comet deployment can drain or manipulate the primary liquidity pool for that deployment — affecting all suppliers' ability to withdraw.
Each Comet deployment includes a Configurator contract that manages market parameters: interest rate curves, price feed addresses, supply caps, borrow caps, and collateral factors. The Configurator has an admin key — a secp256k1 address — that can update these parameters. Critically, the Configurator admin key is not required to go through a full Governor Bravo governance cycle for certain parameter updates. A CRQC adversary who recovers the Configurator admin key gains:
Compound V2 and Comet both rely on Chainlink price feeds for collateral valuation. Chainlink's DON (Decentralised Oracle Network) architecture uses multiple independent node operators who each transmit price data via secp256k1-signed Ethereum transactions. These transmit() calls permanently record each node operator's secp256k1 public key on Ethereum.
Compound Finance is a genuinely well-built protocol. The quantum risk analysis above concerns the underlying cryptographic infrastructure — not protocol quality, audit depth, or operational track record.
BMIC is a presale-stage quantum-native blockchain project implementing NIST's three finalised post-quantum cryptographic standards from genesis:
| NIST Standard | Algorithm | Purpose | Quantum Protection |
|---|---|---|---|
| FIPS 203 | ML-KEM (CRYSTALS-Kyber) | Key encapsulation / key exchange | Shor's algorithm does not break lattice problems |
| FIPS 204 | ML-DSA (CRYSTALS-Dilithium) | Digital signatures | Module-LWE hardness; not ECDLP-based |
| FIPS 205 | SLH-DSA (SPHINCS+) | Hash-based signatures | Security reduces to collision-resistance of hash functions |
Additionally, BMIC implements ERC-4337 account abstraction — enabling quantum-safe transaction signing at the smart contract wallet layer without requiring changes to Ethereum's base protocol. This means BMIC users do not wait for an Ethereum-level PQC EIP to be finalised; the quantum-safe signing layer is enforced at the wallet contract level today.
BMIC also implements a social recovery mechanism — allowing users to recover wallet access without exposing private key material — reducing the risk of key-loss scenarios that create large dormant HNDL targets for CRQC adversaries.
📊 For live BMIC presale data including current price and total raised, visit bmic.ai. BMIC has received coverage from 186+ media outlets including NewsBTC, CryptoNews, InsideBitcoins, ICOBench, and 99Bitcoins.
More quantum security comparisons on bmiccrypto.co: