{"id":"tenderly","title":"Tenderly","content":"**Tenderly** is a full-stack [Web3](https://iq.wiki/wiki/web3) infrastructure and development platform that provides a suite of tools for building, testing, monitoring, and analyzing [smart contracts](https://iq.wiki/wiki/smart-contract). It offers solutions for developers across a wide range of [EVM](https://iq.wiki/wiki/ethereum-virtual-machine-evm)-compatible [Layer 1](https://iq.wiki/wiki/layer-1) and [Layer 2](https://iq.wiki/wiki/layer-2) [blockchain](https://iq.wiki/wiki/blockchain) networks through a unified interface. [\\[1\\]](#cite-id-bg8omuHYz7bTPuDU)​\n\n## Overview\n\nTenderly is designed to accelerate and simplify the lifecycle of [smart contract](https://iq.wiki/wiki/smart-contract) and [decentralized application (dApp)](https://iq.wiki/wiki/decentralized-application) development. The platform's core purpose is to address the limitations inherent in native blockchain tooling by providing deep visibility into transaction execution, contract state changes, and the root causes of failures. This allows developers to simulate transactions before submitting them on-chain, debug contract code step by step, and analyze gas usage to optimize performance. By offering these capabilities, Tenderly aims to reduce the costs and risks associated with on-chain development and maintenance.\n\nThe platform’s tools support the entire [dApp](https://iq.wiki/wiki/decentralized-application) stack, including [smart contracts](https://iq.wiki/wiki/smart-contract), front-end applications, backend services, and data indexing layers. A key value proposition is its multi-chain functionality, which provides consistent development and monitoring workflows across numerous [blockchain](https://iq.wiki/wiki/blockchain) environments. This helps teams identify performance issues, operational risks, and security vulnerabilities in their deployed applications. Tenderly also offers production monitoring features, including a system of real-time alerts and analytics, to help teams track the behavior of their applications after deployment. [\\[2\\]](#cite-id-kIxlxqlqfMJBWsZ0) [\\[3\\]](#cite-id-aqdYnz1Qh5hwYhUk)&#x20;\n\n## Products and Features\n\nTenderly's platform is composed of several integrated products designed to support the entire [dApp](https://iq.wiki/wiki/decentralized-application) development lifecycle, from prototyping to production monitoring.\n\n### Virtual TestNets\n\nVirtual TestNets are simulated [blockchain](https://iq.wiki/wiki/blockchain) environments designed to mirror live networks for different stages of [decentralized application](https://iq.wiki/wiki/decentralized-application) development. They track real network state without requiring the use of real assets, allowing developers to test, stage, and debug [smart contracts](https://iq.wiki/wiki/smart-contract) and related application components in a controlled setting. Interaction is provided through a visual interface and an extended JSON-RPC layer, enabling full control over network behavior and supporting development across [smart contracts](https://iq.wiki/wiki/smart-contract), front-end applications, backend services, and data indexing layers. Virtual TestNets also support continuous integration and deployment workflows, including automated testing and deployment of contracts, interfaces, and related infrastructure, as well as staging environments for manual testing, demonstrations, audits, and broader review.\n\nThe system supports collaborative development by allowing teams to [fork](https://iq.wiki/wiki/fork) Virtual TestNets and work in parallel with minimal interference. An integrated faucet enables accounts to be funded with arbitrary amounts of native and ERC-20 tokens without mining delays. Virtual TestNets include built-in explorers that provide visibility into network activity, with private explorers restricted to team members and public explorers available through a shareable URL. These explorers allow inspection of transactions, deployed contracts, monitored wallets, and JSON-RPC activity, with public access configurable or revocable as needed. [\\[2\\]](#cite-id-kIxlxqlqfMJBWsZ0) [\\[5\\]](#cite-id-ayXtuWpz8sFzSmsH) [\\[7\\]](#cite-id-S0GOEYUKmTUhT45u)&#x20;\n\n### Node RPC\n\nNode RPC is a production-grade remote procedure call service that provides access to a wide range of [blockchain](https://iq.wiki/wiki/blockchain) networks without requiring developers to run their own [nodes](https://iq.wiki/wiki/node). It supports common [blockchain](https://iq.wiki/wiki/blockchain) operations, such as sending transactions, deploying [smart contracts](https://iq.wiki/wiki/smart-contract), and querying on-chain data, via standard RPC interfaces. The service operates across multiple geographic regions to reduce latency and is accessible through both HTTP and WebSocket connections, with support for request batching and integration with development tooling.\n\nNode RPC includes additional tools that extend its functionality. An in-browser RPC Request Builder allows developers to execute and manage RPC calls directly, using predefined or custom request collections. The platform also supports Node Extensions, which enable the creation of custom RPC methods using JavaScript or TypeScript, allowing application-specific logic to be executed through the same RPC infrastructure. [\\[2\\]](#cite-id-kIxlxqlqfMJBWsZ0) [\\[8\\]](#cite-id-MWyqZ5tnyWKslLWJ)&#x20;\n\n### Developer Explorer\n\nThe Developer Explorer is a unified, multi-chain interface equipped with a suite of tools for inspecting, analyzing, and debugging on-chain transactions associated with monitored smart contracts and wallets. It aggregates transaction activity into a single view, allowing for deep inspection. Tools within the explorer include a visual debugger for step-by-step code execution tracing, a [gas](https://iq.wiki/wiki/gas) profiler that breaks down consumption by function and opcode, and a simulator for testing hypothetical changes to transactions. The explorer also allows for replaying past transactions to validate fixes against modified code. A June 2025 update integrated \"Read,\" \"Write,\" and \"Simulate\" functions directly into the contract page, allowing users to interact with contracts and preview outcomes from a single interface. [\\[9\\]](#cite-id-wlCITDMmyjh8Awj3) [\\[6\\]](#cite-id-Ck8EnrGQOcwPBJ5H)​\n\n### Transaction Simulator\n\nThe Transaction Simulator is a tool that predicts the outcome of a [blockchain](https://iq.wiki/wiki/blockchain) transaction before it is submitted to a live network. It executes the transaction in a virtual environment that mirrors the latest state of the target [blockchain](https://iq.wiki/wiki/blockchain), providing highly accurate results. The simulation output includes precise [gas](https://iq.wiki/wiki/gas) usage, asset transfers with their dollar values, balance changes, storage updates, and a fully decoded execution trace.&#x20;\n\nSimulations can be integrated into dApps and wallets via multiple methods, including REST APIs, a dedicated Simulation RPC endpoint, or a Software Development Kit (SDK). The system supports both single-transaction simulations and the bundled simulation of interdependent transaction sequences, which is useful for testing complex [DeFi](https://iq.wiki/wiki/defi) strategies or governance proposals. Advanced capabilities include state overrides to model \"what-if\" scenarios, accurate gas estimation, access list generation, and human-readable decoded error messages to simplify debugging. [\\[2\\]](#cite-id-kIxlxqlqfMJBWsZ0) [\\[10\\]](#cite-id-RZcLeCgiUdq93lpt)&#x20;\n\n### Sandbox\n\nTenderly Sandbox is an in-browser integrated development environment (IDE) for rapid prototyping and testing of [Solidity](https://iq.wiki/wiki/solidity) [smart contracts](https://iq.wiki/wiki/smart-contract) without requiring any local setup. It functions as a \"[smart contract](https://iq.wiki/wiki/smart-contract) playground,\" providing web-based editors for both [Solidity](https://iq.wiki/wiki/solidity) and JavaScript. Each execution deploys the contract to a new, temporary, and isolated network fork with pre-funded accounts, allowing for immediate testing. Sandbox workspaces are URL-addressable, making them easy to share for collaboration, demonstrations, or educational purposes. All transactions generated within the Sandbox can be opened directly in Tenderly's debugging and analysis tools, such as the Debugger and [Gas](https://iq.wiki/wiki/gas) Profiler, for in-depth inspection of execution traces and state changes. [\\[4\\]](#cite-id-0dnLuwJkRpjufL1J) [\\[11\\]](#cite-id-mMwRrhsndvvc4WIT)&#x20;\n\n### Monitoring and Web3 Actions\n\nTenderly provides a suite of tools for observing and reacting to the behavior of deployed [smart contracts](https://iq.wiki/wiki/smart-contract) in production. The system allows users to create custom alerts based on over 12 different on-chain triggers, such as function calls, emitted events, or successful and failed transactions. Notifications can be sent to various destinations, including Slack, Telegram, PagerDuty, and custom webhooks.\n\nA key component of this system is [Web3](https://iq.wiki/wiki/web3) Actions, a serverless functions feature. It allows developers to write JavaScript or TypeScript code that executes automatically in response to specified on-chain events. This enables the creation of real-time monitoring systems, automated responses, or backend logic without managing server infrastructure. [Web3](https://iq.wiki/wiki/web3) Actions also includes an integrated key-value storage system for persisting data and managing sensitive credentials securely. [\\[2\\]](#cite-id-kIxlxqlqfMJBWsZ0)​\n\n## Partnerships\n\n* [Polygon](https://iq.wiki/wiki/polygon)\n* [Optimism](https://iq.wiki/wiki/optimism)\n* Linea\n* [Base](https://iq.wiki/wiki/base)\n* [Ink](https://iq.wiki/wiki/ink-finance)\n* Conduit\n* [Mantle](https://iq.wiki/wiki/mantle-network)\n* [Chainlink](https://iq.wiki/wiki/chainlink)\n* [Uniswap](https://iq.wiki/wiki/uniswap)\n* [AAVE](https://iq.wiki/wiki/aave)\n* [MakerDAO](https://iq.wiki/wiki/makerdao)\n* Safe Project\n* World\n* [Yearn Finance](https://iq.wiki/wiki/yearn)\n* [ZKsync](https://iq.wiki/wiki/zksync)\n* [Immutable](https://iq.wiki/wiki/immutable-x)\n* DeFi Saver\n* [1inch](https://iq.wiki/wiki/1inch)\n* InstaApp\n* [Arbitrum](https://iq.wiki/wiki/arbitrum)","summary":"Tenderly is a multi-chain Web3 development platform with tools to build, debug, and analyze smart contracts, using virtual environments to reduce on-chain costs...","images":[{"id":"QmYrKTvJk7qcW5oYXFVDMTR5eY37pdQEeN7PDLK7s7ThKJ","type":"image/jpeg, image/png"}],"categories":[{"id":"dapps","title":"Dapps"}],"tags":[{"id":"Ethereum"},{"id":"Protocols"},{"id":"Polygon"},{"id":"Developers"},{"id":"Organizations"}],"media":[{"id":"QmcNbCWcGTu6VVuU48xu4L9dPZ2zfFdzyq58BDoKPKvQed","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"},{"id":"QmXyFVu3FM8Vq2Djz1gzeuD3MGKZVJouQtyGF9k73TQ1TC","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"},{"id":"QmXD9yk29T7pPzPXkF7azQTjd2brqKuN1NyNXH6Lk6tTki","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"},{"id":"QmTkJai6GyuhvzZXZiK1xZA85jwTKWHrmCAVW6DwMvdReQ","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"},{"id":"QmQPxquiHPsyE5TRQxHg6UyUEhh7BMhDjQss5JTN8MN7RF","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"}],"metadata":[{"id":"references","value":"[\n  {\n    \"id\": \"bg8omuHYz7bTPuDU\",\n    \"url\": \"https://tenderly.co/\",\n    \"description\": \"Tenderly homepage\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"kIxlxqlqfMJBWsZ0\",\n    \"url\": \"https://docs.tenderly.co/\",\n    \"description\": \"Tenderly documentation overview\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"aqdYnz1Qh5hwYhUk\",\n    \"url\": \"https://medium.com/@BizthonOfficial/tenderly-smart-contract-debugging-and-monitoring-1a8d4b936ac5\",\n    \"description\": \"Bizthon overview of Tenderly\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"0dnLuwJkRpjufL1J\",\n    \"url\": \"https://blog.tenderly.co/how-to-use-sandbox-as-smart-contract-playground/\",\n    \"description\": \"Tenderly Sandbox overview blog post\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"ayXtuWpz8sFzSmsH\",\n    \"url\": \"https://blog.tenderly.co/changelog/tenderly-releases-virtual-testnets/\",\n    \"description\": \"Announcing Tenderly Virtual TestNets\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"Ck8EnrGQOcwPBJ5H\",\n    \"url\": \"https://blog.tenderly.co/changelog/read-write-simulate-in-tenderly-explorer/\",\n    \"description\": \"Read, Write, and Simulate in Tenderly Explorer\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"S0GOEYUKmTUhT45u\",\n    \"url\": \"https://docs.tenderly.co/virtual-testnets\",\n    \"description\": \"Tenderly Virtual TestNets documentation\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"MWyqZ5tnyWKslLWJ\",\n    \"url\": \"https://docs.tenderly.co/node\",\n    \"description\": \"Tenderly Node RPC documentation\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"wlCITDMmyjh8Awj3\",\n    \"url\": \"https://docs.tenderly.co/developer-explorer\",\n    \"description\": \"Tenderly Developer Explorer documentation\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"RZcLeCgiUdq93lpt\",\n    \"url\": \"https://docs.tenderly.co/simulations\",\n    \"description\": \"Tenderly Transaction Simulator documentation\",\n    \"timestamp\": 1767902820098\n  },\n  {\n    \"id\": \"mMwRrhsndvvc4WIT\",\n    \"url\": \"https://docs.tenderly.co/tenderly-sandbox\",\n    \"description\": \"Tenderly Sandbox documentation\",\n    \"timestamp\": 1767902820098\n  }\n]"},{"id":"website","value":"https://tenderly.co/"},{"id":"twitter_profile","value":"https://twitter.com/TenderlyApp"},{"id":"github_profile","value":"https://github.com/Tenderly"},{"id":"linkedin_profile","value":"https://www.linkedin.com/company/tenderly/"},{"id":"discord_profile","value":"https://discord.gg/Tenderly"},{"id":"medium_profile","value":"https://blog.tenderly.co/"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/Qmdm4MgkCs2qRku2Wa9qCnRVEHJXTwYAQrk4rCiNbXZqsm\""},{"id":"commit-message","value":"\"Updated wiki content\""},{"id":"previous_cid","value":"Qmdm4MgkCs2qRku2Wa9qCnRVEHJXTwYAQrk4rCiNbXZqsm"}],"events":[{"id":"6bb91f5b-6695-40e2-8443-ef07b08f155f","date":"2024-04-01","title":"Released Virtual TestNets for production data testing","type":"DEFAULT","description":"Tenderly announced the release of Virtual TestNets, a testing and staging environment running on real-time production data from over 40 blockchain networks.","link":"https://blog.tenderly.co/changelog/tenderly-releases-virtual-testnets/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"18fdb2bb-d0d5-4b38-989b-b5d3b390799d","date":"2025-06-01","title":"Enhanced Developer Explorer with Read, Write, and Simulate","type":"DEFAULT","description":"A major update to the Tenderly Explorer integrated 'Read,' 'Write,' and 'Simulate' functionalities directly into the user interface for enhanced interaction.","link":"https://blog.tenderly.co/changelog/read-write-simulate-in-tenderly-explorer/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"5c10f1b2-fd72-409e-8589-d231cac5bed3","date":"2025-12-01","title":"Launched RPC feature for yield-bearing tokens","type":"DEFAULT","description":"Released a specialized RPC method and an associated faucet for yield-bearing tokens, enabling developers to test complex staking strategies.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"faf0a4be-0804-4a97-a373-d397897d58c6","date":"2025-12-01","title":"Became an official Polygon Public RPC Provider","type":"DEFAULT","description":"Tenderly became an official Public RPC Provider for the Polygon network, expanding its infrastructure support for the ecosystem.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"cbc7f6ba-aae5-4dfb-956e-e627160d017d","date":"2026-01-08","title":"Tenderly Founded","type":"CREATED","description":"Tenderly was founded and officially launched.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum","optimism","arbitrum","base","avalanche","zksync","scroll","celo","immutable-x"],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"ccaefa96-af78-4a2e-b766-0886564ed98a\",\"title\":\"Tenderly\",\"description\":\"Tenderly is a multi-chain Web3 development platform with tools to build, debug, and analyze smart contracts, using virtual environments to reduce on-chain costs.\",\"timestamp\":\"2026-01-08T20:28:41.999Z\",\"category\":\"dapps\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889\",\"address\":\"0xacb6c5AD52b8f605299B0d774CE97F26e3DB80c2\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Introduction\",\"subtitle\":\"Added internal links for core concepts and removed a citation.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Added internal links for 'smart contracts', 'EVM', 'Layer 1', 'Layer 2', and 'blockchain'.\",\"Removed reference marker [[2]](#cite-id-kIxlxqlqfMJBWsZ0) from the end of the first paragraph.\"]},{\"title\":\"Overview\",\"subtitle\":\"Added internal links to key terms.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added internal links for 'smart contract', 'decentralized application (dApp)', and 'blockchain'.\"]},{\"title\":\"Products and Features\",\"subtitle\":\"Added an internal link for 'dApp'.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added an internal link for 'dApp' to the introductory paragraph.\"]},{\"title\":\"Virtual TestNets\",\"subtitle\":\"Added internal links for technical blockchain concepts.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added internal links for 'blockchain', 'decentralized application', 'smart contracts', and 'fork'.\"]},{\"title\":\"Node RPC\",\"subtitle\":\"Added internal links for blockchain-related terms.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added internal links for 'blockchain', 'nodes', and 'smart contracts'.\"]},{\"title\":\"Developer Explorer\",\"subtitle\":\"Added an internal link for the term 'gas'.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added an internal link for 'gas'.\"]},{\"title\":\"Transaction Simulator\",\"subtitle\":\"Added internal links and adjusted the position of a citation.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Added internal links for 'blockchain', 'gas', and 'DeFi'.\",\"Moved reference marker [[10]](#cite-id-RZcLeCgiUdq93lpt) from the first paragraph to the end of the second paragraph.\"]},{\"title\":\"Sandbox\",\"subtitle\":\"Expanded content with information on workspaces and added internal links.\",\"variant\":\"modified\",\"changeCount\":3,\"changes\":[\"Added information about URL-addressable workspaces to facilitate collaboration and demonstrations.\",\"Added internal links for 'smart contract'.\",\"Moved reference marker [[11]](#cite-id-mMwRrhsndvvc4WIT) from the first paragraph to the end of the second.\"]},{\"title\":\"Monitoring and Web3 Actions\",\"subtitle\":\"Added an internal link for 'smart contracts'.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added an internal link for 'smart contracts'.\"]},{\"title\":\"Partnerships\",\"subtitle\":\"Converted the list of partners from plain text to internal links.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added internal links for partners, including 'Polygon', 'Optimism', 'Base', 'Ink', 'Mantle', 'Chainlink', 'Uniswap', 'AAVE', 'MakerDAO', 'Yearn Finance', 'ZKsync', 'Immutable', '1inch', and 'Arbitrum'.\"]}]}]}"}