> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/jp/gakushu/wallet/metamask/metamask-install.md).

# MetaMask のインストール

手順に従って MetaMask ウェブ拡張機能をダウンロードし、その後 MetaMask Wallet を使用してください。

1. [<mark style="color:blue;">MetaMask</mark>](https://metamask.io/) のウェブサイトにアクセスし、「Get MetaMask」をクリックします。

<figure><img src="/files/h8MVHUcEPuUZG2aZYMVB" alt=""><figcaption></figcaption></figure>

2. 「Install MetaMask for Chrome」を選択します。

<figure><img src="/files/4JHPtScMjnv0bj2gcSPi" alt=""><figcaption></figcaption></figure>

Chrome ウェブストアにリダイレクトされます。「Add to Chrome」ボタンをクリックします。

3\. 免責事項を注意深く読み、**Add extension** を選択します。

![](/files/aeT5CMm0d2uv39g1nb6V)

4\. **Get Started** を選択します。

![](/files/0MzXMhOQuzIhUjKURym8)

5\. **I Agree** ボタンをクリックして同意します。

![](/files/ZCPopFtVCBbwrWqBLm7p)

6\. MetaMask がまったく初めてだと仮定して、**Create a Wallet** ボタンをクリックします。

![](/files/fFsALjF5ouIjP14dnP0X)

7\. アカウントのセキュリティ向上のため、必ず複雑なパスワードを選んでください。*Terms of Use* を読んだうえで ✅ チェックボックスを選択します。**Create** をクリックします。

![](/files/iJtuPQx4Clcoq60vaDg9)

8\. 先に進む前に、*Secure your wallet*（wallet を保護する方法）に関する動画を視聴することをおすすめします。**Next** をクリックします。

![](/files/OdLluQA7HFMF5qP05NL1)

9\. *Lock* 🔒 アイコンをクリックして Seed Phrase を表示します。

![](/files/kEf6OgVEDNGOO5mVK6lk)

{% hint style="info" %}
**seed phrase とは？**

seed phrase は、必要なときに wallet（アカウント）にアクセスするための private key として使用される、アカウントに割り当てられた 12〜24 個のランダムな単語の並びです。
{% endhint %}

{% hint style="danger" %}
**注意**

暗号資産の世界の危険から wallet を守りましょう！ seed phrase を誰かの前で表示したり、いかなる状況でも誰かと共有したりしないでください。

seed phrase を、デジタルのサードパーティアプリや携帯端末に保存しないでください。盗まれたりハッキングされたりする可能性が高くなります。\
一般に、seed phrase をオンラインサービスに保存せず、ローカルファイルにも保存しないでください。

代わりに、seed phrase を紙に書き留め、金庫のような秘密の場所に保管してください。Ledger の Cryptosteel Capsule のような金属製のバックアップツールに頼ることもできます。
{% endhint %}

10\. seed phrase を書き留めた後、**Next** をクリックします。

![](/files/TMvKU5cl172kaENmoI8P)

11\. seed phrase が任意の順序で並んで表示されます。空欄のボックスを使って、受け取ったのとまったく同じ順序で seed phrase を並べ替えなければなりません。**Confirm** を選択する前に、入力した seed phrase を再度確認してください。

![](/files/lKUpUqg5Vvqhb09VOkgY)

12\. 指定された順序で seed phrase を並べ替えると、MetaMask Wallet の作成に成功したことを示す次の通知が表示されます。**All Done** をクリックします。

![](/files/fi1RqSZ8kEWjc5hQRQrI)

13\. これで MetaMask Wallet が使用可能になりました！

![](/files/vrnK6FifGpMKfzeKJEJW)

{% hint style="info" %}
デフォルトでは、MetaMask Wallet は Ethereum ネットワークに接続されています。\
[<mark style="color:blue;">wallet を Chiliz Chain ネットワークに接続する</mark>](/jp/gakushu/wallet/metamask/chiliz-metamask-setsuzoku.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:

```
GET https://docs.chiliz.com/jp/gakushu/wallet/metamask/metamask-install.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.
