Testnet Live · Multi-Datacenter · Real PoW

IronDAG

Post-Quantum AI-Native Layer 1 Blockchain
Stream A — Blake3 · ~10s · 50 $IDAG Stream B — B3MemHash · ~5s · 25 $IDAG

The only Layer 1 combining GhostDAG BlockDAG consensus, BraidCore dual-stream mining, post-quantum cryptography (ML-KEM-768 / Dilithium), and full EVM compatibility. Built from scratch in Rust. Industrial-strength infrastructure for the post-quantum era.

~10s / ~5s
Block Target — Stream A / Stream B
11567
Chain ID
ML-KEM-768
P2P Encryption
Live
Public Testnet

No Other L1 Has All Four

Kaspa has GhostDAG but no EVM and no post-quantum layer. Ethereum has EVM but no BlockDAG and no PQC. IronDAG has all four — and adds BraidCore dual-stream mining on top.

Protocol GhostDAG Consensus Post-Quantum P2P EVM Compatible Dual-Stream Mining Status
IronDAG ($IDAG) ✓ GhostDAG ✓ ML-KEM-768 ✓ SputnikVM ✓ BraidCore ✓ Testnet Live
Kaspa (KAS) ✓ GhostDAG ✗ None ✗ None ✗ None ✓ Mainnet
Ethereum (ETH) ✗ Single chain ✗ None ✓ Native ✗ None ✓ Mainnet
QRL ✗ Single chain ✓ XMSS ✗ None ✗ None ✓ Mainnet
Bitcoin (BTC) ✗ Single chain ✗ None ✗ None ✗ None ✓ Mainnet

Built for the Post-Quantum Era

Three independently powerful technologies, forged into one industrial-strength protocol.

🔐

Post-Quantum Security

Every peer connection uses ML-KEM-768 (CRYSTALS-Kyber, NIST FIPS 203) key exchange — defeating Harvest Now, Decrypt Later attacks at the P2P layer from the first packet. Dilithium signatures protect transaction integrity.

  • ML-KEM-768 on every peer connection (NIST FIPS 203)
  • Dilithium / ML-DSA transaction signatures
  • QUIC transport with Noise Protocol mutual auth
  • HNDL-resistant gossip layer

GhostDAG Consensus

IronDAG uses the GhostDAG protocol — the proven architecture behind Kaspa's billion-dollar network. Blocks form a Directed Acyclic Graph, enabling parallel block production and eliminating orphaned blocks entirely.

  • Parallel block production — no orphans
  • Blue / Red block classification with blue score
  • Sled KV + in-memory hot-cache for speed
  • Quorum-based fork recovery

Full EVM Compatibility

IronDAG integrates SputnikVM (Shanghai hard fork) with a full JSON-RPC surface. MetaMask connects today. Deploy Solidity contracts without modification. Parallel EVM execution with automatic conflict detection.

  • SputnikVM — Shanghai hard fork EVM
  • MetaMask compatible — Chain ID 11567, $IDAG
  • Parallel multi-threaded transaction execution
  • Verkle proofs + KZG commitments (O(1) stateless)

BraidCore Mining

BraidCore is IronDAG's dual-stream parallel mining architecture. Two independent PoW streams run simultaneously, each with its own algorithm, block time, and reward — then cross-reference each other at the parent level before braiding into a single GhostDAG consensus layer.

Stream A uses Blake3 — a fast, cache-friendly algorithm targeting CPU and GPU miners. Stream B uses B3MemHash, an SIMD-accelerated memory-hard algorithm (256KB working set) tuned to resist ASIC dominance.

The result: broader hardware participation, more block finality checkpoints per second, and a uniquely resilient DAG structure that no single hash rate can control.

Live Testnet — BraidCore Streams
Stream A — Blake3
Target: ~10s · CPU / GPU · ASIC-friendly
50 $IDAG
Stream B — B3MemHash
Target: ~5s · SIMD · 256KB memory-hard
25 $IDAG
↑↑ Both streams merge into GhostDAG consensus ↑↑
// B3MemHash — SIMD-accelerated, memory-hard fn b3memhash(header: &BlockHeader, nonce: u64) -> [u8; 32] { let mut buf = [0u8; 262144]; // 256KB blake3::fill_keyed(&mut buf, header.seed()); blake3::hash(&buf[nonce as usize % 4096..]) } // Stream B target: ~5s @ difficulty 5–21 bits

Built & Operational

These features are fully implemented and running on the live testnet today.

GhostDAG Consensus

Full BlockDAG implementation with blue-score finality, parallel block production, and hybrid sled+RAM storage. Battle-tested across multi-datacenter runs.

✅ Operational

Post-Quantum P2P

ML-KEM-768 key exchange on every peer connection via QUIC transport. Kyber handshake completes before any block data is exchanged. Ed25519 TOFU identity.

✅ Operational
EVM

Full EVM

SputnikVM (Shanghai) with MetaMask compatibility, Solidity contract deployment, eth_call, gas estimation, and complete receipt handling. Parallel execution with conflict detection.

✅ Operational

BraidCore Mining

Blake3 (Stream A) and B3MemHash SIMD (Stream B) running simultaneously. Both streams active on testnet with dynamic difficulty adjustment per-stream.

✅ Operational

Account Abstraction

ERC-4337 compatible smart contract wallets with flexible signature schemes, gas sponsorship, multi-sig, social recovery, and spending limits.

✅ Operational

Horizontal Sharding

Phase 1–6 complete in codebase: consistent-hash shard assignment, two-phase commit cross-shard transactions, unified stream sources. Enabled at mainnet.

Mainnet Activation

Public Testnet Live

Two nodes running between datacenters — real cryptographic PoW, real post-quantum key exchange, MetaMask connects today.

MetaMask Connection

Network Name IronDAG Testnet
RPC URL https://explorer.irondag.io/rpc
Chain ID 11567
Currency Symbol IDAG
Explorer explorer.irondag.io
Open Block Explorer →

The IronDAG Public Testnet runs a miner node and a sync-only node between two geographic locations. Both BraidCore streams are active, producing real proof-of-work blocks.

// Run your own node — get testnet $IDAG git clone https://github.com/RunTimeAdmin/IronDAG.git cd IronDAG/irondag-blockchain cargo build --release cargo run --release --bin node -- \ --rpc-port 8546 \ --bootstrap-peer <peer-ip>:8080 \ # see docs for peer list --miner-address 0xYOUR_ADDRESS # Chain ID: 11567 | Ticker: $IDAG

Use the faucet in the block explorer to get test $IDAG — 10 IDAG per request.

Roadmap

Core protocol is complete and live. The roadmap focuses on ecosystem, community, and mainnet launch.

Phase 1 — Complete ✓

Core Protocol

GhostDAG consensus, BraidCore mining (Blake3 + B3MemHash), post-quantum P2P (ML-KEM-768), SputnikVM EVM, account abstraction, QUIC networking.

Phase 2 — Complete ✓

Testnet & Tooling

Multi-datacenter testnet, React+Vite block explorer, MetaMask compatibility, 30+ JSON-RPC methods, sync resilience hardening, dynamic difficulty adjustment.

Phase 3 — Live Now

Public Testnet

Public RPC endpoint, block explorer at explorer.irondag.io, faucet, community node onboarding, bug bounty, seed funding, chainlist.org listing, IKO preparation.

Phase 4 — Mainnet

Launch

Genesis configuration, mainnet deployment, ML-DSA signature migration (NIST FIPS 204), sharding activation, exchange listings, ecosystem integrations.

The Founder

Built by someone who has shipped production infrastructure, not just whitepapers.

David Cooper

Founder & Lead Architect
CCIE #14019Network Security Architect
25 YearsProduction Infrastructure
U.S. Air ForceVeteran
Runtime FencePatent-Pending AI Safety
MCPShield & AI Kill SwitchOpen Source · In Production

David Cooper

Founder & Lead Architect
Every blockchain being built today will eventually be cracked by a quantum computer. The "harvest now, decrypt later" threat is active right now — adversaries are collecting encrypted traffic today to decrypt when quantum hardware matures. Virtually every Layer 1 in production ignores this at the protocol layer. IronDAG doesn't ignore it.

David Cooper is CCIE #14019, a network security architect with 25 years building production infrastructure, a U.S. Air Force veteran, and the creator of Runtime Fence, a patent-pending AI agent safety platform. He has shipped working AI security tools including MCPShield and the AI Agent Kill Switch — both open source and available in production today.

IronDAG is built from scratch in Rust. Not a fork. Not a modified template. A ground-up implementation combining four technologies no other Layer 1 has assembled: GhostDAG consensus (proven by Kaspa's billion-dollar network), BraidCore dual-stream mining (Blake3 + SIMD B3MemHash), ML-KEM-768 post-quantum key encapsulation (NIST FIPS 203), and a full EVM surface with MetaMask compatibility on day one.

A live multi-node testnet is running between datacenters right now — real proof-of-work, real post-quantum key exchange on every peer connection, and a live block explorer at explorer.irondag.io.

Source: github.com/RunTimeAdmin/IronDAG

Post-Quantum Cryptography Network Security Rust Systems Programming AI Agent Safety Blockchain Architecture CCIE #14019 Air Force Veteran