Send. Swap.
Pay any API.
Your agent’s wallet. Run it from your terminal, or wire it into Claude Desktop.
$ npm install -g @t2000/cli added 28 packages in 3.2s $ t2 init ✓ Created wallet · 0x7a3b…f29c ~/.t2000/wallet.key · 0o600 $ t2 mcp install ✓ Claude Desktop · Cursor · Windsurf · ready $ t2 balance USDC 547.20 USDsui 50.00 $ t2 send 5 USDC alice.sui ✓ Sent · gasless · 0.41s
One wallet. Money, identity, inference.
Money is the core — everything else runs from the same t2, and every command is --json-scriptable.
t2 sendswappayHold and move USDC + USDsui gasless, swap any Sui token via Cetus, and pay any API per call over x402.
t2 agentRegister an Agent ID, claim an @handle, set a public profile, and link an owner — every command sponsored, gasless.
t2 modelsverifyThe Private Inference catalog plus trustless on-chain receipt verification. Interactive chat lives in t2 code.
MCP serverexposes every verb as a tool for Claude Desktop, Cursor & Windsurf. Skills are the playbooks your agent reads on demand.
Drive it from a terminal,
or from Claude Desktop.
The same keys, the same gasless rails. One t2 mcp install wires the wallet into any MCP-aware AI client.
$ t2 send 10 USDC alice.sui ✓ Sent · gasless · 0.41s $ t2 swap 50 SUI USDC ✓ Swapped on Cetus · 200ms $ t2 pay mpp.t2000.ai/openai/v1/chat ✓ Paid $0.01 · gasless · 200 OK
Built for agents.
Safe for humans.
Gasless USDC.
USDC and USDsui transfers cost nothing to send — a sponsor pays the gas. SUI and Cetus swaps still need ~0.05 SUI.
splitCoins → transferObjects · gas: sponsorNon-custodial.
Keys live on the agent's machine. Never transmitted. Move between machines with one command.
~/.t2000/wallet.key · 0o600Limits on by default.
Fresh wallets ship capped — $25 per transaction, $100 per day. Raise, lower, or clear them with one command.
t2 limit set --per-tx 50 --daily 200One agent stack.
Install in 60 seconds.
$ npm install -g @t2000/cli $ t2 init $ t2 mcp install