Is the totalDebtETH value from method getting reset to 0 after liquidation?

Expert

Hey guys, I've the following question. After liquidation is the `totalDebtETH `value from [method ](https://docs.aave.com/developers/v/2.0/the-core-protocol/lendingpool#getuseraccountdata)getting reset to 0? I mean it should be, because the DEBT is getting paid with the taking part of the collateral?

Answers 1

After a liquidation it will be set to the previous totalDebtETH - liquidated amount. So it could be zero, but it could also be non-zero because the liquidator does not have to liquidate the entire position in a single transaction.