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

# Liquidation

How Hypotheca liquidates risky borrowing positions and protects pool solvency through defined thresholds and safeguards.

Liquidation is the recovery path for borrowing positions that breach required risk conditions.

It protects pool solvency and limits losses to liquidity providers. The mechanism operates within defined collateral, oracle, and concentration safeguards.

### When liquidation applies

* Minimum collateralization: **125%**
* Liquidation threshold: **110%**
* Liquidation bonus: **8%**
* Maximum borrow per agent: **5% of the pool**

```
Position Falls Below Required Threshold
        →
Liquidation Becomes Eligible
        →
Collateral Is Seized
        →
8% Liquidation Bonus Applies
        →
Liquidation Event Is Recorded
```

Oracle safeguards support this process. A 5% oracle-source deviation pauses borrowing. A 15% price movement within one hour triggers a global borrow halt. A feed older than 60 minutes also triggers a pause.

Emergency liquidation applies when pool bad debt exceeds **5%**.

### Recorded event

Each liquidation event records:

* `agentId`
* Amount seized
* `txHash`
* Timestamp
* Trigger reason

The transaction hash ties the event to an on-chain record. This page describes the defined thresholds and safeguards, not auction, keeper, partial-liquidation, or execution mechanics.


---

# 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://hypotheca.gitbook.io/hypotheca-docs/hypotheca/economics/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.
