Glossary

Stablecoin Savings Rate

Interest earned by depositing stablecoins into protocol-native savings contracts, like MakerDAO's DSR or sDAI.

Key Takeaways

  • A stablecoin savings rate is protocol-level yield paid to depositors who lock their stablecoins into a designated smart contract, such as MakerDAO's Dai Savings Rate (DSR) or its successor, the Sky Savings Rate (SSR). The rate is set by governance, not by market supply and demand.
  • Yield comes from protocol revenue: primarily overcollateralized loan fees (stability fees), real-world asset income from U.S. Treasury allocations, and liquidation penalties. These sources fund depositor returns without rehypothecation.
  • Wrapper tokens like sDAI and sUSDS let depositors earn yield while using their stablecoins across DeFi, making savings rates composable. Alternatives like USDB offer T-bill-backed yield paid in BTC without smart contract governance risk.

What Is a Stablecoin Savings Rate?

A stablecoin savings rate is an interest rate offered by a stablecoin protocol to users who deposit their tokens into a protocol-controlled savings contract. The concept was pioneered by MakerDAO with the Dai Savings Rate (DSR), launched alongside Multi-Collateral DAI in November 2019. Any DAI holder can deposit into the DSR contract and earn a variable rate set by MKR governance votes.

Unlike traditional bank savings accounts where interest comes from the bank's lending activities, stablecoin savings rates are funded by on-chain protocol revenue. For MakerDAO, this means stability fees charged on collateralized debt positions, income from real-world asset (RWA) portfolios, and liquidation penalties. The protocol accumulates this revenue in a surplus buffer and distributes it to depositors at the governance-set rate.

Following MakerDAO's rebrand to Sky Protocol in September 2024, the DSR was succeeded by the Sky Savings Rate (SSR) for the new USDS token. DAI and the original DSR continue to operate alongside the new system, with a 1:1 converter between DAI and USDS.

How It Works

The DSR is implemented through MakerDAO's Pot smart contract, part of the protocol's rates module. The contract uses a rate accumulator pattern to compound interest continuously without requiring per-user calculations.

The Pot Contract

The Pot contract tracks four key parameters:

  • dsr: the per-second savings rate, stored in ray format (10^27 base)
  • chi: the rate accumulator, a monotonically increasing value that represents cumulative compounded yield since the contract's deployment
  • pie: each user's normalized balance (deposit divided by chi at deposit time)
  • rho: timestamp of the last drip() call

When a user deposits DAI, the contract divides their deposit by the current chi value to compute a normalized balance. Their actual DAI balance at any point equals pie * chi. As chi grows over time, so does the redeemable amount.

// Simplified Pot mechanics
// On deposit:
normalizedBalance = depositAmount / chi

// On withdrawal (at a later time, after drip updates chi):
withdrawAmount = normalizedBalance * chi_new

// The yield earned:
yield = normalizedBalance * (chi_new - chi_old)

The drip() function updates chi using fixed-point exponentiation: chi = chi * dsr^(now - rho). It pulls DAI from the protocol's surplus buffer (the Vow contract) by increasing system debt. Anyone can call drip(), and it must be called before any deposit or withdrawal to ensure accurate accounting.

ERC-4626 Wrapper Tokens

Direct interaction with the Pot contract requires calling join() and exit(), which locks DAI in a non-transferable position. The sDAI wrapper token solves this by implementing the ERC-4626 tokenized vault standard. Users deposit DAI and receive sDAI shares that represent their DSR position.

Because sDAI is a standard ERC-20 token, holders can transfer, lend, or use it as collateral in other DeFi protocols while still earning DSR yield. The sDAI token's price relative to DAI increases continuously as yield accrues. For example, 1 sDAI might redeem for 1.05 DAI after a year at 5% APY.

The same pattern applies to sUSDS for the Sky Savings Rate: deposit USDS, receive sUSDS shares, and redeem later for USDS plus accumulated yield.

Where the Yield Comes From

Protocol-native savings rates are funded by real revenue, not token emissions. For MakerDAO/Sky, the yield sources include:

  1. Stability fees: interest charged on borrowers who mint DAI/USDS against crypto collateral (ETH, wstETH, and other approved assets). These fees are analogous to loan interest in traditional banking.
  2. Real-world asset income: the protocol allocates reserves to short-duration U.S. Treasury bonds through facilities like BlockTower Andromeda. By 2023, approximately 70-80% of MakerDAO's protocol revenue came from RWA allocations, with RWA assets reaching $3.1 billion.
  3. Liquidation penalties: when vault collateral falls below the required overcollateralization ratio, the protocol liquidates positions and collects a penalty (typically 13%). This revenue is episodic and depends on market volatility.
  4. Lending spreads: SparkLend and the Spark Liquidity Layer generate interest income from lending activities, contributing additional revenue to the surplus buffer.

The critical constraint: if governance sets the savings rate higher than incoming revenue, the protocol accumulates debt. The Pot contract documentation explicitly warns that allowing the DSR to significantly exceed system fees would cause debt to accrue, eventually threatening protocol solvency.

Rate History and Competitive Dynamics

The DSR has ranged from 0% to 12.5% over its lifetime, reflecting both protocol economics and competitive pressures:

PeriodRateContext
Nov 2019~2%Multi-Collateral DAI launch
Mar 20200%Black Thursday: rate zeroed to maximize circulating DAI
2020-20220-0.01%Near-zero for over 2.5 years
Dec 20221%Reactivated as RWA revenue grew
Aug 20238%Enhanced DSR launched, over 1B new DAI deposited
Dec 202412.5% (SSR)Peak rate during USDS migration push
Mar 20254.5% (SSR)Reduced to sustainable level

The August 2023 jump to 8% ignited "savings rate wars" across DeFi. Ethena launched sUSDe offering 25-40% APY during the 2024 bull market through delta-neutral basis trades. Frax introduced sFRAX tracking the Fed's IORB rate. Aave created sGHO for passive yield on its GHO stablecoin. Each protocol used elevated savings rates as a customer acquisition tool to attract deposits and grow stablecoin supply.

By 2026, DeFi yields have compressed significantly. Many stablecoin savings rates now offer only 30-80 basis points above traditional money-market funds, narrowing the premium that once drew billions into on-chain savings products.

Comparing Savings Rate Products

Different stablecoin savings products carry different risk profiles depending on their yield sources:

ProductYield SourceRisk Profile
sUSDS (Sky)Stability fees + RWA incomeLow-medium: governance risk, rate volatility
sUSDe (Ethena)Basis trade + ETH stakingHigh: funding rate inversion, CEX counterparty risk
sFRAX (Frax)T-bill exposure + AMO yieldLow-medium: custody risk on T-bill holdings
sGHO (Aave)GHO borrowing feesLow: backed by Aave protocol revenue
USDBT-bill backing + Flashnet revenueLow: regulated issuer, no DeFi governance risk

USDB takes a fundamentally different approach from DeFi-native savings rates. Rather than relying on governance-set parameters and smart contract mechanics, USDB is issued by Brale, a FinCEN-registered Money Services Business, with 1:1 T-bill and cash backing. Yield is paid in BTC rather than additional stablecoins, and there are no lockup periods, governance votes, or smart contract accumulator risk. For a deeper comparison of yield-bearing stablecoin approaches, see the yield-bearing stablecoins research article.

Use Cases

  • Treasury management: DAOs and protocols park idle stablecoin reserves in DSR/SSR to earn yield rather than holding non-productive assets. For strategies on managing stablecoin reserves, see the treasury management deep dive.
  • DeFi composability: sDAI and sUSDS serve as yield-bearing collateral across lending protocols, DEXs, and structured products. Depositors earn savings rate yield while simultaneously using their position in other protocols.
  • Benchmark rate: the DSR/SSR functions as a risk-free rate for DeFi, similar to the federal funds rate in traditional finance. Other protocols price their yields relative to the savings rate.
  • Demand management: governance adjusts the savings rate to control stablecoin supply. Higher rates incentivize holding (reducing circulating supply), while lower rates encourage spending and lending.

Risks and Considerations

Governance Risk

Savings rates are set entirely by token-holder governance votes. A governance attack, voter apathy, or rushed parameter change could set unsustainable rates that drain the protocol's surplus buffer. The December 2024 spike to 12.5% SSR demonstrated how aggressively governance can move rates for competitive reasons, even when long-term sustainability is uncertain.

Rate Volatility and Historical Precedent

The DSR was set to 0% in March 2020 after Black Thursday and remained near zero for over 2.5 years. Depositors who relied on DSR yield as a predictable income stream received nothing during this period. Rates can also change via out-of-schedule emergency votes, making future returns inherently unpredictable.

Smart Contract Risk

While the Pot contract has been live since November 2019 and is among the most battle-tested in DeFi, upgrades and cross-protocol dependencies introduce new attack surfaces. The sDAI wrapper has a known quirk: it emits Deposit/Withdraw events instead of standard Transfer events during minting and burning, which can cause integration issues with protocols that only monitor transfer events.

Depeg and Opportunity Cost

Savings rate positions are denominated in the underlying stablecoin. If that stablecoin depegs, the dollar value of the entire position drops regardless of accrued yield. Additionally, funds in savings contracts may earn less than alternative DeFi strategies, representing an opportunity cost during periods of high market yields.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.