> 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/fees-and-income-sources.md).

# Fees and income sources

The main source of income of a keeper is the **task reward** (provided by the task owner). Task reward is paid out in the native blockchain token, for example, ETH on Ethereum. Every time a keeper executes the transaction for a given task it receives the reward plus the gas compensation. The rewards are specified for each task individually.

Additionally, providers can offer incentives for task execution and provide arbitrary token reward for each task.

<mark style="color:yellow;">As described in the previous section, the gas is compensated based on the average gas price in the block where the transaсtion was included and mined. Thus, a keeper can both receive additional tokens (if the gas price it offered was lower than the block average, and the transaction was still executed), or loose (if it offered too high gas price, higher than the block average).</mark>


---

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