# Connecting to Vaulta EVM

Vaulta EVM is compatible with MetaMask and other popular EVM wallets.

Connect to either the Vaulta EVM mainnet or the testnet.

Add Vaulta EVM to your wallet by manually add network input, and enter the respective network details as below:

#### **Mainnet**

* `Network Name`: EOS EVM
* `Chain ID`: 17777
* `New RPC URL`: <https://api.evm.eosnetwork.com/>
* `Currency Symbol`: EOS
* `Block Explorer URL (Optional)`: <https://explorer.evm.eosnetwork.com/>

#### **Testnet**

* `Network Name`: EOS EVM Testnet
* `Chain ID`: 15557
* `New RPC URL`: <https://api.testnet.evm.eosnetwork.com/>
* `Currency Symbol`: EOS
* `Block Explorer URL (Optional)`: <https://explorer.testnet.evm.eosnetwork.com/>
* `Token Bridge`: <https://bridge.testnet.evm.eosnetwork.com/>

**Take Metamask Extension as an example:**

1. Click on the **network selector button**. This will display a list of networks that you've added already.
2. Click 'Add network':

<figure><img src="/files/dsm2EsarnuQs2WTS5N13" alt="" width="357"><figcaption></figcaption></figure>

3. MetaMask will open in a new tab in fullscreen mode. From here, find and the 'Add network manually' button at the bottom of the network list.

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

4. Complete the fields and click 'Save' to add the network.

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

\**Reference:*

[\*](https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC)<https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC*>


---

# 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://vaulta.gitbook.io/vaulta-guides/user-guides/vaulta-evm/connecting-to-vaulta-evm.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.
