# Mumbaiテストネットのはじめ方

{% hint style="info" %}
このセクションでは、Mumbaiテストネット上でWeb3ウォレットを接続し使用する方法を学びます。
{% endhint %}

## Web3ウォレットをMumbaiテストネットに接続する

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

* ウォレットにログインする
* [https://chainlist.org/（英語のみ）](https://chainlist.org/) サイトにアクセスする
* 検索ボックスで「**mumbai**」と入力
* 右上の**connect your wallet**ボタンをクリック
* **add to Metamask** ボタンをクリック

{% hint style="info" %}
Metamaskが正常に接続されている場合、キツネのアイコンが表示されます。
{% endhint %}

![chainlist.orgを使ってMetamaskにチェーンを追加](/files/1iO2LPdw6HM5lLxDnaND)

## **Mumbai**にtest-MATICを入金する

### test-MATICとは

test-MATICトークン（MATIC）は、Rinkebyでtest-ETHが使われているのと同様に、Mumbaiで取引手数料の支払い、ひいてはDAOのデプロイに使われるERC20トークンです。

> 重要：test-MATICのシンボルは、Polygonと同じ「MATIC」であることに注意してください。

### test-MATICの入手方法

test-MATICを入手するには、[Polygon Mumbai Faucet（英語のみ）](https://faucet.polygon.technology/)にアクセスします。

* ネットワークは**Mumbai**を選択
* トークンは**MATIC**を選択
* test-MATICを受け取るウォレットアドレスを入力

{% hint style="info" %}
Metamaskを使用している場合は、ウォレットアカウントのアドレスになります。
{% endhint %}

* **Submit**をクリック

![Polygon Mumbai Faucet](/files/McbymnzBCW8HuKF0nkbO)

{% hint style="warning" %}
ネットワークトラフィックの関係で、test-MATICの受信に最大30分かかる場合があります。しばらくすると、ウォレット（例：Metamaskアカウント）にtest-MATICが表示されるはずです。
{% 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-mumbai-testnet.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.
