> For the complete documentation index, see [llms.txt](https://docs.stormrae.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stormrae.ai/king-arthur/credits-and-pricing.md).

# Credits & Pricing

All payments are in SOL. USD prices are shown for clarity and converted at spot rate at checkout. 1 credit = 1 message. Credits can be purchased from both [portal.stormrae.ai](https://portal.stormrae.ai/) and [king.stormrae.ai](http://king.stormrae.ai/).

#### Pre-Launch Pricing

For the first day of the Portal (before King Arthur launches), all packages are at fixed discounted pricing.

| Package  | Pre-Launch Price | Credits |
| -------- | ---------------- | ------- |
| Starter  | $2.99            | 5       |
| Standard | $5.39            | 10      |
| Premium  | $9.59            | 20      |

#### Launch Pricing

| Package  | Starting Price | Max Price | Credits | Discount           |
| -------- | -------------- | --------- | ------- | ------------------ |
| Starter  | $4.99          | $21.99    | 5       | Baseline           |
| Standard | $8.99          | $39.59    | 10      | 10% off 2x Starter |
| Premium  | $15.99         | $69.99    | 20      | 20% off 4x Starter |

#### Price Curve

Credit prices increase as more packs are sold globally. Every 5 credits sold pushes the price index up by one step. Buying a 10-credit pack moves the index by 2. Buying a 20-credit pack moves it by 4. This keeps progression fair regardless of bundle size.

| Total Packs Sold | 5-Credit | 10-Credit | 20-Credit |
| ---------------- | -------- | --------- | --------- |
| 0                | $4.99    | $8.99     | $15.99    |
| 500              | $8.99    | $10.79    | $19.19    |
| 1,000            | $7.99    | $14.49    | $25.59    |
| 1,500            | $13.49   | $24.29    | $43.19    |
| 2,000            | $18.99   | $34.19    | $60.79    |
| 3,000            | $21.49   | $38.69    | $68.79    |
| 5,000+           | $21.99   | $39.59    | $69.99    |

Total packs sold and the next price increase are displayed in the portal. Early buyers get the best rates. The longer you wait, the more credits cost.

#### Daily Limits

Daily cap is 15 messages.

#### Prompt Rules

Text only. No emojis. 280 characters maximum. Maximum 3 messages per minute.


---

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

```
GET https://docs.stormrae.ai/king-arthur/credits-and-pricing.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.
