> For the complete documentation index, see [llms.txt](https://docs.kairosxai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kairosxai.com/getting-started/welcome-to-kairos.md).

# Welcome to Kairos

{% hint style="success" %}
**Kairos** is an AI-powered crypto prediction market platform built on Solana blockchain.
{% endhint %}

### What is Kairos?

Kairos combines artificial intelligence, blockchain technology, and decentralized finance to create a transparent, efficient, and accessible platform for predicting crypto market trends and future events.

#### Key Features

* 🤖 **AI-Powered Predictions** - GPT-5 generates intelligent crypto price forecasts
* ⚡ **Solana Blockchain** - Fast transactions with minimal fees
* 💰 **USDC Betting** - Stable cryptocurrency for all predictions
* 💬 **Real-time Chat** - Discuss markets with other traders
* 📊 **Advanced Analytics** - Deep market insights and analysis

### Quick Start

Get started with Kairos in just a few minutes:

1. **Connect Wallet** - Use Phantom, Solflare, or any Solana wallet
2. **Browse Markets** - Explore 500+ prediction markets
3. **Place Bets** - Bet on outcomes using USDC
4. **Win Rewards** - Earn profits when predictions resolve

### Platform Statistics

| Metric           | Value         |
| ---------------- | ------------- |
| Total Markets    | 500+          |
| Active Traders   | 10,000+       |
| Monthly Volume   | $5M+          |
| Supported Tokens | USDC (Solana) |
| Average Fee      | <0.5%         |

### Why Choose Kairos?

#### For Traders

* Access AI-generated market analysis
* Trade with low fees on Solana
* Participate in diverse prediction markets
* Chat with community in real-time

#### For Developers

* Comprehensive REST API
* WebSocket real-time updates
* Open API documentation
* Easy integration

### Getting Help

* 📖 [Read the Documentation](https://docs.kairosxai.com)
* 💬 [Join our Telegram](https://t.me/kairosmarkets)
* 🐦 [Follow us on X/Twitter](https://twitter.com/kairosmarkets)
* 📧 [Email Support](mailto:hello@kairosxai.com)

### Next Steps


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kairosxai.com/getting-started/welcome-to-kairos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
