> 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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://onchaintrade.gitbook.io/ot/spot-and-borrow/borrow/liquidation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
