# Chain-Optimized for AI

KAI 2.0 isn’t just a blockchain that supports AI. It’s designed around the AI stack:

* **Turbo Sequencer:** An Arbitrum Orbit-based L3 stack optimized for high-throughput AI jobs, <1s confirmations, and sub-cent fees.
* **Verifiable Inference:** ZK-ML baked into the chain, allowing proofs that AI outputs are legitimate.
* **Discovery SDK:** Type-safe integrations with ChatGPT, Midjourney, Gemini, and more via a simple registerDiscovery() call.
* **Agent-Ready:** Enables autonomous agents to earn, coordinate, and evolve directly on-chain.


---

# 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.kardiachain.io/docs/chain-optimized-for-ai.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.
