Horizen Faucet

Instant and reliable. Get Horizen Gobi testnet ZEN for free.

Send Horizen TZEN
to Your Wallet

You get 0.25 TZEN every 24 hours by signing up to the Tatum Dashboard.

To limit bots, we check that you have 0,001 native tokens on your mainnet wallet to send tokens.

Build Web3 app with Tatum SDK

Tatum SDK is open-source and gives you everything you need to build your Web3 application.

npm i @tatumio/tatum
Copy Code
GitHub license

Instantly Get Gas Fees for Horizen's EON chain

Tatum SDK allows you to quickly pull gas fees for your transactions. Try it with JS code now.

import { TatumSDK, Network, EON } from '@tatumio/tatum'

const tatum = await TatumSDK.init<EON>({network: Network.EON})

const data = await tatum.fee.getCurrentFee()
Copy Code

Easily Get Balance

With the Tatum SDK you can get wallet balances for as many addresses as needed with one simple call.

import { TatumSDK, Network, EON } from '@tatumio/tatum'

const tatum = await TatumSDK.init<EON>({network: Network.EON})

const balance = await tatum.rpc.getBalance
('0xa41d19F4258a388c639B7CcD938FCE3fb7D05e86')
Copy Code

Full List of Functions

There's a lot more that you can do with the Tatum SDK. Find the full list of methods in our documentation.

Frequently asked questions

How do I use the Horizen testnet ZEN faucet?

Firstly, you need to sign up for the Tatum dashboard. Please note that we only support regular wallet addresses, not smart contracts.

How often can I use the faucet?

You can request 0.25 Horizen TZEN every 24 hours.

What is a Horizen TZEN faucet?

Faucets offer developers testnet ZEN to evaluate and refine applications prior to launching on the mainnet.

What is Horizen Gobi TZEN? 

The Gobi testnet is one of the testnets for the Horizen. Testnets, in the blockchain context, are environments that mirror the main network but use valueless tokens, allowing developers to test their applications, run experiments, or debug issues without incurring real costs or risks. TZEN, in this context, refers to the test tokens used on the Gobi testnet. Developers can acquire these tokens from a faucet, and they're crucial for testing purposes on the network.

I didn't get my token!

The time required for receiving your test tokens can change due to potential network congestion or possibly our set gas amount being slightly lower than other miner-preferred transactions. If you haven't received your testnet tokens after several hours, kindly reach on our Discord server.