safe_transfer
Screen recipient with GoPlus before transferring tokens. Sends only if recipient is low risk; optionally skip check.
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 | |
| token | Yes | Token to send | |
| amount | Yes | Amount in human readable units, e.g. "5.00" | |
| network | No | Network to use: testnet (default) or mainnet | |
| skip_safety_check | No | Set true to send even if the recipient is flagged as risky |