Accounts on c8ntinuum are compatible with both Ethereum and Cosmos SDK tooling. Every account has dual representation for cross-ecosystem compatibility.

Address Formats

Hex (Ethereum)

Bech32 (Cosmos)

Both formats reference the same underlying account. Use whichever is appropriate for your context — 0x for EVM interactions, c8 for Cosmos SDK operations.

Key Derivation

c8ntinuum uses Ethereum-compatible HD key derivation: c8ntinuum supports eth_secp256k1 account keys. Ledger coin type 60 uses the Ethereum app and creates an eth_secp256k1 public key; Ledger coin type 118 uses the Cosmos app and creates a Cosmos secp256k1 public key.

Account Types

EIP-7702 Status

EIP-7702 Set Code is fully supported for EOA code delegation on c8ntinuum.

Querying Accounts

JSON-RPC (standard Ethereum):
Cosmos REST API: