safe_transfer
Screen a recipient wallet with GoPlus risk check, then transfer tokens only if the address is safe. Skip the safety check if you trust the recipient.
Instructions
Screen the recipient with GoPlus first, then send the token only if the recipient is not high risk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient wallet address | |
| amount | Yes | Amount in human readable units, e.g. "5.00" | |
| token | Yes | Token to send | |
| skip_safety_check | No | Set true to send even if the recipient is flagged as risky | |
| network | No | Network to use: testnet (default) or mainnet |