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