c8ntinuum exposes native chain capabilities through EVM precompiles. These interfaces let Solidity contracts reach Cosmos modules, cross-chain verification, cryptographic primitives, and data utilities without re-implementing them in bytecode.

Modules & Precompiles

Full catalogue of precompile families, including native module access and cryptographic surfaces.

Precompile ABI Reference

Source-backed addresses, ABI artifacts, imports, methods, events, reverts, and gas behavior.

Pre-deployed Contracts

Common ecosystem contracts available at well-known addresses from genesis.

Staking

Delegation, validator operations, and staking state through the Cosmos staking module.

IBC Transfers

Cross-chain token transfer flows accessible from Solidity.

Integration notes

  • Use the Precompile ABI Reference for method-level signatures, return values, events, reverts, and gas notes.
  • Treat token amounts as native-chain precision where module pages call that out.
  • Test precompile calls with the same RPC endpoint and chain ID you will use in production.