# Experience points (PXP)

## PXP formula

Experience Points (PXP) are calculated by multiplying Boosted Points and the Rarity level of the digital collectible Pookyball.&#x20;

$$
PXP = Boosted Points \* RarityMultiplier
$$

PXP are awarded to the Pookyball used for a prediction, at the moment when the player claims Leaderboard rewards.&#x20;

PXP allow players to Level-Up Pookyballs.&#x20;

Rare, Epic and Legendary Pookyballs have more Levels, but their higher earning of PXP means they'll be, on average, higher level than a lower tier ball.

| Rarity    | PXP Multiplier |
| --------- | -------------- |
| Basic     | 1              |
| Common    | 1              |
| Rare      | 2              |
| Epic      | 4              |
| Legendary | 8              |
| Mythic    | 16             |

## PXP Boosts

{% hint style="info" %}
Feature under development. Pricing will be when the feature is released.
{% endhint %}

Players will be able to accelerate their progression by using PXP Boosts.

PXP boosts will increase your PXP earned for the next 25 matches, by 25%, for all balls of a given rarity.&#x20;

Note that, in a future update, a similar feature will be made available for Stickers PXP.


---

# 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://pooky.gitbook.io/pooky/game-fi-features/experience-points-pxp.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.
