How to implement AaveLiquidations and other Jobs?

Hi

first all thanks for your guide. I was able to setup my relayer.

I have notice an error in the code, UniswapOracleV2 is replaced for UniswapV2SlidingOracle, if I am not wrong.

How I can implement the other jobs, like AaveLiquidations ?

Bolo

1 Like

Hey @bolo! We’ve been following the scripts listed in the keep3r repository. If you can direct us to scripts for AaveLiquidations and other jobs, we’ll be happy to include them in the guide!

1 Like

Sure

AaveLiquidateKeep3

** CreamLiquidationsKeep3r**

MetaKeep3r
this one need a 100 Keep3r bonded

** CrvStrategyKeep3r**

** UniswapV2SlidingOracle**

1 Like

Thanks for the links @bolo, but what we need is the script for the job, not the contract.

As an example, in the case of the AaveLiquidations contract, the call to work is actually a call to liquidate(address _collateral, address _reserve, address _user). Without the corresponding script, it’s not straightforward how to search for the collateral, reserve, and user values that can be liquidated.

1 Like

understood :confused: I think it’s because they are under review

1 Like