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

# Rewards

We aim to incentivize holding rewarding our holders through [staking](/pamperedpandas/the-pandaverse/features/staking.md) and [royalties](/pamperedpandas/the-pandaverse/features/royalties.md). &#x20;

I. The *staking* rewards are calculated as such:

$$
R\_\alpha=  \frac{N\*\gamma}{\textstyle\sum\_{i=1}^nP\_1...P\_n}
$$

Where:

* $$R\_\alpha$$ = Allocation of staking returns in %
* $$N$$ = Amount of Pampered Pandas staked
* $$\gamma$$ = Rarity multiplier&#x20;
* $$\textstyle\sum\_{i=1}^n P\_1...P\_n$$ = The total sum of all staked Pampered Pandas times their respective rarity multiplier

We can define $$R\_\alpha$$ as a function of the multiplier with the total staking rewards (S) and duration in days (D), which gives us the received stakings rewards($$\psi$$):

$$
\psi = R\_\alpha *S*D
$$

II. The *royalties* are calculated through the following formula:

$$
\omega = \frac{\nu\*\gamma}{\textstyle\sum\_{i=1}^nM\_1...M\_n}
$$

Where:

* $$\omega$$= Allocation of royalties in %
* $$\nu$$= Amount of Pampered Pandas owned
* $$\gamma$$ = Rarity Multiplier
* $$\textstyle\sum\_{i=1}^nM\_1...M\_n$$ = The total sum of all minted Pampered Pandas times their respective rarity multiplier&#x20;

We can define $$\omega$$ as a function of the multiplier with the total royalties (C), which gives us the received royalties ($$\rho$$):

$$
\rho = C\*\omega
$$


---

# 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:

```
GET https://pamperedpandas.gitbook.io/pamperedpandas/the-pandaverse/rewards.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.
