> For the complete documentation index, see [llms.txt](https://docs.fira.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fira.money/security-and-risk/risk-framework/liquidation-risk.md).

# Liquidation Risk

## Core Risk

Borrowing on Fira, whether in fixed-maturity or floating-rate markets, requires collateral and carries material liquidation risk. Liquidations can proceed rapidly, automatically, and without notice, potentially resulting in substantial or complete loss of collateral holdings.

## How Liquidations Occur

Positions become vulnerable when a borrower's Loan-to-Value (LTV) ratio exceeds the Liquidation LTV (LLTV) threshold. This triggers eligibility for liquidators to seize collateral in exchange for debt repayment.

### Triggers

* Collateral value declines
* Borrowed asset appreciation
* Volatility shifts
* Pricing disruptions

## Real-World Scenarios

Liquidation materializes quickly in these circumstances:

* Sharp market movements
* Liquidity constraints
* Network congestion
* Oracle failures
* Cascading liquidations during broader market stress

## Mitigation Strategies (With Caveats)

Users may employ defensive tactics:

* Conservative initial leverage
* Active position monitoring
* Partial debt repayment
* Independent risk assessment

These are not guarantees. Interface warnings and any automated features provide indicative guidance only and may fail during stressed conditions.

## Fixed-Rate Maturity Risk

In fixed-rate markets, borrowers face an additional liquidation vector: **forced liquidation at maturity**. When collateral (BTs) reaches expiry, the DAO can force-liquidate all remaining positions — even healthy ones — to enable collateral redemption.

A **24-hour grace period** after maturity allows borrowers to repay before forced liquidation is triggered. Borrowers who do not close their positions before or during this window risk forced liquidation regardless of their health factor.

## Current Market Parameters

| Market Type   | Collateral | LLTV   | Max LTV | Penalty |
| ------------- | ---------- | ------ | ------- | ------- |
| Fixed-rate    | PT-USDe    | 90%    | 89%     | 3.1%    |
| Fixed-rate    | PT-sUSDe   | 90%    | 89%     | 3.1%    |
| Fixed-rate    | PT-USDG    | 94.75% | 94%     | 1%      |
| Floating-rate | wstETH     | 89%    | 87%     | 3.4%    |
| Floating-rate | cbBTC      | 90%    | 88%     | 3.1%    |

## Key Takeaway

Liquidation represents an inherent feature of collateralized borrowing. Users should not assume timely intervention opportunities exist during extreme volatility.


---

# 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://docs.fira.money/security-and-risk/risk-framework/liquidation-risk.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.
