# Getting started with Ethereum

{% hint style="info" %}
In this section, you will learn how to connect and use your Web3 wallet on the Ethereum Network (also called Ethereum Mainnet).
{% endhint %}

## **Connect your Web3 wallet to the Ethereum Network**

{% hint style="info" %}
We recommend using [Metamask wallet](/products/set-up-metamask.md) as your Web3 wallet.
{% endhint %}

{% hint style="success" %}
The Ethereum Network is already set up on your Metamask wallet.
{% endhint %}

Log in to your wallet and select the Ethereum Mainnet on the dropdown Networks menu.

![Ethereum Mainnet network selection](/files/Mn37rwjwaun94H83rRTj)

## **Deposit at least 0.2 ETH to your Ethereum wallet.**

Now you need to load your wallet with enough Ether (abbreviated as ETH) to pay for gas. Each transaction on the network requires a gas fee for e.g.:

* transactions for the transfer of funds from your wallet
* the deployment of your organization
* the interactions within your organization

{% hint style="info" %}
$ETH is a cryptocurrency native to the Ethereum network and can be acquired from any [cryptocurrency exchange that lists ETH](https://docs.ethhub.io/using-ethereum/how-to-buy-ether/).
{% endhint %}

{% hint style="danger" %}
**How much $ETH is necessary to deploy a DAO?**

As a rough estimate of how much ETH you will need: multiply the [current “standard” gas price in gwei](https://ethgasstation.info) by 0.02.

**For example:** at a standard gas price of 10 gwei, you should have 0.2 ETH in your wallet. You can estimate the necessary gas price [here](/products/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/products/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.
