Skip to content

Oki-Kaide/proton-loan-liquidation-bot

Repository files navigation

Proton Liquidation Server

Liquidates under-collateralized users of Proton's lending protocol.

  1. Install npm and nodejs:
curl -Ls install-node.now.sh | sh
  1. Install PM2
npm i -g pm2
  1. Install (in server folder)
npm i && npm run build
  1. Rename .example.env to .env and set private key
  2. Edit testnet.config.js and mainnet.config.js with your accounts and endpoints
  3. Run liquidation bot
# Testnet
pm2 start testnet.config.js

# Mainnet
pm2 start mainnet.config.js

About

proton-loan-liquidation-bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published