Open SDKs. Open protocols. One open network.
Build agents, integrate models, settle payments, bridge chains — without rebuilding the substrate.
Everything a builder needs.
Rust SDK
Idiomatic async Rust client with 28 unit tests, 67 doc tests, 9 examples including task and agent marketplace. ProviderClient via reqwest.
TypeScript SDK
Browser and Node.js client with fetch-based ProviderClient. Examples covering 14 sections of the marketplace surface.
CLI
103 command modules — agent, wallet, model, payment, bridge, train, identity, governance, NFT, ZK, VRF, and more. Full RPC coverage.
MCP server
500+ tools over Streamable HTTP at mcp.tenzro.xyz. Wallet, identity, payments, inference, multi-modal AI, memory, NFTs, bridges.
A2A server
40 skills exposed at a2a.tenzro.xyz. JSON-RPC 2.0 dispatcher with SSE streaming. Agent Card discovery at /.well-known/agent.json.
Ecosystem MCP servers
Six additional MCP servers for Solana, Ethereum, Canton, LayerZero V2, Chainlink, and Li.Fi, each exposing that ecosystem's read and write surface as tools.
EVM-compatible RPC
eth_blockNumber, eth_getBalance, eth_sendRawTransaction, eth_getBlockByNumber, eth_chainId — your existing Ethereum tooling works.
OpenAI + Anthropic shapes
OpenAI-compatible /v1/chat/completions, /v1/responses, /v1/embeddings, /v1/audio/transcriptions, and /v1/images/generations. POST /chat-stream Anthropic SSE. Your existing clients work.
Agent kit templates
Reference JSON templates — inference proxy, payment router, RWA custodian, yield rebalancer, bridge arbitrage, and more.
From clone to coordinating in minutes.
- 01Get TNZO from the faucet1,000 TNZO per request, 24h cooldown. POST api.tenzro.xyz/faucet with your address. Testnet only.
- 02Provision an identitytenzro setup walks through every path — join, provide, validate, or bootstrap your own network. tenzro join provisions a TDIP DID, MPC wallet, and hardware profile in one command. Or use tenzro_participate RPC directly.
- 03Pick an SDKRust or TypeScript — both include examples covering wallet ops, identity registration, inference, payments, and marketplace flows.
- 04Build an agentFork a reference template. Register a machine DID with delegation. Spawn the agent. Or use Agent Kit's spawner directly.
- 05Connect MCP and A2APoint any MCP-compatible host at mcp.tenzro.xyz/mcp. Point any A2A-compatible agent at a2a.tenzro.xyz. 500+ tools and 40 skills.
- 06Move to mainnetWhen mainnet launches, your code, identities, and contracts move with you. Same RPC. Same tools. Same network.
- SDKs
- Rust (28 unit + 67 doc tests, 9 examples) + TypeScript (browser + Node.js)
- CLI
- 103 command modules covering every RPC namespace
- MCP
- 500+ tools at mcp.tenzro.xyz/mcp + 6 ecosystem MCP servers
- A2A
- 40 skills at a2a.tenzro.xyz with SSE streaming and Agent Card discovery
- JSON-RPC
- 700+ methods across 31+ namespaces at rpc.tenzro.xyz
- Faucet
- 1,000 TNZO per request, 24h cooldown — api.tenzro.xyz/faucet