Tenzro
Testnet

TNZO faucet.

Claim testnet TNZO to pay gas, stake, run inference, and exercise every surface of the network. Funded from a 10M genesis allocation.
Allocation
10M TNZO
Per Request
100 TNZO
Cooldown
24 hours
Network Fee
0.5%
Request

Claim 100 TNZO.

Submit your Tenzro address. One request per address per 24 hours.

HTTP endpoint

POST /faucet

Programmatic access against api.tenzro.network.

curl -X POST https://api.tenzro.network/faucet \
  -H "Content-Type: application/json" \
  -d '{"address": "0x..."}'
Response
{
  "success": true,
  "amount": "100",
  "txHash": "0x..."
}
CLI

Or claim via tenzro.

tenzro faucet 0x...