> 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/installation-guide-old/registering-in-poweragent.md).

# Registering in PowerAgent

1. You will need a fresh blockchain account for the worker. Create one and top it up with a small amount of the native token (roughly `1_000_000 * avg_gas_price_wei`). It is needed for the worker to sign its first ever execution transaction.

The following steps are performed in the [PowerPool protocol dApp interface](https://app.powerpool.finance/#/sepolia/ppv2/my-keepers).&#x20;

2. Navigate to the <https://app.powerpool.finance/#/sepolia/ppv2/my-keepers> (for Sepolia) or <https://app.powerpool.finance/#/gnosis/ppv2/my-keepers> (for Gnosis Chain).

Here you will see the stats if you already have any keepers.

<figure><img src="/files/Ou4pBmxD2PkbFyP3UbZ5" alt=""><figcaption><p>My Keepers tab</p></figcaption></figure>

3. Press the "Create Keeper" green button.
4. On the opened page select the topmost agent (the latest version)

<figure><img src="/files/mYdzikfGVR1Nqy7Yy9gy" alt=""><figcaption><p>PowerAgent v11 is the latest version at the time of writing this guide</p></figcaption></figure>

5. Press "Create Keeper" again.
6. In the opened window, specify the worker address (the one you have created in the step 1) and the initial stake (**must be no less than `1_000` CVP**)

<figure><img src="/files/D0mEWZKrFVmyq5ZlxgD3" alt=""><figcaption><p>Keeper creation window</p></figcaption></figure>

7. Press Lock and approve transaction, wait for it to be executed.
8. Press Create Keeper and approve the transaction.

Done. Now you can see your keeper in the My Keepers tab.

<figure><img src="/files/eZkkXPWTRl9wEHaaaVmK" alt=""><figcaption><p>My Keepers dashboard - see and manage all your existing keepers on all supported contracts</p></figcaption></figure>

<details>

<summary>Registration via Etherscan</summary>

Firstly, from your Admin account allow PowerAgent to spend the amount of CVP you wish to stake. Invoke the`approve` function on the CVP token contract, passing the **current Agent address** as the spender.

<img src="/files/65jowNsepNlStv1IemGa" alt="Approval of test CVP spending" data-size="original">

Secondly, register your worker address in the PowerAgent contract. **From your Admin account**, execute `registerAsKeeper` and specify the amount of CVP **you previously allowed to spend (or lower)** and your worker address.

<img src="/files/YtD6IpXpT0Vz9b7fj7dD" alt="Keeper worker registration" data-size="original">

You have to specify `cvp_amount * 10^18`, as the token has 18 decimals.

</details>


---

# 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/power-agent/old-pages/installation-guide-old/registering-in-poweragent.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.
