> For the complete documentation index, see [llms.txt](https://onchaintrade.gitbook.io/ot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onchaintrade.gitbook.io/ot/spot-and-borrow/borrow/liquidation.md).

# Liquidation

Your CDPs will be liquidated when the position collateral ratio falls below liquidation threshold(MCR). Maximum liquidation amount is calculated so that the CDP's CR is at least 5% more than MCR to better protect borrowers' interest, unlike protocols such as AAVE and Compound, in which a CDP can be liquidated as much as 50% of its debt. Liquidation will increase MCR of liquidated CDP,

![](/files/Lwv8MCNWYFlCNvy88TGq)

#### Liquidation bonus for liquidators

There is a penalty to borrowers when CDPs are liquidated, the penalty is rewarded to liquidator as liquidation bonus.&#x20;

#### Liquidation bonus for **liquidity providers**

Liquidation bonus = LPP \* liquidated debt amount, bonus is paid in form of collateral.

#### LPP = Liquidation Penalty Percentage

LPP is not fixed, when a CDP reaches its MCR threshold, LPP will increase by 1% for every 1% CR(Collateral Ratio) drop,  actual LPP = LPP Base + (MCR-CR).

For CDPs with multi-collateral, LPP Base = ($Collateral A \* BaseA + $CollateralB \* BaseB)/($Collateral A + $CollateralB)

<table><thead><tr><th width="150">Collateral Type</th><th width="150">LPP Base</th><th data-hidden>Liquidation Bonus</th><th data-hidden></th></tr></thead><tbody><tr><td>WBTC</td><td>5%</td><td>10%</td><td></td></tr><tr><td>WETH</td><td>5%</td><td>10%</td><td></td></tr><tr><td>APT</td><td>5%</td><td></td><td></td></tr><tr><td>Sui</td><td>5%</td><td></td><td></td></tr><tr><td>USDC</td><td>3%</td><td>5%</td><td></td></tr><tr><td>USDT</td><td>3%</td><td>5%</td><td></td></tr><tr><td>DAI</td><td>3%</td><td>5%</td><td></td></tr><tr><td>OT</td><td>7%</td><td>15%</td><td></td></tr><tr><td>OSD</td><td>5%</td><td>5%</td><td></td></tr></tbody></table>
