> For the complete documentation index, see [llms.txt](https://scroll-zkp.gitbook.io/scroll-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scroll-zkp.gitbook.io/scroll-guide/user-guide/faucet.md).

# Faucet

{% hint style="danger" %}
**Scroll Alpha Testnet is now deprecated.**

Please visit our new documentation for the Scroll Sepolia Testnet at <https://docs.scroll.io/>
{% endhint %}

To interact with our testnet, you first need to receive testnet ETH on *Goerli.* Then you may bridge from **Goerli Testnet** to **Scroll Alpha Testnet.** Here are a few *Goerli* faucet apps:

* [https://goerlifaucet.com](https://goerlifaucet.com/)
* [https://goerli-faucet.pk910.de](https://goerli-faucet.pk910.de/)
* [https://faucet.paradigm.xyz](https://faucet.paradigm.xyz/)

Once you receive ETH on Goerli, you should see it in your wallet on the **Goerli Network**. It may take a few seconds for them to appear, but you can check the status by looking for a transaction to your address on any [Goerli Block Explorer](https://goerli.etherscan.io/).

{% hint style="info" %}
Note: Most faucets only allow requests for test tokens once every 24 hours.
{% endhint %}

#### Scroll Alpha Faucets

If you don't want to interact with the bridge, some faucets directly distribute Scroll Alpha ETH.

* <https://bwarelabs.com/faucets/scroll-testnet>
* <https://scroll.l2scan.co/faucet>
* <https://www.covalenthq.com/faucet/>


---

# 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://scroll-zkp.gitbook.io/scroll-guide/user-guide/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.
