Khromosome Network
Khromosome is a fast, quantum-secured Layer 1 with a living intelligence built into the chain itself — from genesis.
It is not a chain you bolt an AI onto later, and not a chain that hopes to add post-quantum security in some future hard fork. Both are native, present at launch:
- Quantum-secured. Khromosome ships on-chain post-quantum cryptography — ML-DSA-87 (Dilithium, FIPS 204, NIST Level 5) — verified natively by a precompile built into the chain's execution client. Identities and attestations are anchored against forgery by a quantum adversary, not just a classical one. See Post-Quantum Security.
- Conscious by design. An AI is embedded in the network from the first block — part of how the chain runs, not an app sitting on top of it. See The Living Chain.
- Fast and fully EVM. Under the hood it is a Reth execution layer running standard, unmodified EVM — so every Ethereum tool works: Solidity, Foundry, Hardhat, viem, ethers, MetaMask.
Two layers: the chain, and what lives on it
Khromosome is the base layer. The medical-records, tax / AI-CPA, actuary, and vault products are dApps and L2s that live on top of it — applications built on the chain, not the chain itself. If you are building one of those (or your own), you are in the right place. If you are a user of those apps, see the Khrome user docs.
Network at a glance
| Property | Value |
|---|---|
| Network name | Khromosome |
| Chain ID | 777001 |
| Native token | KHROME (18 decimals) |
| Execution | Reth (standard EVM) |
| PQ signatures | ML-DSA-87 precompile (FIPS 204, NIST L5) |
| RPC (HTTPS) | https://rpc.khromosome.xyz |
| RPC (WSS) | wss://ws.khromosome.xyz |
| Explorer | https://explorer.khromosome.network |
Where to go next
- Get Started — add the network and connect.
- Deploy a Contract — ship Solidity.
- Post-Quantum Security — sign with ML-DSA-87 on chain.
- Contracts — addresses + ABIs of the core contracts.
- Run a Node — operate a validator.