Network details
| Field | Value |
|---|---|
| Network Name | c8ntinuum |
| RPC URL | https://public-evm-rpc.c8ntinuum.com |
| Chain ID | 2184 / 0x888 |
| Currency Symbol | CTM |
| Block Explorer | https://ctmscan.io |
MetaMask browser
- Open MetaMask and click the network dropdown.
- Click Add Network.
- Click Add a network manually.
- Enter the values from the table above.
- Click Save and switch to c8ntinuum.
MetaMask mobile
- Open MetaMask mobile.
- Tap the network selector at the top of the wallet.
- Tap Add a custom network.
- Enter the c8ntinuum mainnet values from the table above.
- Save the network, then switch to c8ntinuum before approving dapp connections.
Rabby and Coinbase Wallet
Rabby, Coinbase Wallet, and other EVM wallets can use the same network details. If the wallet asks for a decimal or hex chain ID, use2184 or 0x888 respectively.
Ledger Nano hardware wallets
Ledger Nano S Plus and Nano X are supported through MetaMask, Rabby, or another EVM wallet:- Unlock the Ledger Nano and open the Ledger Ethereum app.
- Connect the Nano to your EVM wallet over USB (Nano S Plus, Nano X) or Bluetooth (Nano X).
- Select the Ethereum-compatible account derived with the standard Ethereum path.
- Switch the connected wallet to c8ntinuum before signing.
Add c8ntinuum from a dapp
Dapps can request network addition with EIP-3085wallet_addEthereumChain:
Import wrapped CTM
c8ntinuum’s wrapped native token is the WETH9-compatible wrapped CTM contract:- Switch the wallet to c8ntinuum.
- Open the wallet’s token import flow.
- Paste the WETH9 address above.
- Let the wallet auto-detect token metadata, then confirm the import.
Confirm it worked
- The selected wallet network should be c8ntinuum.
- The selected chain ID should be
2184or0x888. - Native balances should display as
CTM. - Account and transaction links should open CTMScan.
- A JSON-RPC
eth_chainIdrequest should return0x888:
Troubleshooting
| Issue | Fix |
|---|---|
| Wallet rejects the network | Confirm the chain ID is 2184 / 0x888 and the RPC URL is https://public-evm-rpc.c8ntinuum.com. |
| Transaction fails before signing | Make sure the account has native CTM for gas. |
| Token does not appear | Import the token contract address manually and confirm the address on CTMScan. |
| Mobile wallet opens the wrong chain | Switch networks inside the wallet app and reconnect the dapp. |
| Ledger Nano shows the wrong account | Reconnect the Nano S Plus or Nano X with the Ledger Ethereum app and the expected Ethereum account path. |