Frequently Asked Questions
Everything you need to know about Tenzro Network
What is Tenzro?
Tenzro Network is decentralized infrastructure for the AI age, enabling humans and agents to access intelligence (AI models) and security (TEE enclaves for key management, custody, and 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 providing identity, security (TEE-based key management, ZK proofs), verification (credentials, attestations, proofs, inference results), and settlement (all in TNZO).
What is TNZO?
TNZO is the native governance token of Tenzro Network. It serves multiple purposes:
- Gas fees: Pay transaction fees on the Tenzro Ledger
- Settlement: Pay for AI inference and TEE services
- Staking: Stake for validation and governance participation
- Rewards: Earn rewards for securing the network and providing services
TNZO has 18 decimal precision and can be liquid staked to receive stTNZO, which accrues staking rewards automatically.
How do I run a node?
Running a Tenzro node is straightforward:
- 1.Download and install the Tenzro node software from the official repository
- 2.Choose your node role: validator, model-provider, tee-provider, or light-client
- 3.Configure your node with bootstrap nodes and RPC endpoints
- 4.Start the node and begin participating in the network
Validators must stake TNZO to participate in consensus. Model and TEE providers earn rewards for serving requests.
What virtual machines are supported?
Tenzro Ledger supports multiple virtual machines in a unified runtime:
- EVM (Ethereum Virtual Machine): Full Ethereum compatibility with dynamic fee market, account abstraction, and standard precompiles
- SVM (Solana Virtual Machine): Solana program execution with parallel transaction processing
- DAML (Canton): Enterprise smart contract execution with privacy-preserving sub-transaction protocols
All VMs benefit from parallel execution, Tenzro-specific precompiles (TEE, ZK, Model, Settlement), and unified gas metering.
How does payment work on Tenzro?
Tenzro supports multiple payment protocols for flexible, efficient value transfer:
- MPP (Machine Payments Protocol): HTTP 402-based payment flow with challenge/credential/receipt flow and session management
- x402: Coinbase's HTTP 402 payment protocol for web-native payments
- Tempo Integration: Direct participation in the Tempo network for stablecoin settlement
- Micropayment Channels: Off-chain per-token billing for AI inference with on-chain settlement
All payments are identity-bound via TDIP (Tenzro Decentralized Identity Protocol) and can enforce delegation scopes for machine actors.
What is TDIP (Tenzro Decentralized Identity Protocol)?
TDIP is Tenzro's unified identity standard for both humans and machines, based on W3C Decentralized Identifiers (DIDs).
DID Format:
- Humans:
did:tenzro:human:{uuid} - Machines:
did:tenzro:machine:{controller}:{uuid}
Key Features:
- W3C-compatible DID Documents with verifiable credentials
- Auto-provisioned MPC wallets for every identity
- Fine-grained delegation scopes for machine actors
- KYC tier support (Unverified, Basic, Enhanced, Full)
- Cascading revocation for credential chains
How do Trusted Execution Environments (TEEs) work on Tenzro?
Tenzro provides hardware-based confidential computing through TEE abstraction supporting multiple platforms:
- Intel TDX: Trust Domain Extensions for isolated VM execution
- AMD SEV-SNP: Secure Encrypted Virtualization with memory encryption
- AWS Nitro: Cloud-based hardware security modules
- NVIDIA GPU: Confidential Computing on Hopper/Blackwell/Ada Lovelace architectures with NRAS attestation
Use Cases:
- Secure key management and custody without seed phrases
- Private AI inference with model confidentiality
- Attested consensus with TEE-weighted validators (2x weight)
- Hybrid ZK-in-TEE execution combining proofs with hardware attestation
How do I become a provider on Tenzro?
Tenzro has three types of providers, each with different requirements:
Validator
- 1.Stake the minimum required TNZO tokens
- 2.Run a full node with validator role enabled
- 3.Maintain 99.9% uptime to avoid slashing
- 4.Earn rewards from transaction fees and block rewards
Model Provider
- 1.Stake TNZO as collateral
- 2.Register your model on the network
- 3.Start serving inference requests
- 4.Earn per-token or per-request payments
TEE Provider
- 1.Deploy hardware with TEE support (Intel TDX, AMD SEV-SNP, AWS Nitro, or NVIDIA GPU)
- 2.Generate and submit attestation reports
- 3.Register as TEE provider with verified attestation
- 4.Earn from key management, confidential compute, and ZK proving services
What is stTNZO?
stTNZO is Tenzro's liquid staking derivative token. When you stake TNZO in the liquid staking pool, you receive stTNZO in return.
Key Features:
- Rebasing exchange rate: stTNZO automatically accrues staking rewards through an increasing exchange rate
- Multi-validator delegation: Deposits are distributed across multiple validators for decentralization
- Liquidity: Use stTNZO in DeFi while earning staking rewards
- 7-day unbonding: Withdrawals are processed after a 7-day waiting period
- Protocol fee: 10% of staking rewards go to the protocol treasury
Example: If you deposit 100 TNZO when the exchange rate is 1.0, you receive 100 stTNZO. After earning 10% rewards, the rate becomes 1.1, so your 100 stTNZO is now worth 110 TNZO.
Is Tenzro open source?
Yes, Tenzro Network is fully open source and will be publicly available soon.
The codebase includes:
- Complete blockchain implementation with modular architecture
- Desktop application and web interfaces
- SDKs for multiple programming languages
- Developer tools and comprehensive documentation
- API specifications and protocol definitions
Contributions are welcome! See the repository for contribution guidelines and development setup instructions.