Liquidtor Running Earning

Earn SOL by running liquidtor

Every 3th part liquditor will earn 0.5% position size as liqudtion profite .

Details can be found in our repo .

How to run my local liquidtor ?

It's not difficult .

Step 1 : you will have to prepare your local ENV

Install

  • Mongodb

  • Node.js

Step 2 : pull and install

pull the repo to local

git clone https://github.com/pumplend/pumplend-liquidator

now install

npm install
npm install -g pm2

remeber to reconfig your local env by

cp .env.exmapl .env

star the monitor first

pm2 start monitor.js

now you can run the liquditor now !

pm2 start executor.js

Step 3 : keep the executor wallet balance enough . and earn .

You will have to keep executor have enought balance as gas fee .

Now you can earn from the liqudtion .

Last updated