# Task Reward and Gas Compensation

Currently, the compensation for keeper is calculated by the following formula:

`compensation = (gasPrice_ * gasUsed_ * _rdConfig.jobCompensationMultiplierBps / 10_000) + (stake / _rdConfig.stakeDivisor)`

Where

* `gasUsed_` is the amount of gas consumed by the task and paid by the keeper.
* `gasPrice_` is the current gas price.
* `_rdConfig.jobCompensationMultiplierBps` is the Agent-wide job compensation multiplier in basis points
* `stake` is the value of the rewarded keeper's stake
* `_rdConfig.stakeDivisor` is the Agent-wide value of a stake divisor for scaling the stake

In the V2.1 update, this will be changed to a slightly different model.<br>


---

# 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.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/task-reward-and-gas-compensation.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.
