t2000_send
Transfer USDC, USDsui, or SUI to a Sui address, SuiNS name, or saved contact. Gasless for USDC and USDsui; SUI sends require gas.
Instructions
Send USDC, USDsui, or SUI to a 0x Sui address, a SuiNS name (e.g. alex.sui), or a saved contact alias. Amount is in token units (1 USDC = $1). Asset is REQUIRED — there is no implicit USDC default. USDC + USDsui sends are gasless (Sui foundation sponsored); SUI sends require gas. Set dryRun: true to preview without signing. Mirrors t2 send <amount> <ASSET> <recipient>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient: 0x Sui address, SuiNS name like 'alex.sui', or saved contact name. | |
| amount | Yes | Amount in token units to send | |
| asset | Yes | REQUIRED — one of USDC, USDsui, SUI. No default. | |
| dryRun | No | Preview without signing (default: false) |