Native IBC
c8ntinuum’s primary cross-chain mechanism is IBC (Inter-Blockchain Communication). IBC provides trust-minimized cross-chain messaging backed by light-client verification. Access IBC directly from Solidity via the ICS02 and ICS20 precompiles.IBC Safety Controls
The source tree documents two c8ntinuum-specific IBC control modules:
The IBC breaker is not a full token-transfer freeze. Internal non-IBC transfers, such as bank
MsgSend, remain available when it is disabled. The ICS20 precompile transfer path routes into the transfer keeper, so it is blocked when ibc_available=false.
For broader chain availability control, see the Circuit Breaker. It gates native Cosmos transactions, EVM extension transactions, and eth_sendRawTransaction submissions when system_available=false.