# Getting started with Goerli Testnet

{% hint style="info" %}
In this section, you will learn how to connect and use your web3 wallet on the Goerli Testnet.
{% endhint %}

## **Connect your Web3 wallet to the Goerli Testnet**

{% hint style="info" %}
We recommend using [Metamask wallet](/products/set-up-metamask.md) as your Web3 wallet.
{% endhint %}

{% hint style="success" %}
The Goerli Network is already set up on your Metamask wallet.
{% endhint %}

Log in to your wallet and select the Goerli Test Network on the dropdown Networks menu.

<figure><img src="/files/lkaJ2aZCCkapVsJPdP49" alt=""><figcaption><p>Goerli testnet selection</p></figcaption></figure>

## **Deposit GoerliETH to your Goerli wallet**

Now you need to load your wallet with enough test-Ether (abbreviated as GoerliETH) to pay for gas. Each transaction on the network requires a gas fee for e.g.:

* transactions for the transfer of funds from your wallet
* the deployment of your Organization
* the interactions within your Organization

#### You can claim GoerliETH on the Goerli Faucet:

* <https://goerli-faucet.mudit.blog/>
* <https://fauceth.komputing.org/?chain=5>

#### Or post your Goerli Testnet address in the [Aragon Chat #questions-community](https://discordapp.com/channels/672466989217873929/694844628586856469) to receive GoerliETH for free.

{% hint style="warning" %}
If you post your faucet request in an Aragon Chat channel, please, be patient. We will send them to you asap.
{% endhint %}


---

# 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://legacy-docs.aragon.org/products/set-up-metamask/getting-started-with-rinkeby-testnet.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.
