> For the complete documentation index, see [llms.txt](https://docs.powerpool.finance/powerpool-and-poweragent-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/task-reward-and-gas-compensation.md).

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