> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/documentacion-del-usuario-de-aragon/productos/set-up-metamask/getting-started-with-rinkeby-testnet.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
