The open network for autonomous AI coordination.
Discovery, routing, and coordination — between every kind of participant.
What the network coordinates.
Intelligence serving
Open model registry across modalities. Independent providers serve inference, routed by price, latency, and reputation. Verifiable per call.
Security as a service
TEE providers offer Intel TDX, AMD SEV-SNP, AWS Nitro, NVIDIA GPU CC, and Intel Tiber enclaves for confidential compute and key custody.
Identity coordination
TDIP DIDs anchored on the ledger — humans, delegated agents, autonomous machines. One protocol, all entities.
Agent orchestration
A2A protocol, MCP bridge, lifecycle management, swarm orchestration, and on-chain reputation.
Payment routing
MPP, x402, AP2, Visa TAP, Mastercard Agent Pay, Tempo, on-chain settlement, and per-token micropayment channels.
Cross-chain reach
Bridges to Ethereum, Solana, Canton, and 50+ chains. Value moves anywhere — settlement anchors on Tenzro.
Validator coordination
HotStuff-2 BFT, TEE-weighted leader selection, slashing for equivocation, atomic epoch transitions.
NAT-traversing peer mesh
libp2p with gossipsub, Kademlia DHT, Circuit-Relay v2, AutoNAT v2, DCUtR hole-punching — joiners connect from anywhere.
Local-first discovery and routing
mDNS finds peers on the same LAN segment; requests prefer a local provider before reaching over the WAN. Same-segment machines can also cluster to serve a model none of them could hold alone.
Hardware-adaptive serving
Nodes detect their own GPUs, memory, and interconnect at startup — no configuration. Routing weighs detected hardware class, filters providers that can't hold a model, and sizes GPU offload to the machine. A laptop and an HGX node run the same binary.
Bring your own inference engine
Already running vLLM, SGLang, or llama-server? Register the endpoint and the node routes network demand to it — health-probed at registration, announced to peers, billed through settlement. No changes to your serving stack.
Verifiable inference
Request a TOPLOC top-k logit commitment with any response. Anyone with the weights re-executes the prompt as a single prefill and compares per-step logits — catching model substitution, silent quantization, and fabricated output. Upheld challenges cost the provider reputation and bond standing.
Open node software
Run a validator, RPC operator, TEE provider, model provider, compute provider, storage provider, cloud operator, trainer, syncer, or light client. Apache-2.0, audited, hardware-attested.
Who runs on the network.
- 01ValidatorsBond 10,000 TNZO, run consensus, produce blocks, anchor identity and settlement. TEE-attested validators earn weighted leader selection.
- 02RPC operatorsBond 100,000 TNZO to carry public RPC traffic, issue tenant API keys, and broker upstream chain access. The largest bond on the ladder, matching the largest trust surface.
- 03TEE providersBond 10,000 TNZO to host confidential enclaves with hardware attestation. Provide custody, sealed execution, and attested key management.
- 04Model providersBond 1,000 TNZO to serve AI inference across modalities — chat, forecast, vision, embeddings, segmentation, detection, audio, video. Earn TNZO per call.
- 05Compute providersRent accelerators to the network. The bond scales with the cards pledged — 5,000 TNZO per datacentre card, 2,000 workstation, 1,000 consumer, 500 integrated, with a 500 TNZO floor.
- 06Storage providersHold content-addressed blobs, model weights, and sealed shards. The bond scales at 100 TNZO per terabyte pledged, with a 100 TNZO floor.
- 07Cloud operatorsRun hosted services on top of the network. The bond scales with the highest class offered — 1,000 TNZO for functions, 5,000 for databases, 25,000 for machines.
- 08Trainers and syncersBond 1,000 TNZO to contribute gradients to a training run, or to aggregate them as a witness on the syncer committee.
- 09AgentsSelf-sovereign machine identities with auto-provisioned wallets, programmable delegation, and on-chain reputation.
- 10HumansHold TDIP human identities, run nodes, stake, govern, transact directly, and delegate to agents under programmable scopes.
- 11Bridge operatorsOperate cross-chain message and value transfer across LayerZero, CCIP, Wormhole, deBridge, Canton, and Li.Fi.
- P2P stack
- libp2p — gossipsub, Kademlia DHT, identify, relay v2, AutoNAT v2, DCUtR
- Topics
- tenzro/blocks, tenzro/transactions, tenzro/consensus, tenzro/attestations, tenzro/models, tenzro/inference, tenzro/agents
- Node roles
- validator, fullnode, light, tee, ai, compute, storage, cloud, edge, archive, bootstrap, micro
- Bonded roles
- validator, rpc, tee, model, compute, storage, cloud, trainer, syncer
- Default ports
- 9000 (libp2p), 8545 (JSON-RPC), 8080 (Web API), 3001 (MCP), 3002 (A2A)
- License
- Apache-2.0