Holesky Faucet

Instant and reliable. Get Holesky testnet ETH for free.

Send Holesky ETH
to Your Wallet

You get 0.1 Holesky ETH. No login. No commitment.
Your ETH is on it's way! While you wait, test our SDK 👉 

Get More ETH With the Tatum SDK

Copy the code, sign-up to Tatum Dashboard to get your API key, replace wallet, and run it for additional 0.05 ETH.

Code Snippet with Horizontal Scrolling
import { TatumSDK, Network, Ethereum } from '@tatumio/tatum'

const tatum = await TatumSDK.init<Ethereum>({
  network: Network.ETHEREUM_HOLESKY,
})
 apiKey: {
        v4: 't-6509****07aed3',
      },
    });
    
const res = await tatum.faucet.fund('0x712e3a792c974b3e3dbe41229ad4290791c75a82')

if (res.data) {
  console.log(res.data)
} else {
  console.error(res.error)
}
Copy Code

Build What You Need Quickly

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 Ethereum

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

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

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

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

Easily Monitor Ethereum Transactions

With the Tatum SDK monitoring even thousands of transactions via webhooks is easy.

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

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

const data = await tatum.notification.subscribe.addressEvent({
  url: 'https://your-webhook-url.com',
  address: '0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990'
})
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 for Ethereum in our documentation.

Frequently asked questions

How do I use the Holesky faucet?

To request funds, enter your wallet address, and press “Send”. We support standard wallet addresses but not smart contracts. Don't forget to complete reCaptcha too.

How often can I use the faucet?

You can request 0.1 Holesky ETH every 24 hours.

What is a testnet Ethereum faucet?

Faucets provide developers with testnet Ether (ETH), in this case Holesky, for assessing applications before mainnet deployment. While many faucets demand human verifications, signing up via email or make you wait in a queue for tokens, Tatum.io's faucet doesn't ask you for any info.

What is a Holesky testnet token? 

Testnet tokens function as a trial currency, permitting you to evaluate your Ethereum app before launching on the mainnet. These tokens can replace mainnet Ether tokens on testnets like Holesky or Sepolia.

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.

I have issues with Google Captcha

This issue often arises when using a VPN – it's a Google restriction we don't govern. We advise disabling your VPN in this scenario.