> For the complete documentation index, see [llms.txt](https://abbleicat.gitbook.io/abble-icat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abbleicat.gitbook.io/abble-icat/icat-game/rewards.md).

# Rewards

The Rewards section allows players to track their progress through levels and claim point rewards. Players receive a reward for completing each level, with the reward amount increasing as the levels get higher. Familiarize yourself with the criteria used to assess level completion.

Only the points earned by tapping (petting) the kitten during gameplay are counted towards level completion. The game includes hidden levels, the criteria for which are not disclosed.

### Level Completion Criteria

| Level Name | Minimum Points Tapped | Invited Players Required |
| ---------- | --------------------- | ------------------------ |
| Newbie     | 0                     | 0                        |
| Quartz     | 5000                  | 0                        |
| Bronze     | 10000                 | 0                        |
| Silver     | 30000                 | 0                        |
| Gold       | 70000                 | 0                        |
| Platinum   | 150000                | 1                        |
| Diamond    | 500000                | 3                        |
| VIP        | 1000000               | 10                       |

If a level is completed, you’ll see a “**Claim**” button. Simply click it to add the corresponding points to your balance.

<figure><img src="/files/J7exBqhx4CntoG0B8khM" alt="" width="405"><figcaption><p>Levels. Claim button.</p></figcaption></figure>

Each player can also earn a daily consistency reward in the “**Days**” section. The reward doubles each day compared to the previous day. However, if you miss a 24-hour window to claim your reward, you’ll have to start from day one to receive rewards in “Days” again.

<figure><img src="/files/5ER1GfkZQeMoxw9zL6M6" alt="" width="405"><figcaption><p>Everyday rewards</p></figcaption></figure>

In the “**Invited**” section, you’ll find rewards for inviting friends. Just click “Claim” to collect your points. The section will soon be expanded with a “Special” category—stay tuned for more details.

<figure><img src="/files/aPBUwZDV8P24r6NqX8Bc" alt="" width="405"><figcaption><p>Rewards for Invited Friends</p></figcaption></figure>


---

# 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://abbleicat.gitbook.io/abble-icat/icat-game/rewards.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.
