# RewardsManager

The `RewardsManager` contract is used to track and disperse rewards to Worker. Workers report the amount of work (e.g. number of input and output tokens) and the user payments are distributed between the workers' operators according to their share of work performed.&#x20;

{% hint style="info" %}
`RewardsManager` is actively in development and is expected to be integrated in 2025.&#x20;
{% endhint %}


---

# 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.scrt.network/secret-network-documentation/secret-ai/smart-contract-reference/rewardsmanager.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.
