# Mainnet Network Info

This page provides the essential network details required to connect to and interact with the **Kite Mainnet**.\
Use this information when configuring wallets, RPC providers, node clients, or infrastructure services.

## Chain Information

| Parameter        | Value          |
| ---------------- | -------------- |
| **Chain Name**   | KiteAI Mainnet |
| **Chain ID**     | 2366           |
| **Token Symbol** | KITE           |

## RPC Endpoints

Kite Mainnet provides multiple geographically distributed RPC endpoints for reliability and low latency.\
It is recommended to configure **multiple RPCs** for redundancy in production environments.

### HTTPS RPCs

* Global - <https://rpc.gokite.ai/>
* Virginia - <https://rpc-virginia.gokite.ai>
* Tokyo - <https://rpc-tokyo.gokite.ai>
* Ireland - <https://rpc-ireland.gokite.ai>

### WebSocket (WSS) RPCs

* Global - <wss://rpc.gokite.ai/ws>
* Virginia - <wss://rpc-virginia.gokite.ai/ws>
* Tokyo - <wss://rpc-tokyo.gokite.ai/ws>
* Ireland - <wss://rpc-ireland.gokite.ai/ws>

WebSocket endpoints are recommended for:

* Real-time event subscriptions
* Block and transaction streaming
* Indexers and agent-based applications

## Block Explorer

Use the Kite block explorer to inspect transactions, blocks, contracts, and addresses:

* **Explorer:** <https://kitescan.ai/>

## Usage Notes

* Always use **HTTPS RPCs** for standard JSON-RPC calls
* Use **WSS RPCs** for subscriptions and real-time workloads
* For production systems, configure **RPC failover** across regions
* Monitor governance and upgrade announcements for endpoint changes

## Next Steps

* Proceed to **Mainnet Node Operations** to run your own node
* Configure wallets and tooling using the Chain ID and RPCs above
* Review security best practices before deploying production infrastructure


---

# 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.gokite.ai/kite-chain/7-kite-node/mainnet-network-information.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.
