Explainer · 7 June 2026

How stablecoin pegs actually work

A stablecoin is a token engineered to trade near one unit of fiat — usually one U.S. dollar — on exchanges and in wallets. That price stability is not magic; it is the output of a peg mechanism: reserves, mint-and-burn rules, collateral ratios, and arbitrageurs who profit when the market price drifts. When macro stress hits crypto markets — see the BTC moves tracked on our World Pulse board — stablecoins are where traders park volatility. Understanding how the peg is supposed to hold, and where it can slip, is prerequisite reading for anyone moving value on chains like Solana.

What "the peg" means in practice

The peg is a target, not a guarantee. Issuers and protocols aim for $1.00 on centralized exchanges (CEXs) and decentralized exchanges (DEXs). In liquid markets, USDC and USDT typically trade between $0.999 and $1.001 because professional arbitrage desks buy below par and redeem or sell above par. The peg is maintained by economics: if you can reliably turn one token into one dollar (or mint one token for one dollar), any discount creates risk-free profit until the gap closes.

On-chain, stablecoins are just SPL or ERC-20 tokens — the same machinery described in our SPL token accounts guide. The difference is economic design: someone promises, implicitly or explicitly, that the token is redeemable or overcollateralized. When that promise is credible and executable at scale, the peg holds. When redemption pauses, collateral is mis-marked, or confidence breaks, the token becomes a distressed bond trading at whatever the market fears.

Fiat-backed stablecoins: reserves and redemption

Fiat-backed issuers (Circle for USDC, Tether for USDT) hold cash and cash-equivalents — Treasury bills, overnight repo, money-market funds — in regulated entities. They mint tokens when customers wire dollars in and burn tokens when customers redeem. The on-chain supply should match audited reserves minus operational float.

The peg mechanism here is straightforward: if USDC trades at $0.98 on a DEX, a desk with a Circle account buys cheap USDC, redeems at par, and pockets two cents minus fees. That loop requires fast, large-scale redemption. Retail users rarely redeem directly; arbitrage firms and market makers do the heavy lifting. Peg risk therefore clusters around: reserve composition (how much is in T-bills vs riskier assets), banking partner access, regulatory action, and whether minting pauses during stress while secondary markets keep trading.

Attestations and quarterly audits reduce information asymmetry but do not eliminate it. Holders trust the issuer's report that reserves exist and are unencumbered. A stablecoin is only as strong as the legal and operational bridge between on-chain tokens and off-chain bank accounts.

Crypto-collateralized stablecoins: overcollateralization and liquidations

Crypto-collateralized designs — MakerDAO's DAI is the canonical example — do not hold dollars in a bank. Users lock ETH, wBTC, or other assets in smart contracts and mint stablecoins against them. Loans must stay overcollateralized: if you deposit $150 of ETH, you might mint $100 of DAI. The extra $50 is a buffer against price drops.

The peg is enforced differently. There is no $1 redemption window from a company; instead:

  • Arbitrage via collateral auctions. If DAI trades above $1, users mint more DAI by opening collateralized positions and sell into the market until price falls.
  • Repayment demand below $1. If DAI trades below $1, borrowers buy cheap DAI to repay debt and unlock collateral, shrinking supply.
  • Liquidations. If collateral value falls too close to debt, keepers auction the position. Slow oracles or illiquid collateral can leave bad debt that dilutes the system's backing.

Crypto-backed pegs fail when collateral crashes faster than liquidations clear, when governance delays parameter changes, or when the stablecoin's own price feeds into collateral (recursive leverage). The 2022 Terra/Luna collapse was a different design, but it taught the market how fast "stable" liquidity can evaporate when the stabilizer itself is speculative.

Algorithmic and hybrid designs: reflexivity risk

Algorithmic stablecoins attempt to maintain parity using mint-and-burn relationships with a sister token, seigniorage shares, or rebasing supply. Instead of "$1 in the bank for every token," the system prints or destroys tokens based on price oracles and incentive programs. These designs minimize reserve cost but maximize reflexivity: confidence in the peg is part of what holds the peg.

When price drifts below target, algorithms may issue governance tokens or dilute holders to absorb supply. If participants doubt the mechanism will work, they sell both the stablecoin and the sister asset, accelerating the death spiral. Post-2022, most serious liquidity moved toward fiat-backed and overcollateralized models; algorithmic experiments survive mostly as cautionary case studies.

Hybrid models blend pieces — partial fiat reserves, partial crypto collateral, centralized mint keys with decentralized trading. They trade transparency for operational flexibility. Evaluating them means reading which leg of the stool actually absorbs loss when redemptions spike during a bank-run headline week.

Arbitrage: the invisible peg police

Peg maintenance is outsourced to arbitrageurs. Their playbook:

  1. Monitor CEX and DEX prices vs $1.00.
  2. If discount: buy stablecoin, redeem via issuer or repay cheap debt in CDP systems.
  3. If premium: mint or borrow stablecoin at par, sell at premium, repeat until spread closes.

This only works when frictions are low: withdrawal rails open, gas fees small relative to spread, capital not trapped on a chain bridge, and legal onboarding complete. During weekends, holidays, or banking crises, frictions rise. Spreads that would normally close in minutes can persist for days — long enough for narratives to harden and levered players to blow up.

On Solana, tight spreads and fast finality help arbitrageurs. That is one reason USDC is a common unit of account for micropayments and games on the network — see Solana micropayments for how small-dollar flows depend on predictable token prices and transaction fees staying negligible next to the payment itself.

Depeg anatomy: how $0.95 becomes $0.60

Depegs rarely start at "issuer is insolvent." They often start at "redemption is slow" or "we are not sure reserves are real." A typical sequence:

  • Initial shock. Macro headline, exchange halt, or collateral crash raises doubt. Stablecoin drifts to $0.97 — still looks fine to casual holders.
  • Arbitrage capacity saturates. Redemption queues form; minting pauses. Professional desks stop bidding because they cannot exit at par quickly.
  • Leverage unwind. Funds using the stablecoin as collateral face margin calls. Forced selling pushes price lower.
  • Retail panic. Social media amplifies fear; liquidity pools skew; stablecoin becomes the hot potato.
  • Resolution or failure. Either reserves prove adequate and peg recovers (USDC March 2023 briefly traded off par during SVB weekend stress, then recovered), or the token finds a new equilibrium far below $1.

Macro calendars matter for timing shocks. Our economic calendar guide explains how CPI, FOMC, and payroll releases move rates — and rate moves flow into Treasury yields, bank stability narratives, and the discount on money-market-backed stablecoin reserves.

What holders should verify (without fooling themselves)

For fiat-backed: Read attestation scope (which entities, which assets), check whether reserves are in T-bills vs corporate paper, note jurisdiction and banking partners, and watch whether mint/burn API status pages show delays during stress.

For crypto-backed: Inspect total collateralization ratio, oracle sources, liquidation parameters, and governance timelocks. Stress-test mentally: if ETH drops 40% in 48 hours, can keepers clear positions without bad debt?

For on-chain usage: When you accept stablecoins for goods, services, or in-game balances, you are taking issuer/protocol risk plus smart-contract risk. Verify payments on-chain the same way you would for any SPL transfer — our payment verification guide covers reading confirmations and amounts, not judging counterparty solvency, but the habit of checking chain data beats trusting UI labels.

No stablecoin eliminates counterparty or protocol risk; they relocate it. The peg is a market belief supported by mechanisms. When mechanisms choke, belief is all that is left — and belief is volatile.

Related on Solana Garden: SPL token accounts, Economic calendar explained, Verify Solana payments, World Pulse.