Skip to content
Tenzro
Documentation menu
Start here

Tenzro Network 1

What Network 1 is, what is new in it, and the endpoints you use to reach it.

Tenzro Network 1 is the open network for the Machine Economy. It launches on 1 October 2026 from a fresh genesis, as a major upgrade over the testnet that ran earlier in 2026. It is open source under Apache 2.0 and stewarded by the Tenzro Foundation.

What is new

  • Tenzro DAG Consensus (TDC), our post-quantum consensus protocol. Every validator proposes in parallel each round, finality certificates are signed with ML-DSA-65, and certificates are compressed with STARK proofs. See Consensus.
  • Hardware-rooted keys. Every key is rooted in a TPM 2.0, a Secure Enclave or a passkey. There are no key files and no seed phrases. See Hardware-rooted keys.
  • Trust and provenance for models and operators: certification and ratings issued by anyone, signed operator policies and hash-verified weights. See Trust and provenance.
  • The Machine Economy: a compute price index in consensus, compute claims, SLA attestation and metered, per-use settlement in TNZO or stablecoins. See Machine Economy.
  • Inference for any model behind OpenAI-compatible APIs. See Inference.
  • Training for agents, with every round replayable from its seed. See Training for agents.
  • Closed by default: anything that moves money or changes state needs a signature from the account that pays. See RPC access.

Endpoints

ServiceURL
JSON-RPC and OpenAI-compatible APIshttps://rpc.tenzro.xyz
Web API, status and faucethttps://api.tenzro.xyz
MCPhttps://mcp.tenzro.xyz/mcp
A2Ahttps://a2a.tenzro.xyz

Check that you are connected:

bash
curl -s https://rpc.tenzro.xyz \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tenzro_blockNumber","params":[]}'

Get started