# Goerli

## Switch to Goerli Test Network

Goerli is a test network for Ethereum. It uses a different Eth, called Goerli Eth, which has no value, and tokens on Goerli have no value. If you haven't ever used Goerli, you won't have any GoerliETH. Post your address in the discord or message Matto with your address and he'll send you .1 GoerliETH, which is plenty for this experiment.

You have to switch the network your web3 app or browser extension uses from mainnet to goerli in order to interact with the Goerli testnet. You don't need a different eth address; you can use one you already have.

In the Metamask extension, there's a dropdown at the top of the popup window\...

![](/files/rFkWfq3Dm1GONb6SJb1p)

If this is the first time you've used a testnet, you may have to enable them...

![](/files/3p8pbBWF4xPBdVBu7qva)

![](/files/hFp07HKgAqaAevryRneH)

After testnets are enabled, go back to the dropdown and select Goerli...

![](/files/hRq0VCIpwJQNX5cI0ygW)

Once you select Goerli test network, it will show at the top of Metamask, and any Goerli Eth you have will be shown as GoerliETH so people don't confuse the two.

&#x20;![](/files/UG29kWu3m7QRjYwBYqzc)

All Chainlife testnet activity will be on Goerli! When you're done interacting with the testnet, you will need to switch back to mainnet to interact on the Ethereum 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.chainlife.xyz/recycle-bin/goerli.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.
