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.
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 L1 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.