Address Formats
Hex (Ethereum)
Bech32 (Cosmos)
0x for EVM interactions, c8 for Cosmos SDK operations.
Key Derivation
c8ntinuum uses Ethereum-compatible HD key derivation:| Property | Value |
|---|---|
| Curve | ECDSA secp256k1 |
| SDK Default HD Path | m/44'/118'/0'/0/0 |
| Ledger Ethereum HD Path | m/44'/60'/0'/0 |
| SDK Default Coin Type | 118 (Cosmos) |
| Ledger Ethereum Coin Type | 60 (Ethereum) |
| Key Type | eth_secp256k1 |
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
| Type | Prefix | Key |
|---|---|---|
| User accounts | c8 / 0x | eth_secp256k1 |
| Validator operators | c8valoper | eth_secp256k1 |
| Consensus nodes | c8valcons | ed25519 |