> For the complete documentation index, see [llms.txt](https://source.saakuru.com/saakuru-source/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://source.saakuru.com/saakuru-source/saakuru-game-developer-suite/pricing.md).

# Pricing

Saakuru applies a credit-based system for price calculation.

$1 = 100 Credits

We support the growth of small businesses and their journey to Web3. Please check the information about free request limits for every product.

Developers can [stake SKR tokens to regenerate credits ](/saakuru-source/saakuru-skr-token/developer-layer.md)every month.

Credits acquired via a purchase is non-expiring while credits earned from staking SKR expires at the end of each month. If SKR tokens are unstaked, corresponding portion of the credits will also expire immediately on the first-in-last-out basis.

### Saakuru Blockchain

Since Saakuru Blockchain is gasless for users by default, developers are expected to cover the gas fees using the credits. 1 transaction = 21k gas used.

| Transactions                  | Credits       |
| ----------------------------- | ------------- |
| 1,000,000 (21,000 gas per tx) | 10,000 ($100) |

If the developer receives a grant from the Oasys Foundation, credits equivalent to 50,000,000 transactions will be added to the account.

$100,000 AWS credits will also be available to any developer deploying to Saakuru (once per organization).

### Wall3t SDK

<table><thead><tr><th width="222">Type</th><th>Credits</th></tr></thead><tbody><tr><td>Base monthly fee</td><td>20000 ($100)</td></tr><tr><td>Contract transactions</td><td>Based on <a href="#saakuru-blockchain">Blockchain usage</a></td></tr></tbody></table>

### Tok3ns SDK

<table><thead><tr><th width="222">Type</th><th>Credits</th></tr></thead><tbody><tr><td>Base monthly fee</td><td>20000 ($100)</td></tr><tr><td>Contract transactions</td><td>Based on <a href="#saakuru-blockchain">Blockchain usage</a></td></tr></tbody></table>

### Charact3rs SDK

<table><thead><tr><th width="222">Type</th><th>Credits</th></tr></thead><tbody><tr><td>Base monthly fee</td><td>20000 ($100)</td></tr><tr><td>Contract transactions</td><td>Based on <a href="#saakuru-blockchain">Blockchain usage</a></td></tr></tbody></table>

### Coll3t Service

| Events count | Credits             |
| ------------ | ------------------- |
| < 10,000     | 3000 ($30)          |
| < 50,000     | 6000 ($60)          |
| < 100,000    | 10000 ($100)        |
| + more       | discussed on demand |

We also offer special pre-paid plans for corporate clients starting from 10,000,000 prepaid credits. For more information, please contact <partnership@saakuru.com>

\*Saakuru Labs still keeps a right to change pricing in the future


---

# 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://source.saakuru.com/saakuru-source/saakuru-game-developer-suite/pricing.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.
