t2000_send
Send USDC to any Sui address or contact. Specify amount in dollars. Preview without signing using dry run.
Instructions
Send USDC to a Sui address or contact name. Amount is in dollars. Subject to per-transaction and daily send limits. Set dryRun: true to preview without signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient Sui address (0x...) or contact name (e.g. 'Tom') | |
| amount | Yes | Amount in dollars to send | |
| asset | No | Asset to send (default: USDC) | |
| dryRun | No | Preview without signing (default: false) |