# Add the MemeCore network to your wallet

> The following examples are based on MemeCore’s **testnet**, the Insectarium network.
>
> If you wish to connect to the MemeCore mainnet, please refer to the [mainnet network information](/memecore/connect-to-memecore.md).

## **Add MemeCore Testnet(Insectarium) to MetaMask**

Follow this quick guide to add **Insectarium** Testnet to your MetaMask wallet.

1. Open MetaMask and click "Networks" menu.

<figure><img src="/files/seVZxR8Mb9zonTm5xRor" alt="" width="311"><figcaption></figcaption></figure>

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

<figure><img src="/files/FFhbN92F0TKP2gfnDhEQ" alt="" width="311"><figcaption></figcaption></figure>

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

<figure><img src="/files/Tvv0z2gtS5Ut3tdOQxV5" alt="" width="311"><figcaption></figcaption></figure>

4. Enter the RPC details.

```
https://rpc.insectarium.memecore.net
```

<figure><img src="/files/AApdopKLI4WLnsNCqggW" alt="" width="311"><figcaption></figcaption></figure>

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

<figure><img src="/files/pupI0XU6AfqYtIo3QOyK" alt="" width="311"><figcaption></figcaption></figure>

6. Enter the Block Explorer URL

```
https://insectarium.blockscout.memecore.com
```

<figure><img src="/files/9eXvfDdMUCdgLw4Mw5fV" alt="" width="311"><figcaption></figcaption></figure>

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

<figure><img src="/files/zfcLiL6W6Mz4T2MPI6a1" alt="" width="311"><figcaption></figcaption></figure>

8. You should see a success message.

<figure><img src="/files/50jl6VnX67kGsdX1b8IQ" alt="" width="311"><figcaption></figcaption></figure>

9. You can now see and use the Memecore Testnet(Insectarium) network in your MetaMask wallet.

<figure><img src="/files/XtTcuJGKCAACZlhidtlo" alt="" width="311"><figcaption></figcaption></figure>

10. You should be able to see your Memecore Testnet(Insectarium) assets.

<figure><img src="/files/Qrmm7xrof411sQCoEF4C" alt="" width="311"><figcaption></figcaption></figure>


---

# 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.memecore.com/developer-guide/quickstart/add-the-memecore-network-to-your-wallet.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.
