# Wallet Configuration

To interact with Guru Network, you'll need to add **Guru Network** to your wallet. Below are step-by-step instructions for setting up these networks in MetaMask.

#### **1. Install MetaMask** <a href="#id-1.-install-metamask" id="id-1.-install-metamask"></a>

* **Browser Extension**: Download and install MetaMask from the [official website](https://metamask.io/).
* **Mobile App**: Available on [iOS](https://apps.apple.com/app/metamask/id1438144202) and Android.

**Add Guru Network**

1. Open MetaMask
2. Click the network dropdown at the top
3. Select "**Add a custom network**"
4. Enter the network details

| Parameter                 | Value                                                             |
| ------------------------- | ----------------------------------------------------------------- |
| Network Name              | Guru Network                                                      |
| RPC Endpoint              | <https://rpc.gurunetwork.ai/archive/260>                          |
| Chain ID                  | 260                                                               |
| Currency Symbol           | GURU                                                              |
| Native Block Explorer URL | [scan.gurunetwork.ai](https://scan.gurunetwork.ai)                |
| Blockscout Explorer:      | [`blockscout.gurunetwork.ai`](https://blockscout.gurunetwork.ai/) |

5. Click "Save" to complete the addition

#### &#x20; <a href="#id-2.-add-matchain-network-to-metamask" id="id-2.-add-matchain-network-to-metamask"></a>


---

# 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.gurunetwork.ai/getting-started/wallet-configuration.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.
