Calix Chain

Calix Chain

High-performance Layer-1 blockchain โ€” EVM-compatible, post-quantum ML-KEM-768 security, full DeFi protocol stack, and cross-chain IBC bridge.

What is Calix Chain?

Calix Chain is a Layer-1 blockchain using CometBFT BFT consensus with finality in ~500ms, fully compatible with the Ethereum Virtual Machine. All Ethereum tooling โ€” Hardhat, Foundry, Remix, ethers.js, viem โ€” works without modification.

โœ…
100% EVM compatible โ€” one address, two representations: calix1... (Cosmos bech32) = 0x... (EVM hex). Same 20-byte key.

Chain Parameters

ParameterValue
Chain ID999 (0x3E7)
Native tokenCLX ยท 18 decimals (on EVM) ยท denom uclx
ConsensusCometBFT BFT (Tendermint v2)
Block time~500ms ยท 1-block finality
Gas limit30,000,000 per block
Min gas price1 Gwei (0.025 uclx)
TPS>300 current ยท target 10,000+
Post-quantumML-KEM-768 (CRYSTALS-Kyber, NIST FIPS 203)
Token standardCLX20 โ€” clx20/SYMBOL denom, EVM precompile
Smart contractsEVM (Solidity) + CosmWasm (Rust)
InteroperabilityIBC v10 + Lock-and-release EVM Bridge

Architecture

Calix Chain is built on two complementary execution environments sharing a single state machine:

Both environments are synchronized at every block commit, guaranteeing consistency between Cosmos-side balances and EVM-side token state.

DeFi Protocol Stack

ProtocolDescriptionDocs
AMM DEXUniswap V2-style xยทy=k AMM with 0.3% fee, CREATE2 pair factoriesโ†’ DEX
Cross-Chain BridgeLock-and-release bridge with Go relayer, SQLite persistence, Prometheus metricsโ†’ Bridge
Price OracleMulti-feeder median aggregation, TWAP, circuit breaker, Chainlink-compatible interfaceโ†’ Oracle
LP StakingDividend-per-share accumulator, O(1) per user, CLX reward distributionโ†’ Staking
CosmWasmwasmd v0.55.0, CW20/CW721/IBC contracts, Wasm-IBC messagingโ†’ Wasm
MultisigM-of-N on-chain governance, submit/approve/execute proposal lifecycleโ†’ Multisig

Post-Quantum Security

The x/pqc module integrates ML-KEM-768 (NIST FIPS 203) for quantum-resistant key pairs. CLX20 transfers can encrypt metadata using the recipient's on-chain public key. Secret keys are never stored on-chain โ€” all decryption is performed client-side.

โ„น๏ธ
Next step: See Quickstart to connect your wallet and make your first transaction in 5 minutes.