Redbelly Wallet Helper

Add the Redbelly Network to your wallet and display any Redbelly token with its logo, in two clicks.

1. Add the Redbelly Network

Adds the network with the canonical RPC endpoint, chain ID and explorer, so you never have to copy settings by hand.

2. Add a token with its logo

Wallets show a placeholder icon for tokens they do not recognise. This form uses the standard wallet_watchAsset API (EIP-747) to register the token in your wallet together with its logo image.

logo

How it works

  1. Network add uses wallet_addEthereumChain (EIP-3085) with the canonical Redbelly parameters, verified against the live network.
  2. Token add reads the token's symbol and decimals directly from the chain, then calls wallet_watchAsset (EIP-747) with the logo URL. Supported wallets (MetaMask, Rabby, OKX Wallet and others) store and display the image with the token.
  3. This fixes the logo per wallet, instantly. To fix it everywhere by default, the token also needs entries in the public registries: explorer token info on Routescan, a CoinGecko or CoinMarketCap listing, and the individual wallet registries. The Redbelly troubleshooting wiki documents the full submission path.