# Overview

AI companion for the Leo community. Lives in Discord and InLeo app.

## Quick Start

| Step                 | Command                                                                                           |
| -------------------- | ------------------------------------------------------------------------------------------------- |
| 1. Try guest chat    | Open [rafiki.inleo.io/chat](https://rafiki.inleo.io/chat/) — no sign-in required for a quick test |
| 2. Chat              | Ask Rafiki anything about Hive, INLEO, markets, or research                                       |
| 3. Subscribe         | `/rafiki subscribe your-username`                                                                 |
| 4. Verify (optional) | `/rafiki link your-username`                                                                      |
| 5. Check usage       | `/rafiki usage`                                                                                   |

## What It Does

| Feature                | Details                                                                                                                                                                        |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| AI Chat                | Writing, research, analysis, brainstorming                                                                                                                                     |
| Rafiki Chat            | Enhanced chat interface with real-time streaming, Fast/Thinking modes, guest access, one-tap follow-up actions, and a mobile-optimized web layout for phones and small screens |
| Rafiki Leagues         | Gamification with XP, streaks, badges, weekly contests                                                                                                                         |
| LEO Lotto              | Daily lottery with free spins, discounted ticket bundles, public leaderboards, and weekly burn/winner highlights                                                               |
| LPUD                   | Leo Power Up Day monthly events with delegation prizes and streaks                                                                                                             |
| ACE Predict            | Prediction markets trading with enhanced portfolio analytics and autonomous trading                                                                                            |
| Notifications          | 52 types: votes, transfers, rewards, delegations, plus LeoDex social feed alerts                                                                                               |
| Thread Search          | 3.8M+ InLeo threads with rich previews                                                                                                                                         |
| AI Search Widgets      | Live data cards (prices, charts, forex, profiles) shown with AI Overview answers                                                                                               |
| Smarter Search UX      | Better profile lookup from plain @username-style queries, typo suggestions when a username is slightly off, and clearer signals when available results are older               |
| Community Stats        | 30-day analytics, leaderboards, platform trends                                                                                                                                |
| Token Prices           | 250+ cryptocurrencies                                                                                                                                                          |
| Image Gen              | AI-generated images with lightbox view (10 credits)                                                                                                                            |
| Vision Processing      | Analyze and understand images in conversations                                                                                                                                 |
| Personalized Feed      | Content recommendations                                                                                                                                                        |
| Daily Signal           | Personalized daily digest (Premium)                                                                                                                                            |
| Threadstorms           | Article summaries as threads (Premium)                                                                                                                                         |
| Scheduled Posts        | Schedule threads for future publishing                                                                                                                                         |
| Referrals              | Find your referral page and learn how INLEO referrals work                                                                                                                     |
| Guest Chat             | Try Rafiki instantly on the web without signing in, with a small daily message limit                                                                                           |
| LeoDex Status          | Manage status.leodex.io incidents and changelog                                                                                                                                |
| LeoDex X Feed          | Follow new @leodexio X posts in Discord with quick Like, Repost, and Reply links                                                                                               |
| Reminders              | "Remind me about this thread in 3 days"                                                                                                                                        |
| Discord Ticket Support | Get help in private support tickets with guided troubleshooting and human escalation when needed                                                                               |

## System Status

Check system health in real-time:

* [**status.inleo.io**](https://status.inleo.io) — Rafiki systems (Discord bot, API, notifications, thread search)
* [**status.leodex.io**](https://status.leodex.io) — LeoDex trading infrastructure and LeoKit SDK
* Uptime tracking with 5-minute granularity and incident history
* Auto-refreshes every 30 seconds

## Documentation

* [Where to Find Rafiki](/rafiki-ai-assistant/where-to-find-rafiki.md)
* [Capabilities](/rafiki-ai-assistant/capabilities.md)
* [Commands](/rafiki-ai-assistant/commands.md)
* [Notifications](/rafiki-ai-assistant/notifications.md)
* [Account System](/rafiki-ai-assistant/account-system.md)
* [Credits & Premium](/rafiki-ai-assistant/credits-and-premium.md)
* [FAQ](/rafiki-ai-assistant/faq.md)


---

# 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.inleo.io/rafiki-ai-assistant/rafiki.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.
