# Liquidation Process (Low Collateral Ratio)

### 1.Collateral Ratio Drops Below Threshold:

&#x20;*If market volatility causes the collateral ratio to fall below a preset liquidation threshold (e.g., 120%)*

### 2.Trigger Liquidation:&#x20;

*Any user can invoke the liquidation function, initiating the liquidation of pledged assets.*

### 3.Sale and Debt Repayment:&#x20;

*The contract sells part of the collateral to repay the TitanUSD debt and burns the corresponding amount.*

### 4.Remaining Collateral Return:&#x20;

*The remaining collateral is returned to the original pledger, while the liquidator receives an incentive (e.g., 1-3%).*


---

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

```
GET https://slor-protocol.gitbook.io/slor-protocol-docs/interaction-flow-and-mechanism-details/stablecoin-issuance/liquidation-process-low-collateral-ratio.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.
