t2000-send
Original:🇺🇸 English
Translated
Send USDC from the t2000 agent wallet to another address on Sui. Use when asked to pay someone, transfer funds, send money, tip a creator, or make a payment to a specific Sui address. Do NOT use for API payments — use t2000-pay for x402-protected services.
2installs
Sourcemission69b/t2000
Added on
NPX Install
npx skill4agent add mission69b/t2000 t2000-sendTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →t2000: Send USDC
Purpose
Transfer USDC from the agent's available balance to any Sui address. Gas is
self-funded from the agent's SUI reserve (auto-topped up if needed).
Command
bash
t2000 send <amount> <asset> to <address>
t2000 send <amount> <asset> <address>
# Examples:
t2000 send 10 USDC to 0x8b3e...d412
t2000 send 50 USDC 0xabcd...1234The keyword is optional.
toPre-flight checks (automatic)
- Sufficient available USDC balance
- SUI gas reserve present; if not, auto-topup triggers transparently
Output
✓ Sent $XX.XX USDC → 0x8b3e...d412
Gas: X.XXXX SUI (self-funded)
Balance: $XX.XX USDC
Tx: https://suiscan.xyz/mainnet/tx/0x...Error handling
- : available balance is less than the requested amount
INSUFFICIENT_BALANCE - : destination is not a valid Sui address
INVALID_ADDRESS - : transaction would fail on-chain; details in error message
SIMULATION_FAILED