# Advanced Topics

## Overview

This section covers advanced concepts and mechanisms of the USDFC Stablecoin Protocol that build upon the core functionality. These topics provide deeper insights into how the protocol maintains stability, handles edge cases, and implements sophisticated economic mechanisms.

## What You'll Learn

* How Recovery Mode protects the protocol during periods of systemic risk
* Advanced liquidation scenarios and their impact on the system
* Technical implementations of key protocol features
* Economic principles underlying the protocol design

## Key Components

* [**Recovery Mode**](/usdfc-stablecoin/advanced-topics/recovery-mode.md): The protocol's defensive mechanism that activates when system collateralization falls below critical thresholds
* **Advanced Liquidation Scenarios**: Complex edge cases in the liquidation process
* **Price Oracle Implementation**: Technical details of how the protocol obtains and validates price data
* **Economic Mechanisms**: Detailed explanations of incentive structures and game theory considerations

## Related Resources

* [Core Mechanics](/usdfc-stablecoin/core-mechanics/system-overview.md)
* [FAQs](/usdfc-stablecoin/faqs.md)


---

# 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.secured.finance/usdfc-stablecoin/advanced-topics.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.
