getting-started

Tour the Multi-Chain Hub and pick your next trading chain

15 chains, one wallet input, three signals — figure out where your next bot belongs

12 min · beginner

What you'll have when finished

  • One EVM wallet address saved for cross-chain portfolio reads
  • A read on which chain currently has the cheapest gas
  • A shortlist of 1-2 chains that match your strategy and capital

Before you start

  • Wallet address is stored ONLY in your browser localStorage — it does NOT sync between devices. Clearing browser data wipes it
  • Arbitrage detector with negative net profit rows are tracking signals only — do NOT trade them
  • Token Discovery returns metadata, NOT a safety verdict — pair with Token Launch Scanner before committing real capital

Walkthrough

  1. Open Tools → Multi-Chain Hub

    Tools → Multi-Chain. You land on the hub page. Header shows "Multi-Chain Hub". The page has 5 main sections stacked vertically: My Wallet, Portfolio Summary, Gas Price Monitor, Arbitrage Detector, Portfolio Table, and the chain support grid.

    Success criteria: You can see the Multi-Chain Hub header and the My Wallet card

  2. Save your wallet address

    Paste an EVM address (0x… 40-hex format) into the My Wallet input. Click Save. The page caches it locally. Portfolio Summary cards refresh within ~5 seconds to show your Total Value USD, Active Chains count (15), and Largest Chain (where most of your capital sits).

    Success criteria: Portfolio Summary cards show non-zero values OR you have confirmed your wallet is empty across chains

  3. Read the Gas Price Monitor as a planning tool

    Scroll to Gas Price Monitor. Live gwei across all 15 chains. "Cheapest" highlight is auto-computed. Note which chain is currently green (cheap) vs red (expensive). Polygon and Solana are usually pennies. Ethereum mainnet is usually $5-20 per swap.

    Success criteria: You can name the current cheapest chain and the most expensive

  4. Check the Arbitrage Detector for cross-chain spreads

    Scroll to Cross-Chain Arbitrage Detector. Each opportunity row shows source / target chain + price diff % + gross profit + total cost + NET profit. ONLY positive-net rows are tradeable. Anything below 0.20% gets eaten by slippage and MEV. Most rows will be negative-net — that's normal, the market is efficient.

    Success criteria: You can identify which rows (if any) have positive net profit

  5. Open a Chain Detail drawer to compare DEX options

    Click any chain row in the support grid (or in your Portfolio table). The drawer opens showing: block time, status, ALL DEXes available on that chain with fee bands. Example: Base shows Aerodrome (0.05-1%), Uniswap V3 (0.05-1%), BaseSwap (0.25%). Pick the lowest-fee DEX that has the liquidity you need.

    Success criteria: You have opened at least 2 chain drawers and compared DEX fee bands

  6. Resolve a token via Token Discovery

    Scroll to Token Discovery. Paste a contract address + pick the chain. Click Discover. The resolver returns name, symbol, decimals, current price. Use this BEFORE adding any token to a bot — confirms the address matches what you think it is. Test with a known token first (e.g., USDC on Polygon: 0x3c499c542cef5e3811e1192ce70d8cc03d5c3359).

    Success criteria: You have resolved one known token and confirmed the name matches

  7. Pick a target chain for your next bot

    Synthesis step. Combine: gas price (cheap = better for high-frequency strategies, OK for swing on Ethereum), your existing chain mix from Portfolio table (avoid over-concentration), available DEXes (must have liquidity for your size), and arbitrage opportunities you spotted. For first DEX bot: Base or Polygon are the safe defaults — cheap gas + deep liquidity + mature DEXes.

    Success criteria: You have a named target chain + named target DEX for your next bot

What's next

You now have a working mental model of the 15-chain landscape and a target chain in mind. Habit: check Gas Price Monitor before any non-urgent swap — saves $5-20 per Ethereum-mainnet trip you can move to a cheaper chain. For DEX bot setup, head to DEX Trade → Smart Trade (or Grid Bot / DCA / Algo Orders depending on style) and pick the chain + DEX you just identified. Pair with Token Launch Scanner (Elite) before sending real capital to any unfamiliar token on any chain.