# Connecting to Canto

**As an EVM-compatible chain, you can connect to the Canto network using any Ethereum wallet.**

{% hint style="info" %}
While Canto itself is compatible with all Ethereum wallets, the [**app.canto.io**](https://app.canto.io/) interface is only compatible with injected wallets such as MetaMask and others listed on this page.
{% endhint %}

## With MetaMask

Assuming you have already installed and configured [MetaMask](https://metamask.io/) in your browser of choice, follow these steps to add 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":\
   \ <img src="/files/supRVVNVQVDxIr2woe2R" alt="" data-size="original">
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:** <https://www.oklink.com/canto>

<details>

<summary>Alternative RPC URLs</summary>

* <https://canto-rpc.ansybl.io>
* <https://canto.gravitychain.io>

</details>

<details>

<summary>Alternative Block Explorers</summary>

Canto EVM:

* <https://parsec.fi/>
* <https://cantoscan.xyz/>
* <https://canto.dex.guru/>

Canto EVM and Native:

* <https://www.mintscan.io/canto>

</details>

<details>

<summary>Testnet RPC URL</summary>

**Network Name:** Canto Testnet\
**New RPC URL:** `https://canto-testnet.plexnode.wtf`\
**Chain ID:** 7701\
**Currency Symbol:** CANTO\
**Block Explorer URL:** <https://testnet.tuber.build/> **Alternative Explorer URL:** <https://canto-test.dex.guru/>

</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 [**app.canto.io**](https://app.canto.io/), a MetaMask prompt will appear allowing you to add the network with a single click.

## Other Wallets

The Canto network and [**app.canto.io**](https://app.canto.io/) interface are compatible with other injected wallets, such as the following:

### Enkrypt

On [Enkrypt](https://www.enkrypt.com/?mtm_campaign=Canto%20Wiki%20Connecting%20to%20Cant), Canto is a default network which can be added using the *Manage Networks* button at the bottom-left of the wallet interface.

{% hint style="info" %}
Request other supported wallets be added to this list by making a Pull Request to the [Canto docs repository](https://github.com/Canto-Network/docs).
{% endhint %}


---

# 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.canto.io/user-guides/connecting-to-canto.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.
