Post
Share your knowledge.
AAVE account liquidation
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?
- Aave Protocol
- Aave liquidation
- Aave Pool
Answers
1That liquidation was submitted to flashbots as a bundle along with the chainlink oracle price update 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.
Do you know the answer?
Please log in and share it.
Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers.
- Error "No matching key" when trying to unstake USDC on BNB chain32
- How to tell the code to, rather than "deposit 1 eth worth of WBTC" deposit "500$ worth of WBTC"?22
- How to interpret configuration field in a response from the getReserveData view function in Aave v2?21
- Getting a return value of '25 - INVALID BURN AMOUNT'21
- Is there any way to stake in the security module on Görli?23