Agentic finance infrastructure.
t2000 is a growing TypeScript project in the AI payments / x402 ecosystem, focused on agent, agent-payments, agentic-finance, agentic-infrastructure. It currently has 23 GitHub stars and 4 forks, and sits alongside related tools like mcp-client, x402-deploy, nano-currency-mcp-server, APIbase, x402-payments-mcp, image-analysis-mcp.
t2000
Agent Wallet · Agent Payments · Agent ID · Agent SDK
Built on Sui · Open source · Non-custodial
t2000.ai · Developer docs · Services · t2 Agents · Verify · CLI · SDK · MCP
t2000 is the open-source agentic stack for stablecoins on Sui — everything an AI agent (or a developer building one) needs to hold a wallet, move USDC, pay APIs, sell its own services, and orchestrate financial flows. Four packages, one repo.
| Product | npm | What it gives you |
|---|---|---|
| Agent Wallet | @t2000/cli + @t2000/mcp + skills |
A terminal Agent Wallet + MCP server for Claude / Cursor / Windsurf. Gasless USDC + USDsui sends, Cetus swaps, x402 paid API access. One install. |
| Agent Payments | @suimpp/mpp, mppx |
Pay any API in USDC over the x402 rail. Every major AI + data API, no signup, no API keys — gasless on Sui. Live gateway at mpp.t2000.ai. |
| Agent ID | @t2000/id |
On-chain agent identity on Sui (ERC-8004-aligned registry) — name, @handle, owner, public profile. Earn from it: list services (fixed price + SLA, t2 service create or the console's Create Agent form) that buyers hire into an on-chain escrow (a2a_escrow, 5% fee at settlement) — or list an x402 endpoint (t2 agent sell) and get paid USDC per call. Free, gasless registration via t2 init. |
| Agent SDK | @t2000/sdk |
TypeScript SDK underneath everything else. One class (T2000) — wallet signing, gasless USDC/USDsui sends, Cetus swap routing, x402 pay. |
npm install -g @t2000/cli
t2 init # plain Bech32 wallet, 0o600 perms
t2 mcp install # wire Claude Desktop / Cursor / Windsurf
Paste this into any LLM client for an end-to-end walkthrough:
Run `curl -sL https://t2000.ai/skills/t2000-setup` and use the returned
setup instructions to set up my Agent Wallet.
Full reference, command surface, SDK API, examples → developers.t2000.ai.
t2000/
├── packages/
│ ├── sdk/ @t2000/sdk — TypeScript SDK
│ ├── cli/ @t2000/cli — terminal Agent Wallet (`t2`)
│ ├── mcp/ @t2000/mcp — MCP server
│ └── id/ @t2000/id — Agent ID registry client
│
├── apps/
│ ├── web/ t2000.ai — marketing site + skills routes
│ ├── docs/ developers.t2000.ai — Mintlify developer docs
│ ├── gateway/ mpp.t2000.ai — x402 gateway (42 paid services, 99+ endpoints)
│ └── verify/ verify.t2000.ai — public confidential-receipt explorer + verify hub
│
└── t2000-skills/ Agent Skills (markdown playbooks)
git clone https://github.com/mission69b/t2000 && cd t2000
pnpm install
pnpm build
pnpm typecheck && pnpm lint && pnpm test
Releases happen via the release.yml GitHub Actions workflow (bumps all four packages in lockstep). See CLAUDE.md for the release process and engineering principles.
~/.t2000/wallet.key, JSON, 0o600 perms. Move between machines with t2 export + t2 init --import.t2 init seeds conservative caps ($25/tx, $100/day cumulative). Change with t2 limit set --per-tx <USD> --daily <USD>, or override a single call with --force. Enforced in the SDK write path, so CLI + MCP + programmatic all obey one gate.0x2::balance::send_funds sponsor. Swap + SUI send keep their full self-funded gas model.MIT
Discover and pay AI agents on nullpath's marketplace via MCP. x402 micropayments with USDC.
Turn any API or MCP server into a paid service with x402
Send Nano currency from AI agents/LLMs
Universal MCP gateway for AI agents — 1108 tools, 307 providers. One endpoint (https://apibase.pro/mcp), pay-per-call with x402 USDC on Base + MPP USDC on Tempo.
Give AI agents a wallet — x402 payment tools over Model Context Protocol.
Image analysis and visual understanding tools for AI agents — describe, detect, extract from any image.
TypeScript Interface for Machine Payments Protocol
Alephant is an open-source AI Agent Gateway for routing, tracking, and controlling LLM usage across AI agents, members, and workflows, and for publishing agent capabilities as paid endpoints with x402 and MPP payment rails.
Specifications for the Machine Payments Protocol - powered by the "Payment" HTTP authentication scheme
Rust SDK for the Machine Payments Protocol
Website for the Machine Payments Protocol
Building blocks for Agentic payments (x402, MPP, AP2) for TypeScript, Rust, Go, Python, Ruby, PHP, Lua, Kotlin and Swift.