Tenzro Testnet is live. Get testnet TNZO

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-cli

Start 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:8545

Create a Wallet

# Create new wallet
tenzro-cli wallet create --name my-wallet

# Check balance
tenzro-cli wallet balance

Query Network

# Get network info
tenzro-cli info

# List available models
tenzro-cli model list

Key Sections

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.