Launch
Tenzro Network testnet is live.
Claim TNZO. Run a node. Serve inference. Register an identity. Settle payments. Every surface of the network — open, permissionless, and instrumented end-to-end.
Quick start
Three commands to send your first TNZO transaction.
Step 1
Install the CLI
curl -fsSL https://install.tenzro.network | shStep 2
Claim TNZO
# Get an address with `tenzro wallet list`, then:
tenzro faucet 0xYourAddressStep 3
Send TNZO
tenzro wallet send \
--to 0xRECIPIENT \
--amount 10 \
--asset TNZOBonus
Run inference
tenzro inference request qwen3-0.6b "hello, world"What ships on testnet
HotStuff-2 BFT consensus
Linear O(n) communication. TEE-attested validators get 1.5× weight in leader selection. Equivocation triggers 10% stake slashing.
Multi-VM runtime
EVM (revm) + SVM (solana_rbpf) + DAML (Canton) under one ledger. Block-STM parallel execution, EIP-1559, ERC-4337 v0.8.
Plonky3 STARKs over KoalaBear
Inference, settlement, and identity AIRs. Poseidon2 hashing, FRI commitments, no trusted setup, post-quantum sound.
Five-vendor TEE attestation
Intel TDX, AMD SEV-SNP, AWS Nitro, NVIDIA GPU CC, Intel Tiber. Hardware-rooted enclave keys, X.509 chain verification.