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
| Field | Value |
|---|---|
| Network | Robinhood Chain Mainnet |
| Chain ID | 4663 |
| Hex chain ID | 0x1237 |
| Gas token | ETH |
| RPC | https://rpc.mainnet.chain.robinhood.com |
| Explorer | robinhoodchain.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:
{
"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)
BlockscoutThe stablecoin every Kavo market is quoted in. 6 decimals, not 18.
0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168USDG 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.