> For the complete documentation index, see [llms.txt](https://docs-presto.gateway.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-faucet.md).

# How to use a Faucet

## How to use a Faucet

{% hint style="info" %}
☝ Available only on testnets!
{% endhint %}

## What is a Faucet?

A testnet faucet provides developers and builders with test tokens for deploying, testing and optimizing smart contracts on public blockchains without having to spend real ETH tokens.

Smart contracts on mainnet blockchains like Ethereum and Gnosis require gas fees to run smart contracts and incentivize validators to process and validate transactions accurately. Testnets help mirror the functionality of the main blockchain.&#x20;

The faucet on Presto is not gasless as each testnet provisioned with Presto has a faucet built-in and pre-funded.

Also see:

* [How To Deploy A Smart Contract](/overview/features-for-developers/how-to-deploy-a-smart-contract.md)
* [How To Create & Use a Gasless Rollup](/overview/main-functionality/how-to-create-and-use-a-gasless-rollup.md)

## How To Use a Faucet?

This shows to to request 1 test ETH on the faucet.

1. Navigate to “**Faucet**” in the L2 [Presto L2 Dashboard](/overview/presto-ui-dashboards/presto-l2-dashboard.md).

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXd-_SVTFkgosK0tQl7PB4zjAF0kOQPiIazGwve6UMm4MsD1v0w6mnuNHJJMYiAiSmPEco5N8iAh8_TAQWXd6RDzoX4gt1WdBwKLI_qOKaL5k__JShEeCbNLGW4MYtxYHWNtLHdFR0iSGMYapJ3GRuTvOx12?key=F5POGgXE30B7HS8IUpmSUA" alt=""><figcaption></figcaption></figure>

2. Open [Faucet](https://sn2-stavanger-faucet.eu-north-2.gateway.fm/), enter your wallet address and press 'Request'.

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

3. Confirm on the [block explorer](https://sn2-stavanger-blockscout.eu-north-2.gateway.fm/) and in the wallet.

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

Congratulations, we have successfully received testETH from the faucet. We recommend checking the guide below:

* [How To Use Metamask with Presto](/overview/main-functionality/how-to-use-metamask-with-presto.md)
* [How to use a Block Explorer](/overview/main-functionality/how-to-use-a-block-explorer.md)

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-faucet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
