# Get Goerli Testnet ETH (GÖETH)

Since we will be using the Goerli testnet you'll have to switch from **"Main Ethereum Network"** to **"Goerli Test Network"** in your MetaMask by selecting it from the top right dropdown.

After switching to the Goerli testnet you can go ahead and acquire some Goerli testnet ETH by following these steps:

1. Copy your address. It is located on the left hand side in MetaMask and starts with "0x".
2. Visit the [Goerli faucet](https://goerli-faucet.slock.it/), there you'll have to paste the address into the input field and check the *"I'm not a robot"*  checkbox.
3. Click on **"REQUEST 0.05 GÖETH"**.

You will see a success message when the request has gone through. If it fails, keep trying until it succeeds.

You can verify that 0.05 GÖETH was actually received by opening MetaMask and see if your Goerli Test Network shows a balance of total 0.05 GÖETH.


---

# 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://raiden-network.gitbook.io/raiden-network/using-raiden-on-testnet/use-custom-token/get-goerli-testnet-eth-goeeth.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.
