What problem does it solve? LLMs frequently generate outdated Tenderly API calls, confuse v1 and v2 endpoints, misuse authentication headers, and misunderstand Virtual TestNets, leading to failed simulations, 401 errors, and broken integrations. This Skill provides verified, current patterns for Tenderly's simulation, forking, alerting, and serverless action APIs across 60+ EVM networks. ## Core Features & Use Cases - Transaction Simulation: Simulate single transactions or sequential bundles with state overrides, gas profiling, and full call traces before sending anything onchain. - Virtual TestNets: Create isolated mainnet forks with custom RPC methods to fund accounts, set ERC-20 balances, manipulate time, and snapshot state for testing. - Alerts and Web3 Actions: Configure onchain monitoring alerts with webhook delivery and deploy serverless functions triggered by transactions, cron schedules, or webhooks. - Use Case: Before deploying a DeFi integration, simulate an ERC-20 approve plus transferFrom bundle against mainnet state, impersonate a whale address via state overrides, and extract per-call gas usage to validate the transaction flow. ## Quick Start Use the tenderly skill to simulate a USDC transfer on Ethereum mainnet and show me the gas usage and call trace.