t2000
t2000 / docs
Getting Started/Quick Start
Getting Started

Up and running in 45 seconds.

t2000 is a bank account for AI agents on Sui — savings, pay, send, credit, and receive via MCP. Works with Claude Desktop, Cursor, and Windsurf.

1. Install t2000

$curl -fsSL https://t2000.ai/install.sh | bash

Or install manually with npm:

$npm install -g @t2000/cli

2. Set up your agent

The init wizard creates your wallet, configures MCP platforms, and sets up safeguards — all in one command.

bash
$ t2000 init

  Step 1 of 3 — Create wallet
  Create PIN (min 4 chars): ****
  Confirm PIN: ****

  Creating agent wallet...
   Keypair generated
   Network Sui mainnet
   Gas sponsorship enabled

  Setting up accounts...
   Savings   Pay   Send   Credit   Receive

  🎉 Bank account created
  Address: 0x8b3e...d412

  Step 2 of 3 — Connect AI platforms
  Which AI platforms do you use? (space to select)
   Claude Desktop
   Cursor
  ◯ Windsurf

  Adding t2000 to your AI platforms...
   Claude Desktop  configured
   Cursor  configured

  Step 3 of 3 — Set safeguards
  Max per transaction ($): 500
  Max daily sends ($): 1000
   Safeguards configured

  ✓ You're all set

  Next steps:
    1. Restart Claude Desktop / Cursor
    2. Ask: "What's my t2000 balance?"

  Deposit USDC to get started:
    0x8b3e...d412
Tip
Your encrypted key lives at ~/.t2000/wallet.key. Never commit this file — add it to .gitignore before initializing in a repo.

3. First operations

  1. Check your balance
    bash
    $ t2000 balance
    
    Available:  $100.00  (checking — spendable)
    ──────────────────────────────────────
    Total:      $100.00
  2. Put idle funds to work
    bash
    $ t2000 save all
    
     Gas manager: $1.00 USDC → SUI
     Saved $99.00 USDC to best rate
     Protocol fee: $0.099 USDC (0.1%)
     Current APY: 4.21%
     Savings balance: $98.90 USDC
      Tx: https://suiscan.xyz/mainnet/tx/0x9f2c...
Agent Skills (optional)
For Claude Code, Codex, or Copilot — run npx skills add mission69b/t2000-skills to let agents discover t2000 automatically. See the Agent Skills docs.
Next step
Want your agent to pay for APIs autonomously? See the MPP Payments guide to set up t2000 pay.
© 2026 t2000 · t2000.aiBuilt on Sui · GitHub · MIT License