# MetaMask

MetaMask is a software cryptocurrency wallet used to interact with the Ethereum blockchain. It allows users to access their Ethereum wallet through a browser extension or mobile app, which can then be used to interact with decentralized applications. [Wikipedia](https://en.wikipedia.org/wiki/MetaMask)

MetaMask is the main point of communication between Bunzz and your Ethereum wallet. The main purposes are we do not gain access to your personal data. Each action that requires the participation of your Ethereum wallet will be accompanied by a dialog box with your confirmation.

### Download

The best and simplest option will be to download from <https://metamask.io/>

### Test networks

During the development and testing of your own Dapp, you can use test networks. (e.g. ROPSTEN, KOVAN and RINKEBY)

#### How to switch to test network?

1. Go to the **Settings**

![](/files/1BtTUQC63Y2z5PJx5cIx)

2\. Choose **Advanced** option

![](/files/80rm9hHba9qlvopaPqVd)

3\. Then turn on **Show test networks**

![](/files/r7d8aseXUYHJCXbIJwlE)

🎉 Now you can access the test networks in the list of networks

![](/files/bbPkXG5FEVq7LJLleb1p)

#### Add Mumbai Polygon

To add the Mumbai Polygon test network, you can use <https://chainlist.org/>

1. Choose [Polygon Testnet Mumbai](https://polygon.technology/)\
   ![](/files/DRVSc1pV2eCaa6HGRz9r)<br>
2. Press **Connect Wallet**\
   ![](/files/YXrYO7NnXkcoRMrh9sSZ)<br>
3. Press **Add to MetaMask**\
   ![](/files/V1BJipsOsgUiGCCWl74F)

🎉 Now you can easily get official faucet from <https://faucet.polygon.technology/>&#x20;

### How to get test tokens

To take advantage of blockchain and smart contracts, you will needs gas.&#x20;

For receive test tokens, you need to know your wallet's public key.  You can get it from MetaMask.

Just click to copy\
![](/files/WRYFcZ3Yy9jG4VKuffOK)

#### Services for receiving test tokens

* Ropsten: <https://faucet.metamask.io/>
* Kovan: <https://gitter.im/kovan-testnet/faucet> or <https://ethdrop.dev/>
* Rinkeby: <https://faucet.rinkeby.io/>
* Goerli: <https://faucet.goerli.mudit.blog/>
* Mumbai: <https://faucet.polygon.technology/>&#x20;

For any questions or feedback you may have, please feel free to contact us on [Bunzz Discord Server](https://discord.gg/XPh4QHuKYE).


---

# 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://docs.bunzz.dev/product-docs/introduction/metamask.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.
