# Ethereumのはじめ方

{% hint style="info" %}
このセクションでは、イーサリアムネットワーク（イーサリアムメインネットとも呼ばれます）上でWeb3ウォレットを接続し使用する方法を学びます。
{% endhint %}

## Web3ウォレットをイーサリアムネットワークに接続する

{% hint style="info" %}
Web3ウォレットとして[Metamask（英語のみ）](https://metamask.io)を使用することをお勧めします。&#x20;
{% endhint %}

{% hint style="success" %}
メタマスクには、すでにイーサリアムネットワークが設定されています。
{% endhint %}

ウォレットにログインし、NetworksのドロップダウンメニューからEthereum Mainnetを選択します。

![Ethereum Mainnetの選択](/files/VgmYoZtdwN4xHGSazdtG)

## イーサリアムに0.2ETH以上入金する

ガス代を支払うのに十分な量のイーサ（ETH）をウォレットに入金する必要があります。ネットワーク上の以下のようなトランザクションには、ガス代が必要です。

* あなたのウォレットから資金を移動するためのトランザクション
* あなたの組織のデプロイ
* 組織内のやり取り

{% hint style="info" %}
$ETHはイーサリアムネットワークにネイティブな暗号通貨で、[ETHを上場している暗号通貨取引所（英語のみ）](https://docs.ethhub.io/using-ethereum/how-to-buy-ether/)で入手できます。
{% endhint %}

{% hint style="danger" %}
**DAOをデプロイするためにいくら$ETHが必要ですか？**

どれくらいのETHが必要かの目安としては、[現在の「standard」ガス価格（gwei）（英語のみ）](https://ethgasstation.info/)に0.02を掛けます。

**例:** standardのガス価格が10gweiの場合、あなたのウォレットには0.2ETHがあるはずです。必要なガソリン価格の見積もりは[こちら](/japanese-aragon-user-documentation/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/japanese-aragon-user-documentation/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.
