# Network Infos

Subtensor EVM Blockchain is compatible with MetaMask and other EVM-compatible wallets. You need to add it as a custom network in your prefered wallet provider.

**Note:** Ensure your wallet is compatible before use.

{% hint style="success" %}
Use [Chainlist](https://chainlist.org/?search=subtensor+EVM\&testnets=true) to ease adding Subtensor network to your wallet.
{% endhint %}

### **Subtensor EVM Mainnet**

1. Open MetaMask and go to the network dropdown at the top.
2. Select "Add Network".
3. Fill in the following details:
   * **Network Name:** Subtensor EVM&#x20;
   * **New RPC URL:** <https://lite.chain.opentensor.ai>
   * **Chain ID:** 964
   * **Currency Symbol:** TAO
   * **Block Explorer URL:** <https://taostats.io/evm/>
4. Click "Save".

### **Subtensor EVM Testnet**

1. Open MetaMask and go to the network dropdown at the top.
2. Select "Add Network".
3. Fill in the following details:
   * **Network Name:** Subtensor EVM Testnet
   * **New RPC URL:** <https://test.chain.opentensor.ai>
   * **Chain ID:** 945
   * **Currency Symbol:** TAO
4. Click "Save".

#### You're All Set!

You can now use the Subtensor EVM with MetaMask. Enjoy seamless transactions and interactions on the Subtensor EVM network!


---

# 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.hotkeyswap.com/subtensor-evm/network-infos.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.
