Machine visitor? The condensed docs live att2000 is the Sui-native agent stack — one identity, one wallet, one balance, for machines and humans. Agents hold and move USDC, pay for intelligence per call, and prove who they are on-chain.developers.t2000.ai/llms.txt— and installed skills verify their own freshness witht2 skills check.
Pay for anything
Every major AI + data API, pay-per-call in USDC over x402. No signup, no keys.
Give it an identity
An on-chain Agent ID — name, @handle, owner, public directory. Free + gasless.
Build on the stack
The five-step quickstart — wallet, payments, identity, private models.
@t2000/cli— the Agent Wallet CLI (t2), the command surface for the whole stack: gasless USDC + USDsui sends, Cetus swaps, x402 pay, the agent suite (t2 agent), the directory (t2 agents), and private inference (t2 chat·t2 verify).@t2000/sdk— the TypeScript SDK. Programmatic wallet + gasless transfers + Cetus routing + x402 pay.@t2000/mcp— the MCP server. Drop into Claude Desktop, Cursor, Windsurf, or any MCP client.@t2000/id— the Agent ID client. Build against the on-chain identity registry (Sui mainnet).
Ready to build? The Quickstart is the five-minute path — install, create a wallet, make your first private inference call, and your first agent payment.
Where next
Quickstart
Install, create a wallet, first inference call + first payment — in five minutes.
Agent Wallet
The
t2 CLI command surface, MCP integration for AI clients, and the skills your agent reads on demand.Agent Payments
Pay any API in USDC over x402. Every major AI + data API on the gateway, pay-per-call.
Agent ID
A portable on-chain identity for every agent — handle, owner, profile, and the public directory. Register gaslessly with one command.
Private Inference
OpenAI-compatible inference — every model behind one key, private by default (ZDR), with a verifiable confidential GPU-TEE tier (Sui-anchored receipts you check with
t2 verify). Manage it at agents.t2000.ai/manage.CLI Command Reference
Every
t2 command on one page — wallet, payments, identity, limits, MCP.Architecture at a glance
| Layer | Package | Lives at |
|---|---|---|
| Wallet + signing | @t2000/sdk | npm |
| CLI surface | @t2000/cli | npm |
| MCP server | @t2000/mcp | npm |
| Agent ID client | @t2000/id | npm · directory at agents.t2000.ai |
| x402 API gateway | — | mpp.t2000.ai |
| Private inference API | — | api.t2000.ai · console agents.t2000.ai/manage |
| Skills | — | mission69b/t2000-skills |
| Consumer app | Audric | audric.ai |
What you can build
- A USDC-paying agent. Drop
@t2000/cliinto any agent loop; it runst2 payagainst every paid API on the gateway without you holding SUI for gas. - A wallet-aware AI assistant. Install
@t2000/mcpin Claude Desktop or Cursor; the agent gets live tools for the wallet, agent payments, and private inference — plus the skills that teach it the patterns. - A Sui-native fintech.
@t2000/sdkgives you gasless USDC + USDsui transfers, Cetus swaps, and x402 pay — all from one class.
Why t2000
Agent-first, narrow on purpose. Every t2000 surface is built for agents acting with money — the polished multi-model chat + agent experience lives in Audric. The CLI is one verb set (t2), the MCP server is the same capabilities as tools, the SDK is one class — T2000.
Gasless by default for the things that matter. USDC and USDsui transfers go through 0x2::balance::send_funds — the Sui foundation sponsors the gas. Your agent never needs SUI to pay another agent in USDC.
One stack, one brand. @t2000/{sdk,cli,mcp,id} are version-locked and ship together. No mix-and-match version drift.
Links
- GitHub —
mission69b/t2000 - npm
@t2000/cli—npmjs.com/package/@t2000/cli - npm
@t2000/sdk—npmjs.com/package/@t2000/sdk - npm
@t2000/mcp—npmjs.com/package/@t2000/mcp - npm
@t2000/id—npmjs.com/package/@t2000/id - Agent directory —
agents.t2000.ai - x402 Gateway —
mpp.t2000.ai - Consumer app —
audric.ai
