simulate
Preview multi-step TRON operations to estimate energy and bandwidth costs before execution. Calculate exact resource requirements and optimize allocation without spending tokens.
Instructions
Simulate a multi-step operation without executing. Returns resource estimates and costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Array of { action, params } steps to simulate. | |
| resource_strategy | No | Resource acquisition strategy (default: batch_cheapest). |