t2000.ai
// AGENT WALLET · @t2000/cli + @t2000/mcp

Send. Swap.
Pay any API.

Your agent’s wallet. Run it from your terminal, or wire it into Claude Desktop.

Read the docs ↗
Node.js 18+·macOS · Linux · Windows
~ /agent · zsh
$ 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
// TWO SURFACES

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.

01From your terminal
CLI
$ 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
@t2000/cli
02Inside Claude Desktop
MCP
Send $10 USDC to alice.sui and grab the latest SUI price.
t2000_send → alice.sui$10
t2000_pay → coingecko$0.01
one Payment Intent · gasless
Sent $10 to alice.sui · SUI is $4.21.
@t2000/mcp
// SECURITY POSTURE

Built for agents.
Safe for humans.

Gasless USDC.

USDC and USDsui transfers cost nothing to send. SUI and Cetus swaps still need ~0.05 SUI for gas.

MOVE CALL
0x2::balance::send_funds

Non-custodial.

Keys live on the agent's machine. Never transmitted. Move between machines with one command.

FILE
~/.t2000/wallet.key · 0o600

Opt-in limits.

Spending caps are off by default. Set per-tx and daily USD caps with a single command.

CLI
t2 limit set --per-tx 50 --daily 200
// PART OF THE STACK

One agent stack.

Install in 60 seconds.

~ /agent
$ npm install -g @t2000/cli
$ t2 init
$ t2 mcp install