Download the app
Official download for the LeverX helper app.
docker pull devarogundade/leverx-keeperHelpers keep markets running — closing expired trades, matching orders, and stepping in on risky positions. You can earn a share of fees when yours runs successfully.
Official download for the LeverX helper app.
docker pull devarogundade/leverx-keeperAdd your key as an environment variable. Never save it in code or commit it to git.
KEEPER_PRIVATE_KEY=your_wallet_private_keyReplace the placeholder key before starting. Restart if you change keys.
docker run -d \
--name leverx-keeper \
-p 3001:3001 \
-e KEEPER_PRIVATE_KEY=your_wallet_private_key \
devarogundade/leverx-keeperMake sure it is running
curl http://localhost:3001/healthIf you host your own setup, point the app to your helper’s address (default uses port 3001).
Successful helper runs can earn a share of protocol fees.
Prefer passive income? Add funds to the pool instead