Helper — LeverX

Run a helper

Helpers 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.

1

Download the app

Official download for the LeverX helper app.

docker pull devarogundade/leverx-keeper
2

Connect your wallet

Add your key as an environment variable. Never save it in code or commit it to git.

KEEPER_PRIVATE_KEY=your_wallet_private_key
3

Start the helper

Replace 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-keeper

Make sure it is running

curl http://localhost:3001/health

If 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