wallet_balance
Check any wallet balance on 5 EVM chains (Base, Ethereum, Arbitrum, Optimism, Polygon) for native or ERC-20 tokens. Optionally verify if balance meets a threshold, with on-chain receipt.
Instructions
Check any wallet balance across 5 EVM chains. Returns native or ERC-20 balance with optional threshold check, block height, and on-chain receipt. Supports Base, Ethereum, Arbitrum, Optimism, and Polygon. Common tokens (USDC, USDT, WETH, WBTC, DAI) resolve by symbol; others by contract address. Costs $0.02 USDC per call. Settled on Base mainnet from your wallet. Use this when the user asks about: wallet balance, token balance, checking if a wallet has enough funds, multi-chain balance lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | EVM wallet address to check | |
| network | Yes | Which chain to query | |
| token | No | Token symbol (USDC, USDT, WETH, etc.) or contract address. Omit for native ETH balance. | |
| threshold | No | Optional minimum balance to check — returns sufficient/deficient flag |