# Adding Network To Metamask

To interact with the Hash Network Chain, you must add it to your MetaMask wallet.

* **Step 1**: Open MetaMask and navigate to **Settings > Networks > Add Network**.
* **Step 2**: Enter the following details:
  * **Network Name**: Hash Network Testnet
  * **RPC URL (HTTP)**: `https://hash-testnet.rpc.caldera.xyz/http`
  * **Chain ID**: `4274`
  * **Currency Symbol**: HASH
  * **Explorer URL**: <https://hash-testnet.explorer.caldera.xyz/>
* **Step 3**: Save the network. Your MetaMask is now configured to interact with the Hash Network Testnet.


---

# 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.hashnetwork.io/using-hash-network-chain/adding-network-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.
