> For the complete documentation index, see [llms.txt](https://custos-org.gitbook.io/custos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://custos-org.gitbook.io/custos/rollocker/images-and-media/reward-explanation.md).

# Reward Explanation

Staking rewards for each rollocker are generated from the fees dependent on the aggregate prediction volume, from all markets, of that rollocked token.

The rewards for each user is determined by the proportional share of the staking amount in that rollocker. Amount allocated to prediction are not accrung rewards.&#x20;

You will have two balances for a rollocker:&#x20;

* **Total Rollocks:** The total amount of the rollocked token, including prediction earnings
* **Staking Amount:** The amount of the rollocked token eligible for staking rewards

The mathematical relationship between the two follows the equation:

$$
Staking Amount = Total Rollocks - Prediction Position
$$

{% hint style="info" %}
Staking Amount accrues rewards, while Prediction Position not.&#x20;
{% endhint %}

Rewards are settled and distributed after each prediction concludes.


---

# 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://custos-org.gitbook.io/custos/rollocker/images-and-media/reward-explanation.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.
