# Faucets

## What is a Faucet in web3?

A faucet is a way for web3 users to obtain a small amount of testnet, or sometimes mainnet, tokens to their wallet, for the purpose of getting started using various blockchain networks or protocols, e.g. to help pay initial gas fees for testing transactions.

The name “faucet”, from American English, is used because tokens are usually “dripped” in small amounts over a fixed time period for the same user/wallet, e.g. *100 Test HBAR every 24 hours.*

## What Faucets does Validation Cloud offer?

We provide a faucet for **ICP** (Internet Computer Protocol), specifically for the following tokens:

| Token   | Canister ID                 |
| ------- | --------------------------- |
| TESTICP | xafvr-biaaa-aaaai-aql5q-cai |
| TICRC1  | 3jkp5-oyaaa-aaaaj-azwqa-cai |

Note: You may have to import the above tokens into your wallet using the canister ID above.

We also link to other existing and working testnet faucets for the following networks:

* Aptos
* Hedera
* Stellar

Create or log-in to your account, go to Node API at <https://app.validationcloud.io/node>, select Faucets, and follow the instructions for each network.

## Faucet Frequently Asked Questions (FAQ)

### **Why can I only get&#x20;*****X*****&#x20;tokens?**

Even on testnet networks, tokens need to come from somewhere, often the relevant blockchain foundation.

As a result, individual users/wallets are normally restricted to a certain amount of tokens that provide enough to allow for testing or interaction with the relevant blockchain.


---

# 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.validationcloud.io/v1/about/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.
