# Setup Environment

Before we start building smart contracts on Kite, its important to go over this section which is designed to help developers quickly set up all the critical tools required for building on the Kite blockchain. Whether you’re a beginner taking your first steps into Web3 development or an experienced EVM builder looking to dive into advanced integrations, this guide provides the tools, resources, and best practices you need to succeed. Kite AI is EVM-compatible, meaning you can leverage familiar tools like MetaMask, Hardhat, and Remix while exploring novel AI use cases on Kite protocol.

## Kite metamask settings

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeN4fu4Ve47gwEUPmeUir_yHzpv_BbPlbfg6_U5J-rGIBBP1aeDYUMT6GqR5DuZismqQAXVdy_1SO9Nk5YHe-TotQ8eMkzTH9EK2q294oqzA0kpKQEY-4X6i0csYe7Nb3gX5Fcd?key=v2z4xBUdI8luD0S8ugL8vQ" alt=""><figcaption><p>Kite AI MetaMask setting</p></figcaption></figure>

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

### RPC endpoint

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

### Monitoring and Debugging

* Kite Explorer
  * Testnet - <https://testnet.kitescan.ai/>
  * Mainnet - <https://kitescan.ai/>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfQLAZIMRAEYMvI2D-lvE5PZQjllN_P_ZdXuoARJtjy48gxxg6_9hHuui0zTIBKAHbzAXUWGs660hPkTnIAwVEsbttfB8dHEGuhOEu56RwDEpmWv4hbHVB3ScJQO9pWm0v6s9wogg?key=v2z4xBUdI8luD0S8ugL8vQ" alt=""><figcaption><p>Kite AI Explorer</p></figcaption></figure>

### Faucet

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfDe_h3lk437ih2-0mOF9v70lslkGkD-pcPirE8GaK9dhoZCjG_KLk67P2ME55zC-3nTEE1TzbvsbVhgT81nSEroFN6HnHgIh1ttPzf9A23avtZcPay_18Xmlzj3xVF-fm3XA82ng?key=v2z4xBUdI8luD0S8ugL8vQ" alt=""><figcaption><p>Kite AI Faucet</p></figcaption></figure>

### Kite smart contracts

After the setting up these tools, switch your metamask to Kite-Testnet chain and then move to the next section and build your first smart contract on Kite blockchain. Follow the tutorial on the next page or click on this link to get started : [Kite AI smart-contracts](https://github.com/gokite-ai/zetta-contracts/tree/develop/examples)


---

# 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/3-developing/setup-environment.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.
