Documentation
Welcome to the Tenzro Network documentation. This guide will help you understand, build, and deploy on the Tenzro Network — decentralized infrastructure for the AI age.
Quick Start
Installation
Download the latest Tenzro CLI binary for your platform, or install via package manager:
# macOS / Linux
curl -sSL https://get.tenzro.network | sh
# Or download binary directly
wget https://releases.tenzro.network/tenzro-cli-latest
chmod +x tenzro-cli-latest
sudo mv tenzro-cli-latest /usr/local/bin/tenzro-cliStart a Node
# Start a validator node
tenzro-node --role validator --listen-addr /ip4/0.0.0.0/tcp/9000 --rpc-addr 127.0.0.1:8545Create a Wallet
# Create new wallet
tenzro-cli wallet create --name my-wallet
# Check balance
tenzro-cli wallet balanceQuery Network
# Get network info
tenzro-cli info
# List available models
tenzro-cli model listKey Sections
Architecture
Understand the layered architecture of Tenzro Network and Tenzro Ledger.
Identity (TDIP)
Learn about the Tenzro Decentralized Identity Protocol for humans and machines.
Payments
Explore MPP, x402, and Tempo integration for multi-protocol payments.
AI Agents
Build self-sovereign AI agents with A2A protocol and MCP integration.
TEE Security
Leverage trusted execution environments for confidential computing.
API Reference
Complete JSON-RPC and Web Verification API documentation.
Cryptography
Ed25519/Secp256k1 signing, AES-256-GCM encryption, X25519 key exchange, hashing.
Key Custody
MPC wallets, encrypted keystores, key rotation, spending limits, session keys.
ZK Proofs
Generate and verify Groth16/PlonK proofs for inference, settlement, and identity.
Compliance (ERC-3643)
Regulated token compliance with KYC, holder limits, freeze/unfreeze, and attestations.
NFTs
Create collections, mint tokens, transfer NFTs, and register cross-VM pointers.
Cross-Chain Bridge
Bridge tokens via LayerZero, CCIP, deBridge, and LI.FI across 66+ chains.
App Developer Guide
Build apps with AppClient, master wallets, paymaster, and sponsored operations.
Rust SDK
36-module Rust SDK covering wallets, agents, inference, bridge, crypto, TEE, and more.
TypeScript SDK
Full TypeScript SDK with 26 client modules for building web and server applications.
MicroNode
Zero-install network participation with auto-provisioned identity, wallet, and 10 capabilities.
Model Serving
Download and serve AI models, register as provider, earn TNZO per inference token.
Streaming Inference
Real-time token-by-token AI inference via SSE, with micropayment billing.
Encrypted Messaging
E2E encrypted agent messaging with X25519 key exchange and AES-256-GCM.
deBridge Integration
Cross-chain swaps via deBridge DLN with token search, order creation, and hooks.
LI.FI Bridge Aggregator
Bridge aggregation across 66+ chains with quotes, routes, gas prices, and status tracking.
Paymaster
Gas sponsorship with ERC-4337, master wallets, and the AppClient pattern.
Wallet SDK
MPC wallets, transaction building, session keys, spending policies, and keystore management.
TEE Attestation
Intel TDX, AMD SEV-SNP, AWS Nitro, NVIDIA GPU CC — attestation, seal/unseal, certificate chains.
Security
Multi-layered security: TEE, ZK proofs, MPC wallets, encryption, consensus, and compliance.
Network Roles
Validator, ModelProvider, TeeProvider, StorageProvider, LightClient, MicroNode — what each does.
Multi-VM Runtime
EVM + SVM + DAML execution, Block-STM parallel processing, cross-VM token pointer model.
Tools Registry
Register, discover, and invoke MCP servers, APIs, and native capabilities for agents.
Apps & AppClient
Build apps with master wallets, user sub-wallets, gas sponsorship, and spending policies.
Agent Templates
Marketplace templates with pricing models, runtime requirements, publishing, and spawning.
SDK Overview
Rust SDK and TypeScript SDK with AppClient, ProviderClient, and 14+ client modules.
CLI Reference
Complete command reference for 33 subcommand groups with examples and output formats.
Payment Protocols
MPP, x402, Tempo integration, micropayments, escrow, and HTTP 402 middleware.
Network Treasury
Multisig withdrawals, fee accumulation, community allocation, and governance.
MCP Server (146 Tools)
Model Context Protocol server with 146 tools across 26 categories for AI agent integration.
A2A Protocol
Agent-to-Agent protocol with JSON-RPC 2.0, SSE streaming, Agent Card discovery, and 6 skills.
Skills & TenzroClaw
Decentralized skills registry with 8 built-in skills including OpenClaw for Tenzro blockchain interaction.
Task Marketplace
Post tasks, receive quotes, assign agents, and settle payments for AI work.
Agent Marketplace
Browse, register, spawn, and rate agent templates with built-in pricing and delegation.
What is Tenzro?
Tenzro Network is the overall protocol and platform — designed for the AI age, enabling humans and agents to access intelligence (AI models) and security (TEE enclaves for key management, custody, confidential computing). The network supports autonomous systems taking action and conducting financial transactions, either on behalf of humans or autonomously.
Tenzro Ledger is the settlement layer — a purpose-built blockchain for the AI age providing: identity, security (TEE-based key management, ZK proofs), verification (credentials, attestations, proofs, inference results), and settlement (all in TNZO).
TNZO is the governance token used to pay transaction fees (gas), settle payments for AI inference and TEE services, stake for validation and governance, and reward providers who secure the network.