The Problem

Cross-chain systems today typically introduce an additional trust domain — operator committees, multisigs, MPC/TSS groups, or external verifier networks. Empirically, a significant fraction of cross-chain losses come from compromising the bridge’s trust perimeter rather than compromising the base chains themselves. Meanwhile, existing EVM chains are limited to what Ethereum’s VM supports today. New cryptographic primitives (zk verification, post-quantum signatures, Solana interop) require waiting for EIPs to be adopted upstream.

The c8ntinuum approach

c8ntinuum solves both problems:

Trust Minimization by Construction

c8ntinuum’s design goal is to avoid adding a privileged correctness third party. Safety reduces to:
  1. The security assumptions of the underlying chains’ consensus
  2. The soundness assumptions of the proof system used for succinct verification
This is achieved through light-client verification and on-chain zk light clients rather than trusted intermediaries.

Forward-Compatible EVM

c8ntinuum treats the EVM as an extensible surface. It can:
  • Run any valid smart contract from Ethereum
  • Implement new features not yet available on standard Ethereum EVM
  • Expose new verification and cryptographic primitives via precompiles
This means developers get Ethereum compatibility today and access to tomorrow’s primitives now.

Key Differentiators

Standard EVM ChainBridge-Based Interopc8ntinuum
Cross-chain trustN/ATrusted intermediaryLight clients + zk proofs
FinalityVariableVariable1-block protocol finality under standard CometBFT assumptions
Cryptographic primitivesStandard EVM onlyStandard EVM onlyzk, PQ, VRF, Solana-aware
Solana interopNot nativeBridgeNative tx parsing + Ed25519
On-chain zk verificationLimitedN/ASP1 Groth16/Plonk + Poseidon
Post-quantum signaturesNot availableNot availableML-DSA, SLH-DSA
Cosmos module accessNot availableNot availableNative from Solidity