PowerPool
  • powerpool overview
    • PowerPool
      • PowerPool DAO Story
      • Value Proposition
      • Use Cases
      • CVP Token
      • Vision 2027
    • Blockchain Automation
      • Glossary
    • PowerAgent Stats
    • How to contribute
    • Contracts and Links
  • Power Agent
    • đŸŽ¯PowerAgent features
    • đŸ›ī¸Architecture
      • â„šī¸Agent
      • â„šī¸Keeper
      • â„šī¸Job
        • Full Specification
    • 📜User Guides and Instructions
      • ❓I Want to Automate my Tasks
        • Job Registration Guide
      • ❓I Want to Become a Keeper
    • â„šī¸Scenarios
    • ⌛Old Pages
      • Installation Guide (Old)
        • Prerequisites
        • DAppNode Installation
        • Registering in PowerAgent
        • Installing PowerAgent Package on DAppNode
        • Standalone Installation
        • Chain-specific configs
      • Keeper (Old)
        • Keeper Registration and Update
        • Keeper staking, withdrawal, and deactivation
          • Keeper activation and deactivation in PPAgentV2RANDAO
        • Keeper assignment and release in RanDAO realisation
      • Job (Old)
        • Job Registration & Update
        • Job funds deposition and withdrawal
      • Agent (old)
        • Page
        • Execution
      • Technical Implementation (Old)
        • Hooks and helper functions
        • Errors
        • Modifiers
          • Flags
      • Job Registration Guide (Old)
      • 📑Testnet Rules
      • Slashing
        • Copy of Slashing
      • Task Reward and Gas Compensation
        • Fees and income sources
        • Copy of Task Reward and Gas Compensation
  • PowerPool Incentives
    • PowerPool Points Program
  • Security
    • Bug Bounty
    • Security Audits
  • Research
    • Automation Networks Research
      • Approaches on Keeper Selection
      • On-chain Random Number Generation
      • Keeper Weighing
      • 🌊PowerPool & PowerAgent Automation Network
      • Value Proposition-PowerPool
    • PowerAgent v2.1
      • Keeper Selection
      • Hooks
  • Resources
    • Website
    • Twitter
    • Medium
    • Discord
    • Github
    • Telegram
    • Governance Voting
    • Governance Forum
  • Legacy & Deprecated
    • Index Products
      • $YLA: Yearn Lazy Ape
        • Invest (ZAP) in YLA with low fees
        • Instant YLA mint via USDC
        • $CVP Boost Program
        • Redeem YLA
        • YLA Onsen Liquidity Mining [deprecated]
      • $BSCDEFI: BSC DeFi Pool/Index
        • Guide: Mint $BSCDEFI with $BNB
        • Guide: Multi-Asset $BSCDEFI Mint
        • Guide: PancakeSwap LM Farming
        • Add $BSCDEFI to MetaMask.
        • Redeem $BSCDEFI
      • $ASSY: Aave, SushiSwap, Synthetix, and Yearn Index
        • $CVP Boost Program
        • Underlying Token Staking
      • $PIPT: PowerIndex Pool
      • $YETI: Yearn Ecosystem Index
      • Market Price vs Fair Value
      • About ZAP
    • CVP reward program
      • How to create a DCA flow in Partitura
Powered by GitBook
On this page

Was this helpful?

  1. Power Agent
  2. Old Pages
  3. Installation Guide (Old)

Registering in PowerAgent

Instructions on how to register your worker in the PowerAgent contract

PreviousDAppNode InstallationNextInstalling PowerAgent Package on DAppNode

Last updated 1 year ago

Was this helpful?

  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 .

  1. Navigate to the (for Sepolia) or (for Gnosis Chain).

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

  1. Press the "Create Keeper" green button.

  2. On the opened page select the topmost agent (the latest version)

  1. Press "Create Keeper" again.

  2. 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)

  1. Press Lock and approve transaction, wait for it to be executed.

  2. Press Create Keeper and approve the transaction.

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

Registration via Etherscan

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

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.

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

⌛
PowerPool protocol dApp interface
https://app.powerpool.finance/#/sepolia/ppv2/my-keepers
https://app.powerpool.finance/#/gnosis/ppv2/my-keepers
My Keepers tab
PowerAgent v11 is the latest version at the time of writing this guide
Keeper creation window
My Keepers dashboard - see and manage all your existing keepers on all supported contracts
Approval of test CVP spending
Keeper worker registration