# Revenue Streams

## **Utility & Revenue Streams**

In the Pett.ai ecosystem, $AIP works as the in-game currency and utility token, used to buy consumables, accessories and much more. Players can spend and earn $AIP as their adventure progresses in a thrilling and exciting P2E model. Below you will find an in-depth look at all the token revenue-sharing mechanisms.

### Revival Potions

***

If you do not attend your PettBro for a prolong period of time, it will enter the Heaven State. The higher the level of your PettBro, the more expensive it is to revive the folk.&#x20;

You can find more information about the Heaven state [here](https://docs.pett.ai/overview/pettbro-graveyard#heaven-state) and about levelling up [here](https://docs.pett.ai/overview/xp-and-token-rewards#levelling-up).&#x20;

The function that will govern the revival price the revenue split goes as follows: &#x20;

$$
\begin{align\*} \text{Revive Price}\_{ETH} = 0.01 \times (1.559 \times level)^{0.559} \ \Xi\end{align\*}
$$

$$
\begin{align\*} \text{$ETH}&= \begin{cases} 50% \text{ : Pett.ai R\&D }\ 50% \text{ : leaderboard distribution } \end{cases} \end{align\*}
$$

Please revert to [Leaderboard](/overview/leaderboard.md) to find out more about the leaderboard distribution system.&#x20;

### **Graveyard Pool**

***

The Graveyard Pool collects the $AIP and $ETH from the inventory of deceased PettBros (their in-game inventory funds). After reaching a certain threshold, the pool will activate and distribute the collected funds.&#x20;

You can find more information about the Graveyard State and Heaven State [here](https://docs.pett.ai/overview/pettbro-graveyard#heaven-state).

The distribution goes as follows:

$$
\begin{align\*} \text{$AIP}&= \begin{cases} 50% \text{ : burned} \ 50% \text{ : leaderboard distribution } \end{cases} \ \text{$ETH}&= \begin{cases} 50% \text{ : Pett.ai R\&D }\ 50% \text{ : leaderboard distribution } \end{cases} \end{align\*}
$$

Please revert to [Leaderboard](/overview/leaderboard.md) to find out more about the leaderboard distribution system.&#x20;

### Slashed Withdrawn Tokens

***

All in-game earned $AIP tokens are subject to a withdrawal slash function that varies according to the player's level and the days elapsed since initiating a withdrawal. You can find more information about the mechanism [here](/tokenomics/deposits-and-withdrawals.md).

The distribution goes as follows:

$$
\begin{align\*} \text{$AIP}&= \begin{cases} 50% \text{ : burned }\ 50% \text{ : leaderboard distribution } \end{cases} \end{align\*}
$$

Please revert to [Leaderboard](/overview/leaderboard.md) to find out more about the leaderboard distribution system.&#x20;


---

# 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://docs.pett.ai/tokenomics/revenue-streams.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.
