> 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/japanese-aragon-user-documentation/products/set-up-metamask/getting-started-with-ethereum.md).

# 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 %}
