> For the complete documentation index, see [llms.txt](https://docs.falcon.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.falcon.finance/mechanism/usdf-synthetic-dollar/usdf-peg-stability.md).

# USDf Peg Stability

Falcon Finance maintains USDf’s peg stability through a combination of delta-neutral and market-neutral strategies. Collateral assets deposited to mint USDf are actively managed to neutralize directional exposure, minimizing the effects of individual asset price movements and broader market fluctuations. This ensures that fluctuations in the underlying collateral do not affect the value backing USDf.

In parallel, the protocol enforces strict overcollateralization requirements. By requiring that the value of deposited assets consistently exceeds the value of USDf minted, Falcon establishes a resilient buffer against volatility in non-stablecoin assets. This ensures that every USDf remains fully backed by assets of equal or greater value, reinforcing the strength of the peg stability.

Together, these mechanisms allow Falcon to maintain synthetic dollar stability, even during periods of significant market fluctuations.

### Cross-market Arbitrage

Falcon also utilizes arbitrage of USDf across both centralized and decentralized spot markets to maintain the peg of USDf. This opportunity is also available to users, who are able to mint or redeem to profit from the price differences of USDf.

* If USDf is above peg (> $1.00):
  * KYC-ed Users can mint USDf at peg via Falcon, and sell them on external markets where USDf is trading above peg value.
* If USDf is below peg (< $1.00):
  * KYC-ed Users can purchase USDf below peg on external markets and redeem them for $1.00 worth of collateral per token via Falcon.

This incentivizes all parties to actively take part in stablizing USDf at its rightful peg value across various 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.falcon.finance/mechanism/usdf-synthetic-dollar/usdf-peg-stability.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.
