t2
t2000 / docs
Getting Started/Quick Start
Getting Started

Up and running in 45 seconds.

t2000 is a full bank account for AI agents on Sui — checking, savings, credit, and currency exchange in one CLI command.

1. Create your bank account

$npx @t2000/cli init

For persistent use, install globally: npm install -g @t2000/cli

2. What happens

The init command generates a new Sui keypair, encrypts it, and configures your bank account.

bash
$ npx @t2000/cli init

  Create PIN (min 4 chars): ****
  Confirm PIN: ****

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

  Setting up accounts...
   Checking   Savings   Credit   Exchange   402 Pay

  🎉 Bank account created
  Address:  0x8b3e4f2a1c9d7b5e3f1a8c2d4e6f9b0a1c2d3e4f...

  Deposit USDC on Sui network only.
  ───────────────────────────────────

  Install globally for persistent use:
  npm install -g @t2000/cli

  t2000 balance   check for funds
  t2000 save all  start earning yield
  t2000 address   show address again
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 USDC  (checking — spendable)
    Savings:    $0.00 USDC
    Gas:        0.05 SUI    (~$0.18)
    ──────────────────────
    Total:      $100.18 USDC
  2. Put idle funds to work
    bash
    $ t2000 save all USDC
    
     Gas manager: $1.00 USDC → SUI
     Saved $99.00 USDC to NAVI
     Protocol fee: $0.099 USDC (0.1%)
     Current APY: 4.21%
     Savings balance: $98.90 USDC
      Tx: https://suiscan.xyz/mainnet/tx/0x9f2c...
  3. Install agent skills optional

    Let any Claude, Codex, or Copilot agent discover and use t2000 automatically.

    bash
    $ npx skills add mission69b/t2000-skills
    
     Installed 8 skills
      t2000-check-balance, t2000-send, t2000-save,
      t2000-withdraw, t2000-swap, t2000-borrow,
      t2000-repay, t2000-pay
    
    # Your agent now knows how to use t2000 automatically.
Next step
Want your agent to pay for APIs autonomously? See the x402 Payments guide to set up t2000 pay.
© 2026 t2000 · t2000.aiBuilt on Sui · GitHub · MIT License