Tenzro Testnet is live. Get testnet TNZO

For Exchanges

List TNZO and integrate Tenzro

Institutional-grade blockchain infrastructure with multi-VM support, liquid staking derivatives, on-chain governance, and cross-chain bridges for optimal liquidity routing.

TNZO Token

Governance & Utility Token

TNZO is the native 18-decimal precision token used for transaction fees (gas), AI inference settlement, validator staking, and on-chain governance voting. All network fees flow to validators and treasury with automatic EIP-1559 base fee burning.

Transaction fees (gas) on Tenzro Ledger
Settlement for AI inference and TEE services
Stake for validation and earn rewards
On-chain governance voting power

Token Economics

SymbolTNZO
Decimals18
Network Fee0.5%
Community Allocation35-40%
EIP-1559 Fee BurningYes

Liquid Staking (stTNZO)

Stake TNZO and receive stTNZO tokens representing your staked position with automatic rebasing based on accrued rewards. Trade stTNZO on secondary markets for immediate liquidity.

Rebasing Exchange Rate

Exchange rate calculated as total_staked / sttnzo_supply. Automatic updates reflect accrued rewards without user action. Overflow-safe u128 arithmetic.

Multi-Validator Delegation

Stake across multiple validators for risk diversification. Automatic rebalancing optimizes for validator performance and uptime.

Protocol Fee

Default 10% protocol fee (1000 basis points) on staking rewards flows to network treasury. Transparent fee calculation and distribution.

Unbonding Period

7-day unbonding period for withdrawal requests ensures network security. Trade stTNZO on secondary markets for immediate liquidity.

Composability

stTNZO is a standard ERC-20 compatible token. Use in DeFi protocols, collateral, liquidity pools, and cross-chain bridges.

Safety

All calculations use quotient/remainder decomposition to prevent u128 overflow when multiplying scaled values. Slashing protection enforced.

API Integration

JSON-RPC endpoints compatible with Ethereum tooling. Query balances, submit transactions, and track blocks using standard Ethereum RPC methods.

RPC Endpoints

// Query balance curl -X POST http://localhost:8545 \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "eth_getBalance", "params": ["0x742d35...", "latest"], "id": 1 }' // Send transaction curl -X POST http://localhost:8545 \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "eth_sendRawTransaction", "params": ["0x..."], "id": 1 }'

TypeScript SDK

import { TenzroClient } from "@tenzro/sdk"; const client = new TenzroClient({ endpoint: "http://localhost:8545", }); // Get balance const balance = await client.getBalance( "0x742d35Cc6634C0532925a3b844Bc454e4438f44e" ); // Send transaction const tx = await client.sendTransaction({ to: recipient, value: Amount.tnzo(10.0), }); console.log("TX hash:", tx.hash);

Multi-VM Transaction Types

Support EVM, SVM, and DAML transaction types with unified gas metering and parallel execution via Block-STM.

EVM Transactions

Ethereum-compatible transactions with full EVM opcode support, Keccak-256 hashing, deterministic contract addresses, EIP-1559 dynamic gas pricing, and ERC-4337 account abstraction.

Transaction Type
type: 0 (legacy), 2 (EIP-1559)
Gas Metering
Standard EVM gas units

SVM Transactions

Solana VM transactions with BPF program execution, PDA derivation, compute units metering, and parallel transaction processing via Block-STM MVCC.

Transaction Type
type: SVM (agave-svm)
Gas Metering
Compute units (CU)

DAML Transactions

Canton/DAML transactions for enterprise smart contracts with privacy-preserving execution, multi-party workflows, and DAML 3.x compatibility for regulated finance.

Transaction Type
type: DAML (Canton)
Gas Metering
Fixed estimates

Cross-Chain Bridge Integrations

Seamless asset transfers between Tenzro Ledger and major blockchain networks for optimal liquidity routing and user access.

LayerZero V2

Omnichain messaging protocol for cross-chain asset transfers

Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche

Chainlink CCIP

Cross-Chain Interoperability Protocol with security guarantees

Ethereum, Polygon, Avalanche, Base

deBridge

DLN intent-based protocol for optimal cross-chain liquidity

Ethereum, Solana, Arbitrum, Polygon

Canton

DAML-based integration for regulated finance and banking

Enterprise Canton domains

Key Specifications

Consensus

AlgorithmBFT Consensus
FinalitySub-second
CommunicationLinear (O(n))
Fault ToleranceByzantine (33%)

Execution

Max Gas Limit30M
Target Gas (EIP-1559)15M
Parallel ExecutionBlock-STM
Account AbstractionERC-4337

Economics

Token Decimals18
Network Fee0.5%
Staking Fee10%
Community35-40%

List TNZO and stTNZO

Integrate Tenzro Network tokens and enable cross-chain liquidity for your users.