# 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: 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-ethereum.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.
