AAVE account liquidation

  • undefined
  • undefined
  • undefined
  • Aave
Expert

Hello, I was monitoring liquidation candidates by calling `getUserAccountData `for certain accounts and found that I didn't detect this liquidation (https://etherscan.io/tx/0x56acf70e2bf4ae1779f99675d4d2e5bf7fee457510fa4917ecf5d78326384797) So I set hardhat forking blockNumber 15259266 (right before the liquidation) and called `getUserAccountData `and the `healthFactor `was 0x0df199acabb5ef6d (about 1.004). How did this account got liquidated? What did I miss?

Answers 1

That liquidation was submitted to flashbots as a bundle along with the chainlink oracle price [update ](https://etherscan.io/tx/0x4c1ddb784916a468b9c464fc4520c15e73cc94b963ae295459ecc78530f2fba0)that most likely dropped the price of that account's collateral and hence reduced his health factor below 1. Just guessing here, and haven't verified all details; but this is pretty standard.