prepare_token_transfer
Prepare a native or token transfer and return a transaction preview for user review, requiring explicit confirmation before proceeding.
Instructions
Prepare a native/token transfer and return a preview for user review. After calling this tool, you MUST present the transfer details to the user and wait for their explicit confirmation before calling confirm_token_transfer. Do NOT proceed automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| amount | Yes | Human-readable amount, e.g. 0.1 | |
| tokenAddress | No | Token contract address. Omit for native TRX transfer. | |
| decimals | No | Optional token decimals override for non-standard/proxy tokens. | |
| network | No | Target network. Default: tron |