# System Overview

## Overview

The USDFC Stablecoin Protocol is a decentralized system that enables users to mint a USD-pegged stablecoin (USDFC) by depositing Filecoin (FIL) as collateral. The protocol maintains stability through a series of interconnected mechanisms that ensure USDFC maintains its 1:1 peg to the US Dollar.

## How It Works

The protocol operates through several key components that work together to maintain stability, manage collateral, and ensure the proper functioning of the system:

1. **Trove System**: Individual vaults where users deposit FIL collateral and mint USDFC
2. **Stability Pool**: A reserve of USDFC that absorbs liquidations of under-collateralized Troves
3. **Redemption Mechanism**: Allows USDFC holders to exchange their tokens for FIL at face value
4. **Recovery Mode**: A special state that activates when the system's overall collateral ratio falls below 150%
5. **Price Oracle**: Provides accurate FIL/USD price data to determine collateral values

## System Architecture

### Normal Mode

<figure><img src="https://2995566130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5n2yKWdxy0II5Sd3ZIQL%2Fuploads%2Fgit-blob-dee56d1ffbf624d0621d96dac76d34ba416dcfc7%2Fimage.png?alt=media" alt="Normal Mode Architecture"><figcaption><p>USDFC Protocol Architecture in Normal Mode</p></figcaption></figure>

### Recovery Mode

<figure><img src="https://2995566130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5n2yKWdxy0II5Sd3ZIQL%2Fuploads%2Fgit-blob-a02abe45299ac91d3d129a21a79843b309553b3d%2Fimage.png?alt=media" alt="Recovery Mode Architecture"><figcaption><p>USDFC Protocol Architecture in Recovery Mode</p></figcaption></figure>

## Key Parameters

| Parameter                      | Description                                        | Default Value |
| ------------------------------ | -------------------------------------------------- | ------------- |
| Minimum Collateral Ratio (MCR) | Minimum required ratio of collateral to debt       | 110%          |
| Recovery Mode Threshold        | TCR level that triggers Recovery Mode              | 150%          |
| Liquidation Reserve            | USDFC reserved for potential liquidation gas costs | 20 USDFC      |
| Minimum Borrow Amount          | Minimum USDFC that can be borrowed                 | 180 USDFC     |
| Base Rate                      | Variable component of minting and redemption fees  | 0% to 4.5%    |

## Common Questions

**What happens if the price of FIL drops significantly?**\
If FIL price drops, Troves with lower collateral ratios may become eligible for liquidation. The protocol prioritizes liquidating the riskiest Troves first to maintain system solvency.

**How does the protocol maintain the USDFC peg?**\
The redemption mechanism allows USDFC holders to exchange their tokens for FIL at face value, creating arbitrage opportunities that help maintain the peg.

**What is the difference between Normal Mode and Recovery Mode?**\
In Normal Mode, Troves require a minimum 110% collateral ratio. In Recovery Mode, stricter rules apply, including higher liquidation thresholds and restrictions on borrowing.

[Learn more in the FAQs section](https://docs.secured.finance/usdfc-stablecoin/faqs)

## Related Topics

* [The Trove System](https://docs.secured.finance/usdfc-stablecoin/core-mechanics/the-trove-system)
* [Mint & Borrow](https://docs.secured.finance/usdfc-stablecoin/core-mechanics/mint-and-borrow)
* [Liquidation](https://docs.secured.finance/usdfc-stablecoin/core-mechanics/liquidation)
* [Redemption](https://docs.secured.finance/usdfc-stablecoin/core-mechanics/redemption)
* [Recovery Mode](https://docs.secured.finance/usdfc-stablecoin/advanced-topics/recovery-mode)
