# Collateral Risk

### What is collateral risk?

Collateral risk refers to the potential for the value of collateral assets, such as BTC, to decrease, undermining their capacity to back the stablecoin, $BITU.&#x20;

When the price of a collateralized asset falls, it lowers the collateral ratio. If this ratio continues to drop, it can reach a point where the value of the collateral is less than the value of $BITU minted, compromising the stablecoin's value support in the market.

### How do We handle collateral risk?

To manage collateral risk, BitU Protocol incorporates several strategies:

1. **Whitelist Control:** During the minting phase, only whitelisted addresses are allowed to mint $BITU, minimizing exposure to collateral risk for most retail users.
2. **Asset Requirements:** The protocol maintains strict requirements on the types of assets that can be used as collateral, ensuring a balanced ratio between collaterals with different risk levels.
3. **Proactive Liquidation:** For positions deemed relatively risky, the protocol’s Active Liquidity Management Module (ALMM) will promptly liquidate these positions if the collateral is not replenished or if the minted $BITU is not burned/returned. This helps convert riskier positions into safer ones, stabilizing the overall collateral ratio within the protocol.

These measures help maintain the integrity and stability of the BitU ecosystem by mitigating the effects of price fluctuations on the collateral assets.<br>


---

# 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.bitu.io/bitu/project-design/risks/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.
