# Wallet and Accounts

Metanovaverse Network allows you to connect to 2 ecosystems. An EVM ecosystem and a Cosmos ecosystem. EVM ecosystem allows you to use Metamask, Trust Wallet and others that you use to connect to DAPPs such as DEX, Bridge, NFT Marketplace or basically DAPPs that used Solidity Smart Contract to interact with. \
On the other hand, Cosmos ecosystems lets you be a validator of the network, stake your native token MNV and earn from it, vote for or against a proposal or even submit a proposal for the improvement of the chain. \
With these 2 ecosystems, you also have 2 types of addresses. The EVM-based address starts with 0x and the Cosmos-based address starts with the word mnova. Keep this in mind if you want to transfer and receive tokens. In the next pages, there are guides in how to connect using Metamask and Keplr wallets.


---

# 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.metanovaverse.com/metanova-verse-introduction/wallet-and-accounts.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.
