# Overcollateralization Ratio

**Overcollateralization Ratio (OCR)**\
The implementation of an OCR helps to mitigate the impact of market slippage and inefficiencies, ensuring that each USDf minted by all non-stablecoin deposits is fully backed by collateral of equal or greater value. It indicates a user's total value of locked collateral relative to the amount of minted USDf.&#x20;

$$
\text{OCR} = \frac{\text{Initial Mark Price of Collateral} \times \text{Collateral Amount}}{\text{USDf Minted}}
$$

OCRs for each non-stablecoin collateral asset are dynamically calibrated based on the asset’s inherent market volatility, liquidity profile, market slippage and historical price behavior. This risk-adjusted approach ensures the protocol’s resilience against adverse price movements while optimizing capital efficiency for users.

Users should also note that the valuation of their collateral is directly tied to the prevailing market price and conditions at the time of collateral deposit. \
\&#xNAN;*Falcon does not guarantee the stability or value of any assets and accepts no liability for any discrepancies or losses arising from market volatility or external factors influencing asset prices.*

**Overcollateralization Ratio (OCR) Buffer**\
An OCR buffer is the portion of collateral retained by Falcon beyond the value of minted USDf. The buffer serves as a risk mitigation mechanism to safeguard the protocol against market fluctuations. The amount of collateral asset held as an OCR buffer is derived by:

$$
\text{OCR Buffer} = (\text{OCR} - 1) \times (\text{Collateral Amount})
$$

Reclaiming of the OCR buffer is based on market conditions at the time of claim.

* If the current market price ≤ initial mark price (of the collateral asset): Users will reclaim the full unit amount of the buffer
* If the current market price ≥ initial mark price: Users will reclaim the USD-equivalent value of the buffer based on the initial mark price


---

# 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.falcon.finance/mechanism/usdf-synthetic-dollar/overcollateralization-ratio.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.
