What problem does it solve? Checking on-chain data normally requires juggling multiple block explorers, APIs, and paid API keys for each network. This Skill provides a single read-only CLI that queries wallet portfolios, token metadata, transactions, gas prices, and security risks across 8 EVM chains using only the Python standard library and free public endpoints. ## Core Features & Use Cases - Wallet & Multi-Chain Portfolio: Fetch native and ERC-20 balances with USD pricing for one address on a single chain, or scan the same address across all 8 chains in parallel. - Security & Inspection Tools: Detect dangerous unlimited token approvals, inspect contracts for proxy patterns and ERC standards, decode transaction input data, and spot large whale transfers in recent blocks. - Network & Pricing Data: Compare gas costs and native token prices across Ethereum, BNB Chain, Base, Arbitrum, Polygon, Optimism, Avalanche, and zkSync, plus resolve ENS names in both directions. - Use Case: Before bridging funds, ask the agent to compare gas fees across all chains, then check your wallet's token approvals to revoke any unlimited allowances flagged as high risk. ## Quick Start Ask the agent to show the full portfolio of wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 across all EVM chains.