> For the complete documentation index, see [llms.txt](https://docs.re.al/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.re.al/build-on-re.al/faucet.md).

# Faucet

{% hint style="warning" %}
**re.al Testnet and its related documentation are under active development.**

All feedback is welcome and highly appreciated. Please report errors or inconsistencies to a team member or as an issue on our [Issues Tracker](https://github.com/YourOrg/your-repo/issues), thank you.
{% endhint %}

### Obtaining Testnet Tokens

To acquire testnet tokens for network transactions, utilize public faucets that distribute testnet ETH. After receiving testnet ETH, bridge them to the Layer-2 network using the provided bridge service.

### Connecting Wallet to Testnet

Configure your wallet to connect to the [Holesly testnet ](https://chainlist.org/chain/17000)where you can receive testnet ETH.

### Using Public Faucets

Access the following faucets to obtain testnet ETH:

[Holesky Faucet 1](https://holesky-faucet.pk910.de/)

Once you have the testnet ETH, proceed to [bridge them to the unreal network](https://bridge.gelato.network/bridge/unreal) for testing and development purposes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.re.al/build-on-re.al/faucet.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.
