# Testnet Faucets

The Faucets function allows you to claim free testnet coins once every 12 hours. This feature is designed to facilitate easier testing and experimentation within Token Tool without requiring users to acquire testnet coins through external sources. Of course, you can use the testnet funds you claim to explore other dApps and DeFi protocols as well.

In order to be able to claim free testnet tokens, you need to do two things:

1. Complete your [profile](/asset-tokenization-suite/token-tool/track-token-portfolio.md#profile-completion) by at least 80% – this means you will need to verify your wallet address and add your email. You're not required to select an avatar.
2. Hold a minimum balance of 0.001 on the respective mainnet (so ETH or AVAX or BNB etc.).

Once complete, you can return to the Testnet Faucet page to claim your testnet coins on the desired network.

Simply connect your wallet, choose your designated network, and click the "Claim" button. You will receive the testnet funds to the address of the wallet that was connected once the transaction is processed. You cannot claim more than once every 24 hours.

Supported testnet faucets:

* [Ethereum Sepolia testnet faucet](https://tokentool.bitbond.com/faucet/ethereum-sepolia)
* [Binance Smart Chain testnet faucet](https://tokentool.bitbond.com/faucet/bsc-testnet)
* [Base Chain Sepolia testnet faucet](https://tokentool.bitbond.com/faucet/base-sepolia)
* [Solana Devnet faucet](https://faucet.solana.com/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitbond.com/asset-tokenization-suite/token-tool/testnet-faucets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
