# Getting started with Mumbai Testnet

{% hint style="info" %}
In this section, you will learn how to connect and use your Web3 wallet on the Mumbai Testnet. You can either watch the **Videos** or you can read the **Text** below the Video.
{% endhint %}

{% embed url="<https://youtu.be/QhmpZjZ7UPo>" %}

{% embed url="<https://youtu.be/mJO77h6Plz0>" %}

## **Connect your Web3 wallet to the Mumbai Testnet**

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

* Log in to your wallet
* Go to [https://chainlist.org/](https://chainlist.org) site
* In the search box insert ***mumbai***
* Click the ***connect your wallet*** button on the top right
* And click \_**add to Metamask** \_ button

{% hint style="info" %}
If Metamask is well connected the fox icon appears.
{% endhint %}

![Add the Mumbai testnet to Metamask using chainlist.org](/files/hKi68AAzH4ncPlFgu9VF)

## **Deposit test-MATIC to your Mumbai wallet**

### What is test-MATIC?

TEST MATIC token is the ERC20 token used on Mumbai to pay for transaction fees (abbreviated as MATIC) and, consequently, for deploying a DAO, in the same way that test-ETH is used on e.g. Goerli testnet.

> Important info: please note that the symbol of the test-MATIC is "MATIC", the same as for mainnet-matic.

### How to get test-MATIC?

To get test-MATIC, you can go to the [Polygon Mumbai Faucet](https://faucet.polygon.technology):

* Network select ***Mumbai***
* Select token ***MATIC Token***
* Enter your wallet address where you will receive the test-Matic

{% hint style="info" %}
If you are using Metamask, it is your wallet account address.
{% endhint %}

* Click ***Submit***

![Polygon Mumbai Faucet](/files/3aKtn1bxb7ftCpUIhO00)

{% hint style="warning" %}
It may take up to 30 minutes to receive your test-MATIC due to network traffic. You should see test-MATIC in your wallet (in our example, Metamask account) soon after.
{% 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-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.
