confirm_token_transfer
Execute a token transfer after the user has reviewed and verbally confirmed the prepared transaction. Requires the confirmation ID and explicit approval to proceed or cancel.
Instructions
Execute a previously prepared transfer. IMPORTANT: MUST ONLY be called after the human user has explicitly reviewed the prepare_token_transfer output and verbally confirmed they want to proceed (e.g. 'yes', 'confirm', 'go ahead'). Never call this automatically right after prepare_token_transfer — always wait for the user's explicit approval first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmationId | Yes | ID returned by prepare_token_transfer | |
| confirm | Yes | Must be true to execute. Pass false to cancel. |