Get liquidation LTV
Get liquidation LTV

Aave V4 · Reads onchain state

Reads the loan-to-value at which an Aave V4 reserve's collateral becomes liquidatable. In V4 the liquidation threshold and the borrow limit are the same collateral factor, read here in basis points from the reserve's current dynamic config. A position whose debt exceeds the factor-weighted value of its collateral has a health factor under one and can be liquidated; there is no gap between the most you can borrow and the line at which you are at risk, which is why the liquidation engine trims a position back to a target rather than closing half of it. Reach for it to compute the exact price at which a position crosses into liquidation and to size a repay or a top-up that keeps the health factor above the floor you chose.

On other protocols · 3