# Vanar Network Details

You need the following network details to interact with the Vanar chain. Below you can find all the required details for interacting with Vanar mainnet and the testnet (Vanguard).

### Vanar Mainnet

Below are the details for the Vanar mainnet.

| Parameter       | Value                                                               |
| --------------- | ------------------------------------------------------------------- |
| Network Name    | Vanar Mainnet                                                       |
| RPC Endpoint    | [https://rpc.vanarchain.com](<https://rpc.vanarchain.com	>)         |
| Web Socket:     | wss\://ws.vanarchain.com                                            |
| Chain ID        | 2040                                                                |
| Currency Symbol | VANRY                                                               |
| Block Explorer  | [https://explorer.vanarchain.com](https://explorer.vanarchain.com/) |

### Vanguard

Below are the details for the Vanar testnet.

| Name                | Value                                                                                 |
| ------------------- | ------------------------------------------------------------------------------------- |
| Network Name        | Vanguard Testnet                                                                      |
| RPC Endpoint        | [https://rpc-vanguard.vanarchain.com](https://rpc-vanguard.vanarchain.com/)           |
| Web Socket:         | wss\://ws-vanguard.vanarchain.com                                                     |
| Archive Web Socket: | wss\://wsa-vanguard.vanarchain.com                                                    |
| Chain ID            | 78600                                                                                 |
| Currency Symbol     | VG                                                                                    |
| Block Explorer      | [https://explorer-vanguard.vanarchain.com](https://explorer-vanguard.vanarchain.com/) |
| Faucet              | [https://faucet.vanarchain.com](https://faucet.vanarchain.com/)                       |


---

# 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.vanarchain.com/builders/for-developers/vanar-network-details.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.
