> For the complete documentation index, see [llms.txt](https://docs.metanovaverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metanovaverse.com/metanova-verse-introduction/wallet-and-accounts/adding-metanovaverse-to-keplr.md).

# Adding Metanovaverse to Keplr

Keplr is the wallet mostly being used in the Cosmos Ecosystem and it supports other Cosmos-based chains as well. It also allows you to have both a Cosmos-based address and an EVM address meaning it can act as your gateway from EVM to Cosmos-based services and vice versa. You're going to need Keplr wallet If you don't have Keplr wallet yet, you can download it from [here](https://www.keplr.app/download).

1\) One way to add Metanovaverse network to your Keplr web extension wallet, go to <https://ping.metanovaverse.com>. Go to the upper right corner then click on Connect Wallet

<figure><img src="/files/lJGXtRcOJkodtSXSTRuj" alt="" width="375"><figcaption></figcaption></figure>

2\) Click Enable Keplr

<figure><img src="/files/pdZXhwtu3uON24g7h7NG" alt=""><figcaption></figcaption></figure>

3\) It will ask for your approval to add the network. Click Approve

<figure><img src="/files/KF9dYqx3EZmuL3uDor45" alt="" width="358"><figcaption></figcaption></figure>

4\) The newly added chain may not be visible right away. Click on the upper left corner then click Manage Chain Visibility.

<figure><img src="/files/LYYsuSZD9NAxwkF4EI8z" alt="" width="295"><figcaption></figcaption></figure>

5\) Other chains may be selected, search for Metanovaverse then tick the checkbox beside it then click Save.

<figure><img src="/files/H2VQk8SRiFWrLfaHPcND" alt="" width="375"><figcaption></figcaption></figure>

Go back to your Keplr wallet then you will be able to see Metanovaverse at the bottom

<figure><img src="/files/htr2iU1uKN66W2mL6nxc" alt="" width="375"><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.metanovaverse.com/metanova-verse-introduction/wallet-and-accounts/adding-metanovaverse-to-keplr.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.
