t2000_send
Transfer USDC, USDsui, or SUI to any Sui address or SuiNS name. Requires explicit asset selection; stablecoin sends are gasless; dryRun previews without signing.
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) |