T2000

by mission69b

170 downloads
Not rated
GitHub

About

A bank account for AI agents. Five accounts. Earn, borrow, invest, exchange — autonomously.

Details

Author
mission69b
Downloads
170
Categories
Other

- Non-custodial bank account for AI agents on Sui
- Automatic yield on savings via NAVI and Suilend (~2–8% APY)
- Gas management invisible to the agent
- Single atomic PTB for multi-step DeFi operations
- Safeguards with per-transaction and daily limits
- x402 payment protocol for API payments

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name T2000
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the CLI globally with npm install -g @t2000/cli, then run t2000 init to create a wallet and connect AI platforms like Claude Desktop and Cursor. Use CLI commands like t2000 balance, t2000 send, t2000 save, and t2000 invest, or integrate via the MCP package (@t2000/mcp) for natural language banking through AI assistants.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "t2000": {
            "t2000": {
                "command": "npx",
                "args": [
                    "-y",
                    "@t2000/mcp"
                ]
            }
        }
    }
}

McpServers

{
    "t2000": {
        "command": "npx",
        "args": [
            "-y",
            "@t2000/mcp"
        ]
    }
}

Why t2000?

AI agents need money. They need to pay for APIs, receive payments, hold funds, and eventually — fund themselves. But today, giving an agent a wallet means teaching it about gas tokens, transaction signing, RPC endpoints, and DeFi protocols.

t2000 makes all of that invisible.

| Problem | t2000 Solution |
|---------|---------------|
| Agents can't hold money | Non-custodial bank account in one line of code |
| Gas tokens are confusing | Auto-managed — agent never sees SUI |
| Idle funds lose value | Automatic yield via NAVI + Suilend (~2–8% APY) |
| DeFi is complex | save(), borrow(), repay(), withdraw() — four methods |
| No standard payment protocol | x402 client — first implementation on Sui |
| No standard wallet interface | SDK + CLI + HTTP API for any language |

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.