Skip to content

Commit

Permalink
doc(readme): improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
peyha committed Oct 24, 2024
1 parent ee18fc0 commit 3d086f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ The [`PreLiquidationAddressLib`](./src/libraries/periphery/PreLiquidationAddress

### Potential preLCF manipulation

A pre-liquidation cannot pre-liquidate a proportion of the position's debt greater than `preLCF`, however it's possible to pre-liquidate a proportion of the position while keeping it pre-liquidatable before performing another pre-liquidation.
A pre-liquidation cannot repay a proportion of the position's debt greater than `preLCF`.
However it's possible to pre-liquidate a proportion of the position while keeping it pre-liquidatable before performing another pre-liquidation.
This manipulation can lead to repaying a proportion of the position's debt higher than `preLCF`.
It has been studied in the part 5.2 of [An Empirical Study of DeFi Liquidations:Incentives, Risks, and Instabilities](https://arxiv.org/pdf/2106.06389), in the case of a constant liquidation close factor.
Implementing a `preLCF` linear in the health factor can help mitigating this manipulation when choosing the right slope.
Expand Down

0 comments on commit 3d086f1

Please sign in to comment.