What problem does it solve? Checking on-chain data like wallet balances, token holdings, transaction details, and gas fees normally requires juggling multiple block explorers and APIs per chain. This Skill provides a single read-only CLI that queries eight EVM-compatible networks with USD pricing, using only the Python standard library and no API keys. ## Core Features & Use Cases - Wallet & Portfolio Queries: Fetch native balances and known ERC-20 token holdings with USD valuations, or scan the same address across all 8 chains at once with the multichain command. - Transaction & Contract Inspection: Look up transaction details, decode input data via 4byte.directory, and inspect contracts for proxy patterns (EIP-1967/EIP-1167) and ERC-20/ERC-721 standards. - Security & Market Tools: Detect dangerous unlimited token approvals, track large whale transfers in recent blocks, resolve ENS names, and compare gas costs across chains. - Use Case: A user wants to verify a wallet's exposure before a trade. Run the multichain command on the address to see balances on Ethereum, BSC, Base, Arbitrum, Polygon, Optimism, Avalanche, and zkSync in one consolidated report. ## Quick Start Ask the assistant to check the portfolio of wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 across all EVM chains. Note: L2 gas estimates exclude L1 data-posting fees, and CoinGecko's free tier rate-limits price lookups (~10-30 req/min); use --no-prices for faster scans.