execute_intent
Execute multi-step TRON transactions with validation, simulation, and resource optimization. Handles transfers, swaps, and resource purchases while estimating costs and routing to cheapest providers.
Instructions
Execute a multi-step operation (transfer, swap, buy resources, etc). Validates and simulates all steps with resource cost estimates. Auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Array of { action, params } steps to execute. | |
| resource_strategy | No | Resource acquisition strategy (default: batch_cheapest). | |
| dry_run | No | If true, simulate only without executing (default: false). |