# Network Information

## Kite network settings (testnet)

* Testnet -
  * Chain name: KiteAI Testnet
  * Default RPC URL - <https://rpc-testnet.gokite.ai/>
  * Chain ID: 2368
  * Token: KITE
  * Block Explorer URL - <https://testnet.kitescan.ai/>

### RPC endpoint

* Testnet - <https://rpc-testnet.gokite.ai/>

### Faucet

* Testnet - <https://faucet.gokite.ai>

### ChainList link

* Testnet - <https://chainlist.org/chain/2368>

## Kite network settings (mainnet)

* Mainnet -
  * Chain name: KiteAI Mainnet
  * Default RPC URL - <https://rpc.gokite.ai/>
  * Chain ID: 2366
  * Token: KITE
  * Block Explorer URL - <https://kitescan.ai/>

### RPC endpoints

* Mainnet 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>
* Mainnet 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>

### ChainList link

* Mainnet - <https://chainlist.org/chain/2366>


---

# 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/1-getting-started/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.
