Getting started

Add the Network

StonkBrokerChain works with every EVM wallet — MetaMask, Rabby, Coinbase Wallet, Trust, or any WalletConnect-compatible mobile wallet.

Add StonkBrokerChain

Network nameStonkBrokerChain
RPC URLhttps://rpc.stonkbrokerchain.xyz
Chain IDTBA
Currency symbolSTONKBROKER
Block explorerhttps://Pending Update
Pending values
The chain ID is published at mainnet launch. Until then, treat the table above as the shape of the config rather than final values.

Add Robinhood Chain (for bridging)

You bridge in from Robinhood Chain, so add that network too:

Network nameRobinhood Chain
RPC URLhttps://rpc.mainnet.chain.robinhood.com
Chain ID4663
Currency symbolETH
Block explorerhttps://robinhoodchain.blockscout.com

Add it from a dApp

await window.ethereum.request({
  method: "wallet_addEthereumChain",
  params: [{
    chainId: "0x...",                  // StonkBrokerChain chain ID, hex encoded
    chainName: "StonkBrokerChain",
    nativeCurrency: { name: "STONKBROKER", symbol: "STONKBROKER", decimals: 18 },
    rpcUrls: ["https://rpc.stonkbrokerchain.xyz"],
    blockExplorerUrls: ["https://Pending Update"],
  }],
});

Verify it works

Switch your wallet to StonkBrokerChain. Your balance is displayed in STONKBROKER — that is the native coin here. A zero balance simply means you have not bridged yet; see the Deposit guide.

StonkBrokers is experimental software. Nothing in these docs is financial advice. Stock token swaps are restricted in the United States region.

© 2026 Clutch Labs LLC. All rights reserved.