> For the complete documentation index, see [llms.txt](https://docs.memecore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.memecore.com/developer-guide/quickstart/add-the-memecore-network-to-your-wallet.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.memecore.com/developer-guide/quickstart/add-the-memecore-network-to-your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
