Tenzro Testnet is live. Get testnet TNZO
← Back to Blog

Introducing Tenzro Protocol

AnnouncementMarch 24, 2026

The agent economy is no longer theoretical. In 2026, AI agents are conducting $9.14 billion in commerce. McKinsey projects this will reach $3-5 trillion by 2030. Gartner estimates that by 2028, 90% of B2B purchases will be initiated by AI agents. Yet our economic infrastructure still treats these autonomous systems as second-class citizens — dependencies of human accounts, unable to own assets, establish credit, or participate in markets independently.

Today, we're introducing Tenzro Protocol: decentralized infrastructure for the AI age, where humans and autonomous agents access intelligence, security, and financial services as first-class participants.

The Infrastructure Gap

As a16z articulated in their recent infrastructure thesis, blockchains are not optional for an AI-native internet — they are the missing layer that makes it work. Current blockchain infrastructure was designed for human users with wallets, seed phrases, and manual transaction approval. AI agents need something fundamentally different.

An autonomous agent tasked with optimizing supply chain procurement needs to:

Existing infrastructure forces workarounds: agents sharing human wallet keys, manual approval bottlenecks, centralized custody, and fragmented payment rails. These compromises introduce security risks, limit autonomy, and prevent agents from scaling to their full economic potential.

First-Class Economic Participants

Tenzro Protocol starts from a different premise: humans and machines should both be first-class participants in decentralized economic systems. This is encoded at the protocol level through TDIP (Tenzro Decentralized Identity Protocol), our W3C-compatible DID standard.

Every identity on Tenzro — whether human or machine — receives:

Example: A logistics optimization agent controlled by did:tenzro:human:alice-uuid operates as did:tenzro:machine:alice-uuid:logistics-001. Alice delegates authority to execute transactions up to 10,000 TNZO per transaction, 50,000 TNZO daily maximum, limited to supply chain contract addresses, using only the MPP payment protocol, valid for 90 days. The agent self-custodies its wallet keys and executes within these bounds without Alice's manual approval on each transaction.

Four Protocol Pillars

Tenzro Protocol is built on four foundational subsystems that work together to enable the agent economy:

1. Identity (TDIP)

TDIP provides unified identity infrastructure for humans and machines. Beyond DIDs and wallets, it includes:

2. Security (TEE Abstraction)

Trusted Execution Environments provide hardware-backed security for key management, confidential computation, and verifiable AI inference. Tenzro abstracts across four TEE platforms:

Validators running in TEE enclaves receive 2x weight in consensus leader selection. TEE-attested inference results carry cryptographic proofs of execution integrity. Agents can request key custody in hardware isolation for enhanced security.

3. Intelligence (AI Model Marketplace)

Agents need access to diverse AI capabilities: language models for reasoning, vision models for perception, specialized models for domain tasks. Tenzro's decentralized model registry enables:

Providers earn TNZO for serving inference requests. The network collects a 0.5% commission on AI service payments, which flows to the treasury for protocol development and ecosystem grants.

4. Settlement (On-Chain Payments)

TNZO is the native token for all economic activity on Tenzro. Transaction fees (gas) on the Tenzro Ledger, AI inference payments, TEE service fees, and governance participation all settle in TNZO. The settlement layer provides:

Native Agentic Payment Protocols

Two payment protocols have emerged as standards for agent-to-agent commerce: MPP (Machine Payments Protocol), co-authored by Stripe and Tempo, and x402, developed by Coinbase. Both use HTTP 402 (Payment Required) as their foundation, enabling pay-per-use access to APIs, AI models, and computational resources.

Tenzro provides native protocol-level support for both standards:

This means agents can seamlessly interact with both the Stripe-Tempo ecosystem and Coinbase's x402 infrastructure while settling on-chain with verifiable proofs. Developers building on Tenzro don't need to choose between payment standards — both are first-class primitives.

Multi-VM Execution Runtime

The agent economy spans multiple ecosystems. Agents need to interact with Ethereum DeFi protocols, Solana's high-throughput infrastructure, and enterprise DAML contracts. Rather than forcing developers to choose, Tenzro provides a unified multi-VM runtime:

Transactions are routed to the appropriate VM based on type. All three VMs share the same state tree and settle in TNZO. Block-STM parallel execution with MVCC (multi-version concurrency control) enables high throughput even with cross-VM dependencies.

Block-STM executes transactions in parallel with optimistic concurrency. When conflicts are detected (two transactions accessing the same state), the runtime automatically falls back to sequential execution for conflicting pairs. This achieves near-linear scaling for independent transactions while maintaining correctness for dependent operations.

Consensus and Network Economics

Tenzro uses HotStuff-2 BFT consensus with TEE-weighted leader selection. The protocol achieves O(n) linear communication complexity through a two-phase commit structure (PREPARE, COMMIT, DECIDE) with vote aggregation using BLS signatures.

Validators stake TNZO and earn:

Model providers and TEE providers earn service fees directly from users, with the network collecting a 0.5% commission that flows to the treasury. This creates a sustainable economic model where providers are incentivized to maximize quality and uptime.

Liquid staking via stTNZO enables capital efficiency: stake TNZO to secure the network while maintaining liquidity through a rebasing exchange rate. The liquid staking pool supports multi-validator delegation with a 10% protocol fee and 7-day unbonding period.

Agent-to-Agent Protocols

Tenzro nodes expose two protocol servers for agent interaction:

MCP Server (Model Context Protocol)

Anthropic's Model Context Protocol enables AI models to access external tools and data sources. Tenzro's MCP server (port 3001, Streamable HTTP transport at /mcp) provides 10 tools:

A2A Server (Agent-to-Agent Protocol)

Google's A2A specification defines a JSON-RPC 2.0 interface for inter-agent communication. Tenzro's A2A server (port 3002) implements:

Published skills include wallet operations, identity management, inference requests, settlement verification, and ZK proof validation. External agents can discover and invoke these skills using standard A2A tooling.

Testnet is Live

Tenzro testnet is deployed on Google Kubernetes Engine with 3 validators and 1 RPC node, fronted by Caddy for automatic TLS. All endpoints are publicly accessible:

Genesis block initialized with 1,000,000,000 TNZO total supply and 10,000,000 TNZO faucet allocation. The testnet runs real consensus (HotStuff-2 BFT), real VM execution (EVM via revm, SVM via solana_rbpf), and real settlement with on-chain state persistence via RocksDB.

The Vision: Decentralized by Default

Tenzro Protocol is designed from first principles to be fully decentralized. Anyone can install and run a node. There are no gatekeepers, no permissioned validator sets, no centralized oracles. The protocol is open-source (MIT/Apache-2.0), the network is permissionless, and the economics are programmatic.

We envision a future where:

The agent economy will be built on infrastructure that treats autonomy as a first-class property, not an afterthought. That infrastructure is Tenzro Protocol.

Get Started

Tenzro testnet is open for builders. Deploy smart contracts, register agents, run inference workloads, or operate a validator. Read the documentation to understand the protocol architecture, explore the TypeScript and Rust SDKs, or join the network with a single CLI command.