# Testnet Faucets

## What it is

Usually, testnets are used to get more familiar with the network and test different features. In a lot of cases you need to have tokens to perform operations in the network testnets.

Faucet allows users to provide their public addresses and receive tokens to interact with testnet.

## How to use

Get testnet HMND tokens by performing the steps below:

* Go to the chains page, find the section for the testnet you are interested in, look up the Telegram Faucet entry and start a Telegram chat with the specified bot by clicking the URL.

{% content-ref url="/pages/cSXr15XlOQO5wr97rA0g" %}
[Chains](/docs/chains.md)
{% endcontent-ref %}

* Send the command `/gettokens` and follow the prompts.
* The bot will respond with a message that represents the status of your request.

  After the status changes to "The transaction with your tokens has been submitted: `0xa000…000`." you should have obtained the tokens.

## Example

An example of the communication session with the facuet bot:

<figure><img src="/files/tQENmmUp6s2i8adx4EvY" alt=""><figcaption></figcaption></figure>


---

# 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://gitbook.humanode.io/docs/tools-and-services/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.
