# Introdução ao Goerli Testnet

{% hint style="info" %}
Nesta seção, você aprenderá como conectar e usar a sua carteira web3 no *Goerli Testnet*.
{% endhint %}

## **Conecte a sua carteira Web3 ao Goerli Testnet** <a href="#connect-your-web3-wallet-to-the-rinkeby-testnet" id="connect-your-web3-wallet-to-the-rinkeby-testnet"></a>

{% hint style="info" %}
Recomendamos usar [a carteira Metamask](/aragon-documentacao-do-utilizador/products/set-up-metamask.md) como sua carteira Web3.
{% endhint %}

{% hint style="success" %}
A Rede *Ethereum* já está configurada na sua carteira *Metamask*.
{% endhint %}

Faça *login* na sua carteira e selecione *Goerli Test Network* no menu suspenso "Networks".

<figure><img src="/files/DzWRwaT4bZUbd901iMuR" alt=""><figcaption><p>Seleção do Goerli Testnet</p></figcaption></figure>

## **Deposite&#x20;*****GoerliETH*****&#x20;na sua carteira Goerli** <a href="#deposit-test-eth-to-your-rinkeby-wallet" id="deposit-test-eth-to-your-rinkeby-wallet"></a>

Agora você precisa carregar a sua carteira com *Ether* de teste suficiente (abreviado como *GoerliETH*) para pagar pelo gás. Cada transação na rede exige uma taxa de gás para, por exemplo:

* transações para a transferência de fundos da sua carteira
* a implantação da sua organização
* as interações dentro da sua organização

#### Você pode reivindicar GoerliETH no *Faucet de* *Goerli*: <a href="#you-can-claim-test-eth-on-the-rinkeby-faucet" id="you-can-claim-test-eth-on-the-rinkeby-faucet"></a>

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

#### Ou poste seu endereço *Goerli Testnet* no canal da [Chat Aragon #questions-community](https://discordapp.com/channels/672466989217873929/694844628586856469) para receber *GoerliETH* gratuitamente. <a href="#or-post-your-rinkeby-testnet-address-in-the-aragon-chat-questions-community-to-receive-test-eth-for" id="or-post-your-rinkeby-testnet-address-in-the-aragon-chat-questions-community-to-receive-test-eth-for"></a>

{% hint style="warning" %}
Se você postar sua solicitação de *GoerliETH* em um canal do *Aragon Chat*, por favor, seja paciente. Nós os enviaremos para você o mais rápido possível.
{% 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/aragon-documentacao-do-utilizador/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.
