Skip to content

Commit

Permalink
doc(readme): property precision
Browse files Browse the repository at this point in the history
  • Loading branch information
peyha committed Feb 19, 2025
1 parent 4103dc9 commit 66a36d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The PreLiquidation smart-contract enforces the properties:

Note: A pre-liquidation close factor higher than 100% means that the whole position is pre-liquidatable, so using `preLCF2 > 1` allows to make the position entirely pre-liquidatable at a LTV between preLltv and LLTV.

The property `preLIF2 <= 1 / LLTV` ensures that pre-liquidation always improves the health of the position.
The property `preLIF2 <= 1 / LLTV` and the fact that pre-liquidations are only allowed for `LTV <= LLTV` ensure that pre-liquidations can't worsen the health of the position.

### `onPreLiquidate` callback

Expand Down

0 comments on commit 66a36d5

Please sign in to comment.