> 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/powerpool-overview/powerpool/value-proposition.md).

# Value Proposition

The PowerPool dePIN layer abstracts the complexity of scheduled/automatically executed transactions that typically require users and protocols to run their bots by offering **Transaction Execution As a Service**.

The **DePIN layer** is powered by a decentralized and permissionless network of Keeper bots, which execute **AI-generated** and user-owned flows, intents, and yield strategies according to the PowerPool protocol mechanism design. **Users and protocols** can automate their on-chain actions without deploying and maintaining their infrastructure, creating various tasks from the simplest/routine to complex fund management strategies and outsourcing their execution to the network. Check out our[ Use Cases](https://docs.powerpool.finance/powerpool-and-poweragent-network/powerpool-overview/blockchain-automation/use-cases) section!

**Blockchain validators and full node runners** can run PowerPool Keeper bots, adding a new source of income to their validator/node runner setup. This is done by running a PowerAgent node client that executes transactions according to the PowerAgent network assignments (the random node selection).

Keeper nodes automatically earn execution fees and gas compensation in the native blockchain asset (ETH for Ethereum, BNB for BNBChain, etc.). To run a node, keeper nodes stake $CVP, the PowerPool protocol token, qualify to execute various tasks and earn higher execution fees. The $CVP stake acts as a security deposit ensuring the honest behavior of Keeper nodes and can be slashed in case of malicious behavior or failed task execution.

**For users:**

* Create your first automation Job! Check out the [Guide](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/user-guides-and-instructions/i-want-to-automate-my-tasks/job-registration-guide) for Job creation and[ Jobs references](https://github.com/eitelvolkerts/poweragent-jobs-misc).

**For node runners:**

* Run the Keeper bot and start earning execution fees and CVP incentives. Check out the [Keeper node documentation](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/user-guides-and-instructions/i-want-to-become-a-keeper).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.powerpool.finance/powerpool-and-poweragent-network/powerpool-overview/powerpool/value-proposition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
