Prepare a guarded SOL transfer
prepare_transferCheck a transfer against safety policy, simulate it, and stage an unsigned transaction for later execution.
Instructions
Check a transfer against the safety policy, simulate it against the cluster, and (only if both pass) stage an unsigned transaction. Returns an actionId for execute_action. Nothing is signed or sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| sol | Yes | Amount to send, in SOL | |
| from | Yes | Sender address and fee payer (you sign this yourself later) |