# Liquidated Damages

Borrowers in default are subject to [liquidated damages](https://docs.term.finance/term-repos/terminology#liquidation-penalty) (a surcharge), which is applied to any debt covered in liquidated and collected in collateral tokens. Liquidated damages are split between liquidators (typically 5.2%) as a liquidation incentive and the protocol (protocol liquidated damages, typically set at 2.8%).

<details>

<summary>Liquidated Damages Example</summary>

* Liquidated Damages = 8%
* Protocol Liquidated Damages = 2.8%
* Liquidation Incentive = 8% - 2.8% = 5.2%
* Repurchase Exposure covered in liquidation = 100,000 USDC
* Markt price of (USDC) based on price oracle = $1.01
* Market value of (ETH) based on price oracle = $1,800

Fair Value Liquidation = 56.111 ETH = 100,000 USDC \* 1.01 USD/USDC / (1,800 USD/ ETH)

Liquidated Damages = 4.4889 ETH = 8% \* 56.111 ETH&#x20;

Liquidation Incentive = 2.9178 ETH = 5.2% \* 56.111 ETH&#x20;

Protocol Liquidated Damages = 1.571 ETH = 2.8% \* 56.111 ETH

Total Collateral Liquidated = 60.6 ETH

</details>


---

# Agent Instructions: 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:

```
GET https://docs.term.finance/protocol/fees-and-penalties/liquidated-damages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
