> 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-ethereum.md).

# Cómo empezar con Ethereum

{% hint style="info" %}
En esta sección, aprenderá a conectar y utilizar su monedero Web3 en la Red Ethereum (también llamada Mainnet de Ethereum).
{% endhint %}

## Conecte su monedero Web3 a la Ethereum Network (red de Ethereum)

{% 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 Ethereum Mainnet (red principal de Ethereum) en el menú desplegable de redes.

![Selección de la red Ethereum Mainnet](/files/VgmYoZtdwN4xHGSazdtG)

## Deposite al menos 0,2 ETH en su cartera de Ethereum.

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

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

{% hint style="info" %}
$ETH es una criptomoneda nativa de la Ethereum Network (red de Ethereum) y puede adquirirse en cualquier [exchange (casa de cambio) de criptomonedas que liste ETH](https://docs.ethhub.io/using-ethereum/how-to-buy-ether/) (actualmente disponible solo en inglés).
{% endhint %}

{% hint style="danger" %}
**¿Cuántos $ETH son necesarios para desplegar un DAO?**

Como estimación aproximada de la cantidad de ETH que necesitará: multiplique el [precio "estándar" actual del gas en gwei](https://ethgasstation.info/) (disponible actualmente solo en inglés) por 0,02.

Por ejemplo: a un precio de gas estándar de 10 gwei, usted debería tener 0,2 ETH en su cartera. Usted puede estimar el precio del gas necesario [aquí](/documentacion-del-usuario-de-aragon/productos/set-up-metamask/gas-tracker.md).
{% 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-ethereum.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.
