# Cómo empezar con Goerli Testnet

{% hint style="info" %}
En esta sección, usted aprenderá a conectar y a utilizar su monedero web3 en la Goerli Testnet (red de pruebas).
{% endhint %}

## Conecte su monedero Web3 a la Goerli Testnet

{% hint style="info" %}
Recomendamos utilizar el [monedero Metamask](/documentacion-del-usuario-de-aragon/productos/set-up-metamask.md) como su monedero Web3.
{% endhint %}

{% hint style="success" %}
La Red Ethereum ya está configurada en su cartera Metamask.
{% endhint %}

Acceda a su cartera y seleccione la Goerli Test Network (red de pruebas Goerli) en el menú desplegable Redes.

<figure><img src="/files/OuS2paX1P39bFaMPRFXe" alt=""><figcaption><p>Selección de la red de pruebas de Goerli</p></figcaption></figure>

## Deposite GoerliETH en su monedero Goerli

Ahora necesita cargar su cartera con suficiente test-Ether (abreviado como GoerliETH) para pagar el gas. Cada transacción en la red requiere una cuota de gas para, por ejemplo:

* transacciones para la transferencia de fondos de su monedero.&#x20;
* el despliegue de su organización.
* las interacciones dentro de su organización.

**Puede reclamar GoerliETH en el Faucet (grifo) Goerli:**

* <https://goerli-faucet.mudit.blog/> (disponible actualmente solo en inglés)
* <https://fauceth.komputing.org/?chain=5> (disponible actualmente solo en inglés)

**O, publique su dirección de Goerli Testnet en el** [**Chat de Aragon #questions-community**](https://discordapp.com/channels/672466989217873929/694844628586856469) (disponible actualmente solo en inglés) **para recibir GoerliETH gratis.**

{% hint style="warning" %}
Si publica su solicitud de Faucet (grifo) en un canal de chat de Aragon, por favor, tenga paciencia. Se los enviaremos lo antes posible.
{% 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/documentacion-del-usuario-de-aragon/productos/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.
