# Margin Calls and Liquidations

Margin management is a critical component of Quantix’s risk framework, particularly within pools that involve collateralized borrowing or leveraged strategies.

Borrowers operating under collateralized structures are subject to predefined margin requirements, including:

* Initial collateral thresholds
* Maintenance margin levels
* Liquidation triggers

#### **Margin Calls**

When collateral levels fall below maintenance thresholds, borrowers are issued margin calls requiring additional capital or collateral to restore compliance.

Margin calls are designed to:

* Prevent deterioration of collateral coverage
* Maintain the integrity of lender capital
* Provide borrowers with an opportunity to stabilize positions

#### **Liquidation Mechanisms**

If margin requirements are not met within the specified timeframe, Quantix initiates liquidation procedures.

Liquidation processes are structured to:

* Minimize market impact
* Preserve as much lender capital as possible
* Execute in an orderly and controlled manner

This may involve:

* Gradual unwinding of positions
* Execution across multiple liquidity venues
* Algorithmic execution strategies to reduce slippage

Quantix does not rely solely on automated liquidation triggers. Where appropriate, liquidation processes may incorporate discretionary oversight to ensure execution aligns with market conditions.

The objective is not simply to enforce liquidation, but to optimize recovery outcomes while maintaining system stability.


---

# 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://quantixfinance.gitbook.io/quantixfinance-docs/quantix-institutional-for-lenders/margin-calls-and-liquidations.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.
