[Proposal] Job whitelisting request for Compound Flash Liquidations

Summary:

Include Compound flash liquidations as a job for keep3r network.

Abstract:

Include 0x89970Ba0ba9d51f1Ab6d595E6A85E41C9C3806eb as an approved job for Keep3r maintenance.

Motivation:

Liquidations are a core part of ecosystem health, this will help make smaller liquidations viable.

Specification:

Contract
Github

For: Whitelist 0x89970Ba0ba9d51f1Ab6d595E6A85E41C9C3806eb

Against: Do not whitelist

Poll:

  • For
  • Against
0 voters

Definitely for it, but I don’t understand the min 100 bonds requirement.

Liquidations are by their nature the harder jobs (only Cream has one keeper) so the additional limitation seems to me quite arbitrary …

It avoids abuse by people that create micro liquidatable positions to spam rewards.

It avoids abuse by people that create micro liquidatable positions to spam rewards.

make sense however to get 100 keep3r by earning ( not buy them) them as keeper is really hard. If I will need wait several months to reach with goal with the actual reward.

I guess I need to be patient :slight_smile:

Why not add a minimum liquidatable amount then?

   amount = amount.mul(Comptroller.closeFactorMantissa()).div(1e18);
    require(amount > **minLiquidatableAmount**, **"liquidate:liquidatableAmount != minLiquidatableAmount"**);
1 Like

Sure, propose the job and add liquidity for it

Actually it was just a thought on how to solve this issue. Lack of funds and the impossibility to transfer from the zero address make adding a job + credit a bit prohibitive for me…