# Add Monad Testnet to Metamask

Follow this quick guide to add Monad Testnet to your MetaMask wallet.

1. Open MetaMask

![open metamask](https://docs.monad.xyz/assets/images/1-c389b43e3fbfe59a04e542b667ab3951.png)

2. Click on the "Add a Custom Network" button.

![add custom network](https://docs.monad.xyz/assets/images/2-382bd0e588d492ebc1a611290dcf9219.png)

3. Add the Network name, add a RPC URL by clicking the "Add RPC URL" button.

![add network name](https://docs.monad.xyz/assets/images/3-31a8111dd3265d48656f0e51efa96431.png)

4. Enter the RPC details.

```
https://testnet-rpc.monad.xyz
```

![add rpc details](https://docs.monad.xyz/assets/images/4-85bc88099e3cd3d478e6e42372620f5e.png)

5. Enter the Chain ID, Currency Symbol, add the Block Explorer URL by clicking the "Add a block explorer URL" button.

![add chain id explorer](https://docs.monad.xyz/assets/images/5-e927cfc8d274f4100717a03b7462e739.png)

6. Enter the Block Explorer URL

```
https://testnet.monadexplorer.com
```

<img src="https://docs.monad.xyz/assets/images/6-34bd6eee485e6acbabb20f6be074da61.png" alt="add block explorer" height="1556" width="1920">

7. Finally you can click on the "Save" button.

<img src="https://docs.monad.xyz/assets/images/7-4b84ef08f590f88e49712f7ef540f61d.png" alt="save" height="1556" width="1920">

8. You should see a success message.

<img src="https://docs.monad.xyz/assets/images/8-4c8d4fcff7c21581d2230d8a23aae889.png" alt="monad testnet sucess message" height="1556" width="1920">

9. You can now see and use the Monad Testnet network in your MetaMask wallet.

<img src="https://docs.monad.xyz/assets/images/9-91662a00701b521c71caac60cdab00f8.png" alt="monad testnet" height="1556" width="1920">

10. You should be able to see your Monad Testnet assets.

<img src="https://docs.monad.xyz/assets/images/10-76884e7384125b73be05f56a8148842d.png" alt="monad testnet assets" height="1556" width="1920">

The next step is to get MON tokens from the Monad Testnet Faucet.


---

# 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.nabla.fi/monad-testnet/add-monad-testnet-to-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.
