Reference

Network

Kavo runs on Robinhood Chain mainnet and nowhere else. There is no testnet deployment and no network switcher beyond returning you to this chain.

Parameters

FieldValue
NetworkRobinhood Chain Mainnet
Chain ID4663
Hex chain ID0x1237
Gas tokenETH
RPChttps://rpc.mainnet.chain.robinhood.com
Explorerrobinhoodchain.blockscout.com

Adding the network

Kavo asks your wallet to switch to Robinhood Chain automatically, and to add it first if the wallet has never seen it. These are the parameters it sends:

Snippet
{
  "chainId": "0x1237",
  "chainName": "Robinhood Chain",
  "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
  "rpcUrls": ["https://rpc.mainnet.chain.robinhood.com"],
  "blockExplorerUrls": ["https://robinhoodchain.blockscout.com"]
}

Quote asset

Every market in Kavo is quoted in USDG. Prices, liquidity figures and buy amounts are all denominated in it.

USDG (quote asset)

Blockscout

The stablecoin every Kavo market is quoted in. 6 decimals, not 18.

0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168

USDG has 6 decimals

This is verified onchain rather than assumed. Treating it as an 18-decimal token would misprice every quote by twelve orders of magnitude, so it is worth knowing if you are reading amounts directly from a transaction.

Transactions

Every transaction Kavo submits is linked to Blockscout as soon as it is broadcast, and again once it confirms. You can also look up any token or router address listed on Contracts there.

Mainnet only

Kavo has no testnet path. Anything you sign is a real transaction on Robinhood Chain mainnet, using real assets.