# Using Mainnet

### 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/) |

### Adding Guru Network to MetaMask

**Option 1: Automatic Addition**

* Visit Chainlist.org and search for Guru Network
* Click "Connect Wallet" button
* Approve the network addition in MetaMask

**Option 2: Manual Addition**

1. Open MetaMask
2. Click the network dropdown at the top
3. Select "**Add a custom network**"
4. Enter the network details listed above
5. Click "Save" to complete the addition

The Guru Network supports both mainnet and testnet environments, providing developers with flexibility for testing and deployment. The network operates across 18 blockchain networks through CCIP integration, enabling comprehensive cross-chain functionality.

### P.S. Testnet Information

| Parameter          | Value                                    |
| ------------------ | ---------------------------------------- |
| Network Name       | Guru Network Testnet                     |
| RPC URL            | <https://rpc.gurunetwork.ai/archive/261> |
| Chain ID           | 261                                      |
| Currency Symbol    | tGURU                                    |
| Block Explorer URL | <https://sepolia.gurunetwork.ai/>        |


---

# 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/using-mainnet.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.
