# Credits & Premium

## Credit Costs

| Action               | Credits |
| -------------------- | ------- |
| Chat message         | \~1-2   |
| Big Brain mode       | 3       |
| Image generation     | 10      |
| Image editing        | 10      |
| Voice-to-text        | 75      |
| Deep research        | \~10-20 |
| Daily Signal preview | \~3-5   |

Check balance: `/rafiki usage`

## Free vs Premium

| Feature                                          | Free        | Premium     |
| ------------------------------------------------ | ----------- | ----------- |
| Weekly credits                                   | 1,000       | 15,000      |
| Chat & Notifications                             | ✅           | ✅           |
| Image generation                                 | ✅           | ✅           |
| Thread search                                    | ✅           | ✅           |
| Price lookups                                    | ✅           | ✅           |
| Rafiki Leagues                                   | ✅           | ✅           |
| AI Overview (AI search synthesis)                | ✅ 5/day     | ✅ Unlimited |
| Search Alerts                                    | ✅ (up to 5) | ✅ (up to 5) |
| Personalized search (basic)                      | ✅           | ✅           |
| Personalized search (full follow graph + voting) | ❌           | ✅           |
| Voice-to-text                                    | ❌           | ✅           |
| Daily Signal                                     | ❌           | ✅           |
| Article Threadstorms                             | ❌           | ✅           |
| Big Brain mode                                   | ❌           | ✅           |
| Natural language rules                           | ❌           | ✅           |
| Extended thread length                           | ❌           | ✅           |

**Get Premium:** [inleo.io/premium](https://inleo.io/premium)

## Premium Features

### Daily Signal

Personalized daily digest of top InLeo threads delivered to your DMs.

* Choose up to 10 topics you care about
* Set your preferred delivery time and timezone
* Pick digest length (brief, standard, or detailed)
* Preview anytime with `/rafiki signal preview`

Set up: `/rafiki signal setup`

### Article Threadstorms

Share any article URL and Rafiki will summarize it as a threadstorm:

> "Summarize this as a threadstorm: <https://example.com/article>"

Rafiki reads the article and creates a multi-thread summary, perfect for sharing insights with your followers.

### Big Brain Mode

Deeper analysis with enhanced reasoning. Costs 3 credits per message.

Toggle: `/rafiki model`

### Natural Language Rules

Create custom notification rules in plain English:

```
/rafiki rule "notify me when whales buy LEO"
/rafiki rule "alert if HIVE drops below $0.20"
/rafiki rule "tell me when @khaleelkazi posts"
```

### Voice-to-Text

Convert voice messages to text for easy processing. Send a voice message in Discord and Rafiki will transcribe it for you.

**Cost:** 75 credits per transcription **Premium only feature**

### Extended Thread Length

Free users: 500 character limit per thread Premium: Full threadstorm capability (multiple threads)

### Premium Renewal

Rafiki Premium does **not** automatically renew by default. You'll need to manually renew your subscription to keep Premium active.

* **Check your status:** `/rafiki premium` shows your current status and available perks
* **Renewal date:** If Rafiki doesn't show an exact date, check [inleo.io/premium](https://inleo.io/premium) for your renewal details
* **Payment history:** Rafiki can confirm whether Premium is active, but it does **not** show your payment transaction history or exact renewal date from chat alone
* **Manual renewal:** Visit [inleo.io/premium](https://inleo.io/premium) before expiration
* **On-chain lookup:** If you paid with HBD or LEO, you can also review your Hive wallet transaction history for the payment
* **After expiry:** Your account reverts to free tier — credits reset to 1,000/week

### Premium Troubleshooting

If your Premium status looks confusing, start here:

| Issue                                                 | What to do                                                                                                                                                                                                                 |
| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Premium is active but no countdown is shown           | This can be normal. Your status may be active even when the exact renewal date is not shown in chat. Check [inleo.io/premium](https://inleo.io/premium) for the exact renewal date.                                        |
| I want to know when I last paid for Premium           | Rafiki can confirm whether Premium is active, but it cannot show your payment history in chat. Check [inleo.io/premium](https://inleo.io/premium) and, if you paid on-chain, review your Hive HBD/LEO transaction history. |
| Premium is active but the app still shows **Pay Now** | Wait up to 30 minutes after subscribing, then refresh or log out and back in. If it still looks wrong after that, report it as a display issue in `#feedback`.                                                             |
| You paid but Premium hasn't activated yet             | Give it up to 30 minutes first. If it still hasn't updated, include your payment method and approximate purchase time when reporting it in `#feedback`.                                                                    |
| You want to confirm auto-renew                        | Check your subscription settings on INLEO directly. Rafiki will not assume auto-renew is enabled.                                                                                                                          |

## Check Your Status

```
/rafiki premium
```

Shows your subscription status, expiry date, and available perks.


---

# 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/credits-and-premium.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.
