> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Tenderly?

> Tenderly is the simulation company for onchain operations, helping risk, engineering, and finance teams model every move before capital is exposed.

Tenderly is the simulation-powered platform for running blockchain systems across 100+ networks. Engineering, finance, and risk teams use it to model every transaction, financial strategy, deployment, and integration against the real, live state of their systems before capital is exposed, and to operate with full context in production.

With Tenderly as a single operational layer, teams can:

* **Simulate:** preview the exact outcome of any transaction, multi-step workflow, or cross-chain deployment against live network state, before anything is committed.
* **Understand:** inspect every transaction, contract, and asset movement with the most granular execution data onchain, decoded into human-readable context.
* **Respond:** monitor every condition that matters across your systems and act fast to mitigate critical incidents.

## How Tenderly enables onchain flows

Tenderly is a blockchain operations platform powered by a simulation engine and deep transaction tracing and decoding capabilities. It consists of several products covering the entire operational flow.

### Simulator: model every action before it's final

See the exact outcome of a transaction, a multi-step workflow, or an entire cross-chain deployment against real network state, with full control over every parameter.

<CardGroup cols={3}>
  <Card title="Virtual Environments" icon="flask" href="/virtual-environments/overview">
    Production-mirroring environments with state sync, unlimited faucet, cheatcodes, and a shareable explorer.
  </Card>

  <Card title="Simulation API" icon="play" href="/simulations/overview">
    Dry-run any transaction or bundle with state diffs, asset changes, and gas estimates.
  </Card>

  <Card title="Simulator UI" icon="window" href="/simulator-ui/overview">
    Build, edit, and re-run simulations in the dashboard with state overrides and source edits.
  </Card>
</CardGroup>

### Console: gain complete context for onchain activity

Understand and analyze not just what happened onchain, but why it happened, with the most comprehensive, actionable insights and decoded data for verified and unverified contracts alike.

<CardGroup cols={3}>
  <Card title="Explorer" icon="magnifying-glass" href="/developer-explorer/overview">
    Search assets, addresses, and transactions across 100+ chains.
  </Card>

  <Card title="Debugger" icon="bug" href="/debugger/overview">
    Step through any transaction opcode-by-opcode, evaluate expressions, find the revert.
  </Card>

  <Card title="Fund Flow" icon="arrow-right-arrow-left" href="/developer-explorer/inspect-transaction/fund-flow">
    Follow capital movement through any transaction, with decoded context.
  </Card>

  <Card title="Gas Profiler" icon="gauge-high" href="/debugger/gas-profiler">
    Visual gas breakdown per function call, with access list recommendations.
  </Card>

  <Card title="DeFi Modules" icon="layer-group" href="/defi-modules/overview">
    Health, risk, and activity of the lending protocols your product depends on.
  </Card>
</CardGroup>

### Monitor: detect early and respond to onchain events

Monitor a range of onchain conditions relevant to your system to catch early signal of unexpected behavior and respond quickly to mitigate incidents.

<CardGroup cols={2}>
  <Card title="Alerts" icon="bell" href="/monitoring/alerts/introduction">
    Watch addresses, contracts, and events. Route to Slack, webhooks, PagerDuty, and more.
  </Card>

  <Card title="Web3 Actions" icon="bolt" href="/monitoring/web3-actions/introduction">
    Custom response flows triggered by onchain events, from notifications to automated responses.
  </Card>

  <Card title="Webhooks" icon="share-nodes" href="/monitoring/alerts/destinations/overview">
    Deliver alert payloads to your own endpoints and systems.
  </Card>
</CardGroup>

### Node RPC: scale onchain usage on a high-performance infrastructure

<CardGroup cols={2}>
  <Card title="Node RPC" icon="cloud" href="/node-rpc/overview">
    Production-grade RPC across 80+ networks with built-in simulations and gas estimation.
  </Card>

  <Card title="Supported Networks" icon="globe" href="/platform/supported-networks">
    All 100+ chains, with chain IDs and per-product capability coverage.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="Virtual Environment quickstart" icon="rocket" href="/virtual-environments/quickstart">
    Spin up a simulation environment and integrate it with your tooling, CI/CD, or app.
  </Card>

  <Card title="Simulation API quickstart" icon="code" href="/simulations/quickstart">
    Send your first simulation and read back the full outcome.
  </Card>

  <Card title="What you get" icon="gift" href="/what-you-get">
    Platform capabilities for production teams, plus what's included with a free account.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference">
    Find every endpoint across Simulator, Virtual Environments, Alerts, and more.
  </Card>
</CardGroup>
