Dai (DAI)

Overview

Dai (DAI) market snapshot: Price $0.999812, market capitalization $4.60B, and reported 24-hour volume $180.12M. market dominance 0.13%.

Trading activity: Reported 24-hour volume equals 3.92% of market capitalization. The local markets snapshot lists Aivora Exchange, Curve (Ethereum) and De¹ among venues with observed trading activity.

YearBull indicators: This asset is classified as a stablecoin and is excluded from the analytical YearBull Rank, Bull Score, YB Market Risk, and Cycle sequence.

Values are descriptive and should be read together rather than as a price forecast. Read the YearBull methodology. Snapshot date: 2026-09-20. Data history: 90 days available in the latest 90-day window.

Methodology responsibility: YearBull’s analytical methodology and presentation rules are developed and maintained by Alan Zelvin, Founder & Lead Crypto Researcher. This note identifies responsibility for the methodology; it does not attribute authorship of this data snapshot.

What is Dai (DAI)?

YearBull Project Summary: Dai (DAI) is tracked under dai. The local profile associates it with Stablecoins, Decentralized Finance (DeFi), USD Stablecoin, Ethereum Ecosystem. The source profile maps it to ethereum.

Source description

“MakerDAO has launched Multi-collateral DAI (MCD). This token refers to the new DAI that is collaterized by multiple assets.”

This source-supplied description may contain old, promotional, or unverified claims and is not YearBull editorial analysis.

Dai (DAI) project facts

  • Source tags: Stablecoins, Decentralized Finance (DeFi), USD Stablecoin, Ethereum Ecosystem, Crypto-backed Stablecoin, Fiat-backed Stablecoin
  • Recorded networks: Ethereum

Official links and contract records appear in Key Facts. Project details can change, so verify current information with the project.

Dai (DAI) FAQ

How does Multi-collateral DAI differ from an earlier single-collateral design?

MakerDAO states that Multi-collateral DAI, or MCD, is a newer form of DAI backed by multiple assets rather than relying on one collateral type. This broadens the range of assets that can support the token, although the specific collateral assets and associated rules are not specified here.

What role does collateral play in Multi-collateral DAI?

The project presents collateral as the backing mechanism for Multi-collateral DAI. Unlike a token supported by one asset, MCD is described as being collateralized by multiple assets. The particular assets, collateral ratios, liquidation procedures, and risk controls are not specified.

What kind of token is DAI positioned as in the MakerDAO launch?

MakerDAO describes Multi-collateral DAI as a stablecoin, meaning the token is positioned within the stable-value segment of crypto assets. The available details do not specify its precise peg mechanism, redemption process, governance procedures, or how stability is maintained across different collateral types.

Dai metric comparison

260 daily observations are available from 2025-12-19 through 2026-09-16. Percentiles compare the latest value with the same-day analytical universe; a higher percentile means a larger observed value, not necessarily a better investment characteristic.

MetricCurrent30d ago90d agoChange vs 30dUniverse percentile
Price$0.9999$1.00$0.99970.0%n/a
Market cap$4.54B$4.57B$4.17B-0.8%P99.8
YearBull Rankn/an/an/an/an/a
Bull Score0/1000/1000/1000.0 ptsP0.2
Turnover6.93%0.90%4.10%+6.0 ptsP77.4
YB Riskn/an/an/aUnchangedn/a
CycleStableStableStableUnchangedn/a

Median absolute daily movement 0.01%; distance from the highest local daily price -0.1%; circulating supply change +8.4%. These measurements are descriptive and do not predict future direction.

Editorial research. Identity, project facts, sources, and risks below belong to the dated editorial review. The live analytical snapshot above may be newer and is generated separately from stored market data.

Dai Overview

Dai (DAI) is tracked under dai. The local profile associates it with Stablecoins, Decentralized Finance (DeFi), USD Stablecoin, Ethereum Ecosystem. The source profile maps it to ethereum.

Asset Role and Supply

Its core analytical question is peg quality, reserve or collateral design, and redemption access rather than directional momentum. The reviewed record shows circulating supply about 4.58 billion DAI, total supply about 4.58 billion DAI. It records no hard maximum. Supply fields may change through issuance, burns, migrations, or source revisions and should be checked against project records.

Market Structure

At the 2026-09-12 review, the local snapshot placed Dai at market-cap rank #23, with market capitalization about $4.58 billion and reported 24-hour volume of $273.23 million. These values describe observed scale and turnover, not fair value or guaranteed executable liquidity.

YearBull Perspective

YearBull classifies this asset in the stable or pegged bucket. It is excluded from the analytical YearBull Rank, Bull Score, Risk, and Cycle sequence; internal sentinel values are classification markers, not rankings.

Key Risks

Material risks include peg deviation, reserve quality, redemption limits, issuer or governance concentration, and regulatory change. Historical prices, rankings, and classifications do not predict future performance. Verify contract addresses, network support, custody, and venue availability before acting.

Primary Sources and Review Scope

YearBull methodology · Official website. Profile and market fields were checked against locally stored source records on 2026-09-12. The live snapshot above may be newer than this editorial review.

Dai (DAI): How the Collateralized Stablecoin Works Inside the Sky Protocol

Dai is an Ethereum-based stablecoin issued through the Sky Protocol, formerly associated with MakerDAO. Its design combines collateralized borrowing, oracle-controlled risk parameters, liquidation auctions, and governance-set system controls. DAI also remains exchangeable with Sky’s newer USDS token through an official converter.

DAI’s place in the Sky system

DAI is the external ERC-20 representation of a unit recorded inside the Sky Protocol’s core accounting system. The protocol documentation distinguishes between the user-facing Dai contract and internal balances held in the core system, with DaiJoin adapters handling movement between internal accounting and the wallet-compatible token. This means DAI is not simply a standalone token contract: its issuance and redemption depend on the surrounding protocol contracts that account for collateral, debt, and system surplus.

The Ethereum DAI contract is verified on Etherscan and uses 18 decimals. Its contract includes standard transfer functions alongside permit-based approvals, allowing a user to authorize spending with a signed message rather than submitting a separate approval transaction. That feature can reduce the number of transactions required by applications, but it does not remove the need to review the spender and the signed message carefully.

Vaults create DAI against approved collateral

The core issuance model uses collateralized Vaults. Users deposit approved assets through adapter contracts, draw DAI against the collateral, and later repay the debt to recover the locked assets. The protocol is designed to be token-agnostic at its core, while adapters standardize the behavior of different collateral tokens before they enter the accounting system. Governance determines which collateral types can be used and sets parameters such as debt ceilings, collateralization requirements, fees, and liquidation penalties.

Price feeds are a necessary dependency because the system must estimate the value of collateral and determine when a Vault is no longer sufficiently collateralized. The codebase describes price feeds as a critical part of the system, while the liquidation documentation explains that auction prices begin from readings supplied through the Oracle Security Module. These dependencies mean DAI’s stability is linked not only to collateral markets, but also to oracle availability, update timing, and governance decisions about acceptable risk.

Liquidation is the main backstop for bad debt

When a Vault falls below its required collateralization level, the Dog liquidation contract can transfer the position’s collateral to the protocol and start an auction. The Clipper auction then attempts to sell that collateral for DAI, covering the Vault’s debt, stability fees, and liquidation penalty. Liquidation 2.0 uses Dutch auctions whose prices change over time and can settle purchases without requiring bidders to keep capital locked while waiting for other bids.

The system also limits how much debt can be sent to active auctions at once. Global and per-collateral limits, described as Hole and ilk.hole parameters, constrain the amount of DAI that auctions may need to raise. These controls are intended to account for available market depth, but they also create a practical dependency on auction participation and liquidity during stressed market conditions. If collateral cannot be sold efficiently, the protocol can still face bad debt even though liquidation has been triggered.

DAI and USDS now coexist

Sky’s current documentation describes a one-to-one DAI-to-USDS converter on Ethereum. Holders can convert between the two tokens without a fee, and the protocol’s token-route documentation says both tokens are linked to the same issuance source. This gives DAI holders a path into the newer USDS format without relying on an external exchange or secondary-market liquidity.

The distinction matters because new Sky products are generally documented around USDS rather than DAI. For example, the Sky Savings Rate is attached to USDS through the sUSDS savings token, while DAI remains the legacy stablecoin representation supported by the converter and existing integrations. DAI therefore continues to function as a payment, trading, and DeFi asset, but its position in the wider ecosystem should be assessed alongside the migration toward USDS-based products.

Governance controls the risk parameters

DAI does not have a separate governance token that independently controls its monetary policy. The broader Sky governance system sets protocol parameters, including collateral rules, borrowing rates, debt ceilings, rewards, and other operational settings. The governance portal describes a process in which proposals are discussed in the public forum before moving to on-chain polls and executive votes. Current governance is centered on SKY, following the transition from the earlier MKR-based structure.

This governance structure is a functional dependency for DAI users. A vote can change the cost of borrowing, the assets accepted as collateral, liquidation settings, or the treatment of protocol surplus. Governance can also introduce upgrades that require new adapters or alter compatibility with existing integrations. The protocol’s own documentation therefore treats governance concentration, upgrade execution, and parameter changes as material operating risks rather than as background administrative details.

Who uses DAI, and what to check

DAI is intended for users and applications that need a blockchain-native dollar unit without holding a direct claim on a bank account. Borrowers can use it as debt raised against collateral, while traders, lending markets, payment applications, and other DeFi contracts can use the ERC-20 token as a transferable settlement asset. Its usefulness depends on continued exchange liquidity, reliable collateral management, oracle operation, and support from the applications that integrate the token.

The main practical questions are not limited to whether DAI trades near one dollar. Users should also examine the collateral mix, governance-set parameters, converter and contract addresses, network fees, approval permissions, and the liquidity available for the intended transaction. Sky’s risk documentation warns that smart-contract defects, oracle or blockchain failures, governance attacks, liquidity constraints, regulatory changes, and stablecoin de-pegging can all produce losses. DAI’s collateralized design reduces reliance on a single issuer, but it does not eliminate system, market, or governance risk.

Key takeaways

  • DAI is the wallet-facing ERC-20 representation of debt recorded in the Sky Protocol’s internal accounting system.
  • New DAI is created through collateralized Vaults, with approved assets, oracle data, and governance-set risk parameters determining how much can be issued.
  • Undercollateralized positions can be liquidated through Dutch auctions that sell collateral for DAI.
  • DAI can be converted one-to-one with USDS through an official Ethereum converter with no conversion fee documented on the route.
  • SKY governance controls key parameters affecting DAI, including collateral onboarding, borrowing costs, debt ceilings, and liquidation settings.
  • DAI’s main dependencies include collateral markets, oracle infrastructure, auction liquidity, smart contracts, Ethereum, and governance execution.

Risks and open questions

  • A severe collateral price decline, oracle failure, or auction-liquidity shortfall could create bad debt or weaken the peg.
  • Governance can change collateral rules, fees, debt ceilings, liquidation settings, or upgrade paths, creating risks for users and integrators.
  • DAI’s coexistence with USDS may create integration, liquidity, and user-experience differences across applications that support one token but not the other.
  • The DAI contract’s unlimited-approval behavior can expose users to larger losses if they approve a malicious or compromised spender.
  • Ethereum congestion, transaction failures, or high gas costs can interfere with time-sensitive actions such as repayment, collateral management, or liquidation avoidance.
  • Regulatory changes may affect access to interfaces, DeFi services, stablecoin integrations, or particular collateral types.

YearBull Rank update

YearBull Rank data is not available at the moment for dai.

Rank timeline (last 365 days)
Rank history is still being collected.The rank timeline will appear after two valid daily YearBull Rank snapshots are available.

Rank change (daily snapshots).

Reading rule: a smaller rank number indicates stronger placement.

  • 7d window: current rank not available.
  • 30d window: current rank not available.

YearBull Rank is an internal ordering on YearBull that positions a coin relative to the rest of the tracked universe. Lower rank numbers correspond to stronger relative placement. Treat it as a directional context tool rather than a standalone verdict.

Cycle view: If the 7d is weak but 30d is strong, it can be a pullback in an up-phase.

Risk context: If it improves then retraces fast, treat it as rotation pressure.

Execution context: If the line range narrows, access may be stabilizing.

Turnover context: If the curve jumps, check whether the cohort moved too (relative effects).

Practical note: stability often signals more than spikes.

Editorial note: This analysis was prepared by the YearBull research team under the direction of Alan Zelvin, Founder and Lead Crypto Researcher. The assessment follows YearBull’s internal research methodology and editorial standards. Methodology · Editorial Policy
Research context

Related research and comparable assets

All hubs →

Similar coins

crvUSD (CRVUSD)CRVUSD$0.9991#100,000
Vai (VAI)VAI$1.0000#100,000
XDAIXDAI$0.9998#100,000

Popular by YearBull Rank

Dai (DAI) Markets

Stored venue snapshot. Markets last checked: 2026-09-14. Next refresh window: around 2026-09-21. Venue listings and volumes are stored snapshots, not live quotes.
Exchange Top Pair Stored 24h volume (snapshot) Source Trust Rank
Aivora Exchange DAI/USDT $148.11M
Curve (Ethereum) DAI/USDT $2.74M #179
De¹ ETH/DAI $1.58M #218
Uniswap V3 (Ethereum) DAI/USDC $1.17M #174
Sushiswap V3 (Ethereum) DAI/WETH $664.60K #256
Kraken DAI/USDT $397.73K #3
Tokpie DAI/USDC $335.16K #171
THORChain DAI/RUNE $310.92K
Tokenlon DAI/USDT $229.60K #257
Niza.io DAI/USDT $198.87K #31

Listings are ordered by reported snapshot volume. Source Trust Rank is an external venue-quality signal; it is not an endorsement or a solvency guarantee.