# Kite Chain

- [Getting Started](https://docs.gokite.ai/kite-chain/1-getting-started.md)
- [Network Information](https://docs.gokite.ai/kite-chain/1-getting-started/network-information.md): Chain IDs, endpoints, and environment details for Kite networks.
- [Tools](https://docs.gokite.ai/kite-chain/1-getting-started/tools.md): Explorers, wallets, and references for building on Kite.
- [FAQs](https://docs.gokite.ai/kite-chain/1-getting-started/faqs.md): Frequently Asked Questions
- [Blockchain Fundamentals](https://docs.gokite.ai/kite-chain/2-fundamentals.md)
- [Blockchain Basics](https://docs.gokite.ai/kite-chain/2-fundamentals/blockchain-fundamentals.md)
- [Smart Contract Basics](https://docs.gokite.ai/kite-chain/2-fundamentals/smart-contract-basics.md)
- [Developing Smart Contracts](https://docs.gokite.ai/kite-chain/3-developing.md)
- [Setup Environment](https://docs.gokite.ai/kite-chain/3-developing/setup-environment.md)
- [Counter Contract - Remix](https://docs.gokite.ai/kite-chain/3-developing/counter-smart-contract-remix.md): Building & deploying a smart contract on KITE AI with Remix
- [Counter Contract - Hardhat](https://docs.gokite.ai/kite-chain/3-developing/counter-smart-contract-hardhat.md)
- [Voting Contract](https://docs.gokite.ai/kite-chain/3-developing/voting-smart-contract.md): Building & deploying a smart contract on KITE AI with Remix
- [Smart Contracts List](https://docs.gokite.ai/kite-chain/3-developing/smart-contracts-list.md)
- [Building dApps](https://docs.gokite.ai/kite-chain/4-building-dapps.md)
- [Counter dApp](https://docs.gokite.ai/kite-chain/4-building-dapps/counter-dapp.md): A sample counter dApp built with KITE AI testnet & React
- [Voting dApp](https://docs.gokite.ai/kite-chain/4-building-dapps/voting-dapp.md): A sample voting dApp built with KITE AI testnet & React
- [Token Minter](https://docs.gokite.ai/kite-chain/4-building-dapps/token-minter.md)
- [Account Abstraction SDK](https://docs.gokite.ai/kite-chain/account-abstraction-sdk.md)
- [Multisig Wallet](https://docs.gokite.ai/kite-chain/multisig-wallet.md): Ash Multisig Wallet for Kite AI L1
- [Security](https://docs.gokite.ai/kite-chain/6-reference.md): Kite Security, a secure-by-design and DevSecOps-driven approach
- [MiCA Whitepaper](https://docs.gokite.ai/kite-chain/mica-whitepaper.md)
- [Kite Node](https://docs.gokite.ai/kite-chain/7-kite-node.md)
- [Mainnet Network Info](https://docs.gokite.ai/kite-chain/7-kite-node/mainnet-network-information.md)
- [Node operations](https://docs.gokite.ai/kite-chain/7-kite-node/mainnet-node-operations.md)
- [Kite Stablecoin](https://docs.gokite.ai/kite-chain/stablecoin-gasless-transfer.md)
- [Kite Gasless Integration](https://docs.gokite.ai/kite-chain/9-gasless-integration.md)
- [LayerZero-Kite AI](https://docs.gokite.ai/kite-chain/10-layerzero-kite-integration.md)
- [Goldsky-Kite AI](https://docs.gokite.ai/kite-chain/11-goldsky-kite-integration.md): Index Kite AI with Goldsky for high-performance blockchain data infrastructure
- [Lucid-Kite AI](https://docs.gokite.ai/kite-chain/12-lucid-kite-integration.md): Kite Integration with Lucid - Native yield-generating USDC liquidity for the Kite ecosystem


---

# 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.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.
