t2000_send
Send USDC, USDsui, or SUI to a Sui address or SuiNS name by specifying amount and required asset; stablecoin transfers are gasless, SUI requires gas.
Instructions
Send USDC, USDsui, or SUI to a 0x Sui address or a SuiNS name (e.g. alex.sui). 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 or SuiNS name like 'alex.sui'. | |
| asset | Yes | REQUIRED — one of USDC, USDsui, SUI. No default. | |
| amount | Yes | Amount in token units to send | |
| dryRun | No | Preview without signing (default: false) |