> 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/collateral-risk.md).

# Collateral Risk

## Definition

Collateral risk represents a subset of bad debt risk involving the potential decline in value and/or liquidity of collateral to levels that cannot adequately secure outstanding borrowing positions.

## Risk Mechanisms

### Price and Liquidity Deterioration

Collateral risk primarily arises from adverse price movements and/or liquidity shortfalls under standard market conditions. Even when liquidation-eligible, positions may clear at unfavorable prices due to market friction, resulting in protocol bad debt.

### Asset-Specific Failures

Certain assets — particularly stablecoins, wrapped tokens, and bridged assets — face idiosyncratic risks. Triggering events include:

* Smart contract exploits
* Governance failures
* Issuer misconduct
* Redemption halts
* Blacklisting
* Structural weaknesses

Such scenarios can cause collateral value to deteriorate rapidly and potentially irreversibly.

## Specific Risk Scenarios

1. Sharp price crashes between oracle updates
2. Liquidity disappearance despite maintained pricing
3. Stablecoin de-pegging or redemption impairment
4. Issuer-enforced blacklisting preventing asset transfers

## Mitigation

Fira implements a conservative collateral selection framework emphasizing blue-chip assets evaluated for:

* Liquidity
* Price history
* Redemption mechanisms
* Smart contract security
* Governance
* Protocol resilience

## Limitations

"Blue-chip" designation provides no guarantee against severe drawdowns. Due diligence cannot predict all failure modes, and external dependencies remain uncontrollable. Lenders may bear losses from resulting bad debt, even in conservatively collateralized markets.


---

# 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/collateral-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.
