> ## 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.

# Tenderly 文档：链上模拟、调试与监控

> Tenderly 是面向链上运营的模拟公司，帮助风险、工程和财务团队在资金投入之前对每一步操作进行建模。

Tenderly 是一个由模拟能力驱动的平台，用于在 100 多个网络上运行区块链系统。工程、财务和风险团队使用它来针对系统的真实、实时状态对每一笔交易、财务策略、部署和集成进行建模，在资金投入之前完成验证，并在生产环境中以完整的上下文运行。

将 Tenderly 作为统一的运营层，团队可以：

* **模拟：** 针对实时网络状态预览任何交易、多步骤工作流或跨链部署的确切结果，在提交任何操作之前完成验证。
* **理解：** 检查每一笔交易、合约和资产变动，获取链上最细粒度的执行数据，并解码为人类可读的上下文。
* **响应：** 监控系统中所有重要条件，快速响应以缓解关键事件。

## Tenderly 如何支持链上流程

Tenderly 是一个由模拟引擎以及深度交易追踪和解码能力驱动的区块链运营平台。它由多个产品组成，覆盖整个运营流程。

### Simulator：在最终提交之前对每个操作进行建模

针对真实网络状态查看一笔交易、一个多步骤工作流或整个跨链部署的确切结果，并对每个参数拥有完全控制权。

<CardGroup cols={3}>
  <Card title="Virtual Environments" icon="flask" href="/virtual-environments/overview">
    生产环境镜像，具备状态同步、无限水龙头、cheatcode 以及可共享的浏览器。
  </Card>

  <Card title="Simulation API" icon="play" href="/simulations/overview">
    对任何交易或交易包进行 dry-run，返回状态差异、资产变动和 gas 估算。
  </Card>

  <Card title="Simulator UI" icon="window" href="/simulator-ui/overview">
    在仪表盘中构建、编辑并重新运行模拟，支持状态覆盖和源代码编辑。
  </Card>
</CardGroup>

### Console：获取链上活动的完整上下文

不仅了解链上发生了什么，还能理解为什么发生，通过最全面、可操作的洞察，为已验证和未验证合约提供解码数据。

<CardGroup cols={3}>
  <Card title="Explorer" icon="magnifying-glass" href="/developer-explorer/overview">
    跨 100 多个链搜索资产、地址和交易。
  </Card>

  <Card title="Debugger" icon="bug" href="/debugger/overview">
    逐条 opcode 单步执行任何交易、求值表达式、定位回滚点。
  </Card>

  <Card title="Fund Flow" icon="arrow-right-arrow-left" href="/developer-explorer/inspect-transaction/fund-flow">
    追踪资金在任何交易中的流动，附带解码后的上下文。
  </Card>

  <Card title="Gas Profiler" icon="gauge-high" href="/debugger/gas-profiler">
    按函数调用可视化拆解 gas 消耗，并提供 access list 建议。
  </Card>

  <Card title="DeFi Modules" icon="layer-group" href="/defi-modules/overview">
    了解您的产品所依赖的借贷协议的健康状况、风险和活动。
  </Card>
</CardGroup>

### Monitor：尽早发现并响应链上事件

监控与您的系统相关的一系列链上条件，及早捕捉意外行为信号，并快速响应以缓解事件。

<CardGroup cols={2}>
  <Card title="Alerts" icon="bell" href="/monitoring/alerts/introduction">
    监视地址、合约和事件，路由至 Slack、webhook、PagerDuty 等目的地。
  </Card>

  <Card title="Web3 Actions" icon="bolt" href="/monitoring/web3-actions/introduction">
    由链上事件触发的自定义响应流程，从通知到自动化响应。
  </Card>

  <Card title="Webhooks" icon="share-nodes" href="/monitoring/alerts/destinations/overview">
    将告警负载投递到您自己的端点和系统。
  </Card>
</CardGroup>

### Node RPC：在高性能基础设施上扩展链上使用

<CardGroup cols={2}>
  <Card title="Node RPC" icon="cloud" href="/node-rpc/overview">
    覆盖 80 多个网络的生产级 RPC，内置模拟与 gas 估算能力。
  </Card>

  <Card title="Supported Networks" icon="globe" href="/platform/supported-networks">
    全部 100 多个链，包含链 ID 及各产品能力覆盖。
  </Card>
</CardGroup>

## 从这里开始

<CardGroup cols={2}>
  <Card title="Virtual Environment 快速入门" icon="rocket" href="/virtual-environments/quickstart">
    启动一个模拟环境，并将其与您的工具链、CI/CD 或应用集成。
  </Card>

  <Card title="Simulation API 快速入门" icon="code" href="/simulations/quickstart">
    发送您的第一个模拟请求，并读取完整结果。
  </Card>

  <Card title="您能获得什么" icon="gift" href="/what-you-get">
    面向生产团队的平台能力，以及免费账户所包含的内容。
  </Card>

  <Card title="API 参考" icon="book" href="/api-reference">
    查找 Simulator、Virtual Environments、Alerts 等的所有端点。
  </Card>
</CardGroup>
