# Add Canto to Metamask

{% hint style="info" %}
If you attempt to connect to applications built on Canto, a MetaMask prompt will appear allowing you to add the network with a single click.
{% endhint %}

As an EVM compatible chain, you can connect to the Canto network using MetaMask. Assuming you have already installed and configured [MetaMask](https://metamask.io/) in your browser of choice, start by adding the Canto network:

1. Open the MetaMask extension.
2. At the top of the interface, click on the network you are connected to e.g. "Ethereum Mainnet".
3. Click on "Add Network"
4. Enter the following RPC settings:\
   \
   **Network Name:** CANTO\
   **New RPC URL:** <https://canto.slingshot.finance>\
   **Chain ID:** 7700\
   **Currency Symbol:** CANTO\
   **Block Explorer URL:** <http://tuber.build/>

<figure><img src="/files/YjzL3md6m1dHAEx1sY0E" alt=""><figcaption><p>Visual flow of adding Canto to your Metamask Extension</p></figcaption></figure>

<details>

<summary>Alternative RPC URLs</summary>

**Network Name:** CANTO\
**New RPC URL:** <https://canto.neobase.one>\
**Chain ID:** 7700\
**Currency Symbol:** CANTO\
**Block Explorer URL:** <https://evm.explorer.canto.io/>\
\
**Network Name:** CANTO\
**New RPC URL:** <https://canto.evm.chandrastation.com>\
**Chain ID:** 7700\
**Currency Symbol:** CANTO\
**Block Explorer URL:** <https://evm.explorer.canto.io/>\
\
**Network Name:** CANTO\
**New RPC URL:** <https://jsonrpc.canto.nodestake.top/>\
**Chain ID:** 7700\
**Currency Symbol:** CANTO\
**Block Explorer URL:** <https://explorer.nodestake.top/canto>

</details>

After saving the network, you will be able to connect to it at any time using the dropdown menu.

If you skip this step and attempt to connect to applications on <https://canto.io/>, a MetaMask prompt will appear allowing you to add the network with a single click.


---

# 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://alto-market.gitbook.io/alto-market/canto-network/add-canto-to-metamask.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.
