Write-off

In the unlikely scenario where a borrow position accrues bad debt, anyone can write-off their debt. In this case, all of their remaining debt is forgiven and their remaining collateral is seized.

Write-off conditions

Write-offs are only possible as a last resort for if liquidations fail to repay the full debt of an underwater borrow position.

In order for a borrow position to be written-off, the following conditions must both be satisfied:

  1. The total value of all collaterals within the position must be lower than the value of outstanding loans based on the oracle price

  2. The total value of all collaterals within the position must also be under the $1000 threshold.

How write-off works

If all conditions are satisfied in a borrow position, anyone can trigger a write-off for the position.

All remaining loans of the position are permanently removed. The removed loans are registered as a loss and are deducted proportionally from the deposits of pool suppliers.

25% of the remaining collaterals in the position are transferred to the caller of the write-off function as a reward. The remaining 75% of collateral is sent to the Reserve contract where it is added to the backing of GTR tokens.

Last updated