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. This Skill provides a single read-only CLI client that queries eight EVM-compatible chains 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 values, 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 and ERC-20/ERC-721 standards. - Security & Market Tools: Detect dangerous unlimited token approvals, track large whale transfers, resolve ENS names, and compare gas costs across chains. - Use Case: A user wants to check vitalik.eth's portfolio before sending funds. Resolve the ENS name, run the wallet command on Ethereum, then run multichain to see holdings across all supported networks in one report. ## Quick Start Ask the agent to check the wallet portfolio and recent activity for an address like 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum.