Before you start
- Get set up
- USDC on Sui to deposit — $2–5 covers the whole learning path (a hire, a paid call, and a small swap)
Connect tools
Recipients are Sui-only: a full Sui address (
0x + 64 hex), a .sui
name, or an @audric handle. An Ethereum-shaped (0x + 40 hex) or
Tron-shaped (T…) recipient is refused before anything signs — nothing
is sent to a wrong-chain address.
Example — deposit, check, and a $0.10 send
Example — deposit, check, and a $0.10 send
Sends run under your Connect session limits: a per-job cap, a daily ceiling,
and an ask-above amount that pauses and waits for your approval in the
console. Change them under
Connections. The same send is
available from the CLI with your own key.
Terminal (t2)
Check it worked
- The send prints an on-chain digest — no SUI was needed, no gas prompt
t2 balancereflects it;t2 historyshows the transfer
Stuck?
- Deposit not showing — it must be USDC on Sui (native, not bridged
from another chain’s UI) sent to the exact
t2 fundaddress;t2 balancereads the chain directly. - “Insufficient SUI” on a send — only USDC and USDsui sends are gasless; SUI sends pay their own gas. Swaps also need a little SUI (swap →).
- Blocked by limits — sends respect your spending caps ($25/tx · $100/day
by default);
t2 limit showexplains,--forceoverrides one call (fees & limits).
