MODULE 08

Stablecoins

Stablecoins try to hold a steady value in a volatile market. This module explains the three ways they attempt it.

Intermediate Difficulty
35 min Duration
Reading + Quiz Format
11 Sections
Stablecoin USDC
Peg Target $1.00
Market Price $0.998
Status Stable
01. Introduction

Introduction

Module 05 introduced stablecoins briefly as one of DeFi's core building blocks. This lesson slows down and looks at what actually keeps a stablecoin's price steady, and why "stable" is a design goal, not a guarantee.

A stablecoin is a token engineered to hold a steady value, usually pegged to a fiat currency like the US dollar. How that peg is maintained differs enormously between designs, and that difference is exactly where the risk lives.

By the end of this lesson you'll be able to tell fiat-backed, crypto-backed and algorithmic stablecoins apart, understand what a reserve attestation actually proves, and recognize the warning signs that tend to precede a depeg.

02. Types of Stablecoins

Types of Stablecoins

Nearly every stablecoin in use today falls into one of three broad designs, each trading off decentralization, capital efficiency and risk differently.

Fiat-Backed

Backed 1:1 by cash and cash-equivalents held by a company, off-chain. Examples: USDC, USDT.

Crypto-Backed

Backed by other cryptocurrencies locked as collateral, usually over-collateralized to absorb price swings. Example: DAI.

Algorithmic

Backed mainly by code and market incentives rather than collateral, expanding and contracting supply to defend the peg.

Each model answers the same question, what stands behind this token, in a very different way.

03. How the Peg Is Maintained

How the Peg Is Maintained

A peg isn't enforced by a rule, it's maintained by arbitrage: whenever the price drifts away from the target, someone has a financial incentive to trade it back.

If a fiat-backed stablecoin trades below $1, arbitrageurs can buy it cheaply and redeem it for $1 from the issuer, pushing demand (and price) back up. If it trades above $1, they can mint new tokens for $1 and sell them for a profit, pushing price back down.

This mechanism only works if redemption and minting are actually reliable, if an issuer freezes redemptions, the arbitrage loop breaks and the peg can drift indefinitely.

04. Over-Collateralization

Over-Collateralization

Crypto-backed stablecoins can't rely on a stable asset as collateral, so they compensate by requiring more collateral value than the stablecoin they issue.

If $100 of ETH is deposited to mint $70 of a stablecoin, the position can absorb roughly a 30% drop in ETH's price before the collateral is no longer sufficient to back what was issued.

collateral_position.json
Collateral Deposited $100 (ETH)
Stablecoin Minted $70
Collateralization Ratio 143%
Liquidation Threshold 110%

If collateral value falls below the required ratio, the position can be liquidated automatically to protect the system, a mechanic covered in Module 06: Lending.

05. Reserve Attestation

Reserve Attestation

Fiat-backed issuers regularly publish a reserve attestation, a report from an accounting firm confirming that reserves of a certain value existed on a specific date.

An attestation is not the same as a full audit. It confirms a snapshot, not that reserves are always fully backing every token in circulation, nor how those reserves are invested or how quickly they could be accessed.

What an attestation shows

That reported reserves existed, in some form, on the date it covers.

What an attestation doesn't show

Ongoing solvency, the quality or liquidity of the reserves, or that reserves have not changed since.

Treat attestations as a useful data point, not as proof that a stablecoin can never break its peg.

06. Algorithmic Stablecoins

Algorithmic Stablecoins

Algorithmic stablecoins try to hold their peg through code and incentives instead of holding real collateral. A common design pairs the stablecoin with a second, volatile token that absorbs the difference.

When the stablecoin trades below its peg, the protocol lets users burn it in exchange for newly minted volatile token, reducing the stablecoin's supply and, in theory, pushing its price back up.

  • No independent collateral. Backing comes from confidence in the system itself, not from assets held elsewhere.
  • Reflexive design. The mechanism that defends the peg depends on the volatile token holding value, which itself depends on confidence in the peg.
  • Death spiral risk. If confidence breaks, both tokens can fall together, since minting more of the volatile token to defend the peg only works while someone is still willing to buy it.

This design can work while confidence holds, but it removes the safety net that collateral-backed models have.

07. Historical Depegs

Historical Depegs

Two well-documented cases show how differently a depeg can play out depending on what actually backs a stablecoin.

TerraUSD (UST), May 2022

An algorithmic stablecoin that lost its peg during a period of large withdrawals; its companion token's price collapsed at the same time, and the peg was never recovered.

USDC, March 2023

Briefly traded near $0.88 after news that part of its reserves were held at a bank that had just failed. It returned to $1.00 within days once the issuer confirmed reserves remained accessible.

The same word, depeg, describes a temporary wobble in one case and a permanent collapse in the other. What backs the token is what determines which one you're looking at.

08. Risks & Red Flags

Risks & Red Flags

Not every stablecoin carries the same risk, but a few warning signs are worth checking before relying on one.

  • Opaque reserves. An issuer that won't publish regular attestations, or discloses vague reserve composition, is harder to trust by default.
  • Reflexive backing. Any design where the peg depends on confidence in another token issued by the same protocol carries the algorithmic risk covered above.
  • Thin liquidity. A stablecoin that's hard to buy or sell at its peg price in size is more likely to slip during stress, even if it's fully backed.
  • Regulatory exposure. Reserves held at a single bank or jurisdiction can become temporarily inaccessible for reasons that have nothing to do with the stablecoin's own design.
  • Unsustainable yield. A stablecoin offering yield well above what fiat savings or DeFi lending normally pay is often subsidizing that rate from somewhere, and that somewhere matters.
09. Summary

Summary

Stablecoins hold their value through one of three broad designs, fiat reserves, crypto over-collateralization, or algorithmic incentives, and each trades decentralization for a different kind of risk.

A reserve attestation is a useful signal but not a guarantee, over-collateralization absorbs volatility but isn't limitless, and algorithmic designs remove the collateral safety net entirely. The single most useful habit from this lesson is asking what actually backs a stablecoin before treating its peg as guaranteed.

10. Glossary

Glossary

Peg
The target value a stablecoin is designed to maintain, usually a fiat currency.
Collateralization Ratio
The value of backing assets held relative to the stablecoins issued.
Depeg
An event where a stablecoin's market price moves meaningfully away from its target peg.
Reserve Attestation
A report (not a full audit) confirming a stablecoin issuer's reserves at a point in time.
Algorithmic Stablecoin
A stablecoin that uses code and incentives, rather than collateral, to hold its peg.
Arbitrage
Buying an asset where it's cheap and selling where it's expensive, the mechanism that keeps a stablecoin's price close to its peg.
Over-Collateralization
Backing a loan or a stablecoin with collateral worth more than the amount issued, to absorb price volatility.
Liquidation Threshold
The collateralization ratio below which a position can be automatically closed to protect the system.
11. Quiz

Quiz

Check your understanding of this lesson before moving on. Incorrect answers point you straight back to the relevant section.

1. What determines which of the three main stablecoin designs a token uses?

2. Why does arbitrage help keep a fiat-backed stablecoin near its $1 peg?

3. If $100 of collateral backs $70 of a stablecoin, roughly how much can the collateral's price fall before it's no longer sufficient?

4. What does a reserve attestation actually confirm?

5. What makes algorithmic stablecoins riskier than collateral-backed ones?

6. What was the key difference between UST's 2022 depeg and USDC's 2023 depeg?

7. Which of these is a genuine red flag for a stablecoin?

8. What is the single most useful question to ask before trusting a stablecoin's peg?