Aave V2 Liquidation Example

Example code for a liquidation strategy on Aave V2 Ethereum Mainnet using foundry

yuichiro aoki
Published in
3 min readOct 23, 2022

--

Liquidation Contract

The tutorial repo is here.

Foundry

Foundry is a smart contract development tool like Hardhat, Truffle, etc. It’s known for fast compilation/testing time and probably because it’s written in Rust while Hardhat is in Typescript…

--

--