> For the complete documentation index, see [llms.txt](https://pooky.gitbook.io/pooky/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pooky.gitbook.io/pooky/pookyball-features/rarity-tier.md).

# Rarity tier

There are 5 Rarity Tiers for Pookyballs. The rarer the Pookyball, the more Points it is allocated at mint. Points allocated at mint are distributed between Attributes. As you know, Attributes boost prediction scores, so players are incentivised to own Pookyballs of higher Rarity.

The 5 Rarity Tiers are as follows:

| Pookyball Rarity | Mint Distribution target |
| ---------------- | ------------------------ |
| Mythic           | 0,00%                    |
| Legendary        | 1.00%                    |
| Epic             | 4.25%                    |
| Rare             | 18.05%                   |
| Common           | 76,71%                   |

{% hint style="warning" %}
Tentative distribution, subject to change.
{% endhint %}

{% hint style="info" %}
Mythic is an upcoming quality, accessible only once a player has reached max level with 2 Legendary Pookyballs.\
You will never be able to mint a Mythic ball directly.
{% endhint %}

Curious players can check the current repartition by using filters on our [Opensea collection](https://opensea.io/collection/pookyballs/analytics).

### Power from rarity

Rarity tiers also increase the Prediction Points that a prediction will give.

| Pookyball rarity | Prediction point multiplier |
| ---------------- | --------------------------- |
| Mythic           | +46.41%                     |
| Legendary        | +33.1%                      |
| Epic             | +21%                        |
| Rare             | +10%                        |
| Common           | +0%                         |
| Rooky            | +0%                         |


---

# 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://pooky.gitbook.io/pooky/pookyball-features/rarity-tier.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.
