# Get ETH on Testnet

The MegaETH faucet gives you free testnet ETH so you can try out the network without spending real money. Testnet ETH has no monetary value — it is only for testing.

{% hint style="warning" %}
The faucet is for **testnet only**. If you need ETH on MegaETH Mainnet, see [Get Funds on Mainnet](/user-guide/bridge.md) for bridging and other options.
{% endhint %}

## How to Get Testnet ETH

Visit the faucet at [**testnet.megaeth.com**](https://testnet.megaeth.com).

Enter your wallet address and complete the verification step. The faucet will send testnet ETH directly to your wallet.

{% hint style="info" %}
If you are on the Fluffle whitelist, registered via Discord, active in Telegram, or have interacted with MegaETH on Twitter, you may already be prefunded and can start using the chain right away.
{% endhint %}

## Limits

* The faucet provides a maximum of **0.005 testnet ETH** per user every 24 hours.
* Requests are tracked by IP address. Switching wallets will not bypass the limit.
* If you need more testnet ETH to deploy and test a protocol, reach out to the team directly.

## Rules

* Do not set up your own faucet in your dApp. Direct users to the official MegaETH faucet instead.
* The limits exist to prevent abuse and maintain network stability — not to create artificial scarcity.

## After Mainnet

The faucet will remain open after mainnet launch, but will continue to distribute tokens only for the testnet. It will not be possible to bridge testnet ETH onto mainnet.


---

# 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.megaeth.com/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.
