Digital Asset Database Digital asset research & education
BTC$77,689+1.58% ETH$2,396+1.22% USDT$0.9996-0.01% BNB$701.09+2.87% XRP$1.36+3.15% USDC$0.9998+0.00% SOL$100.30+2.08% TRX$0.3269+1.40% FIGR_HELOC$1.01-2.00% HYPE$81.96+0.93% ZEC$829.99+2.95% DOGE$0.0829+2.84% RAIN$0.0166-0.37% USDS$0.9997+0.01% XMR$513.25-0.82% LEO$9.31+0.50% WBT$71.11+1.29% LINK$11.18+1.51% ADA$0.2071+7.07% XLM$0.1765+2.15% BCH$249.93+2.72% DAI$0.9998+0.00% CC$0.1094-3.08% USDE$0.9994-0.01% USD1$0.9994+0.00% LTC$50.51+3.91% UNI$6.01-1.69% GRAM$1.34+1.41% HBAR$0.0768+4.82% USDG$1.00+0.03% AVAX$7.26+2.49% SUI$0.7633+6.97%
メニュー
ホーム
資産 全資産セクターランキングHeat mapスクリーナー資産を比較★ Saved
ファンダメンタルズ Fees & revenueロック済み価値Exchange volumeネットワーク活動StablecoinsStaking & yield
バリュエーション バリュエーション指標Supply & issuance指標の定義
機関投資家 上場取引型プロダクト企業の保有資産
リサーチ リサーチノートイベントカレンダーリスクフレームワークセキュリティインシデント
学ぶ Learn library用語集計算ツール方法論データソースデータの鮮度AI agentsパブリックAPI
ニュース データに問い合わせる グローバル市場 当サイトについて
表示オプション
Photography CryptoStudio
ガイド表示

価格、利回り、market capとは何か — マーケット初心者の方向けです。閲覧しながらすべての用語を平易な言葉で説明します。同じデータに、解説が組み込まれています。

専門家の見解

マーケットはすでにご存知の方向けです。データだけを — クリーンに、速く、コンパクトに、余分な説明なしで提供します。これがデフォルトの表示です。

ライトまたはダーク
言語
パブリックAPI

本サイトのすべての数値は、対象期間とソースを付記したJSON形式で取得できる。

API ドキュメントを読む
Supply and issuance Foundation 6 min

The four supply numbers, and why they disagree

Circulating, total, maximum and fully diluted supply answer four different questions, which is why data sources rarely publish the same figure.

Most digital assets carry more than one supply figure, and the figures rarely agree. The four in common use are circulating supply, total supply, maximum supply, and the planned supply used in fully diluted arithmetic. They differ because each answers a different question: what can move today, what exists today, what can ever exist, and what the issuance plan implies for later.

What each number counts

Circulating supply is an estimate of the units that exist and are free to move. It excludes units still held under a lock-up contract, units never issued, and, at most data sources, units held by the issuing organization for future distribution. It is the denominator behind market capitalization, and it is genuinely an estimate: deciding which balances are free to move is a classification judgment, not a reading taken off the chain.

Total supply counts every unit that has been created and still exists, whether or not it can move today, minus units verifiably destroyed in a token burn. A wide gap between total and circulating almost always means locked allocations: team and early investor tranches under vesting, ecosystem incentive pools, or a protocol treasury that has not yet spent what it holds.

Maximum supply is the ceiling written into the protocol's own rules. Bitcoin has one: the block subsidy halves on a fixed block schedule, so the total approaches a limit slightly under 21 million and never passes it. Many assets have no ceiling at all, because their emission schedule continues indefinitely. An empty maximum-supply field means the protocol sets no cap, which is different from the figure being unknown, and the two cases are often displayed identically.

The fourth number is the least standardized. Fully diluted valuation needs a unit count to multiply by price, and different sources use maximum supply, total supply, or a projection of supply at some future date. The three give different answers for the same asset on the same day.

NumberWhat it countsSet byMoves when
CirculatingUnits judged transferable nowData provider methodologyUnlocks, issuance, burns, reclassification
TotalAll units in existence, locked or notThe ledger, minus burnsNew issuance and destruction only
MaximumProtocol ceiling, if one existsProtocol rulesAlmost never, and only by consensus change
Fully diluted baseAssumed eventual supplyWhoever computes the ratioWhen the assumption changes

Where the disagreements come from

The largest source is classification. If a foundation holds a quarter of the units in a wallet it controls with no contractual lock, one provider may treat those units as circulating because nothing prevents their movement, and another may exclude them because the foundation has stated it will not sell. Both readings are defensible. Neither is verifiable from the ledger alone.

Burn accounting is the second source. Some projects destroy units by sending them to an address with no known private key, which leaves the balance visible on the chain forever; others call a function that reduces the recorded supply directly. Providers differ on whether the first case is subtracted from total supply. The units are equally unusable either way, but the published number is not the same.

Representations on other chains create double counting. A wrapped token is a claim issued on a second chain against units immobilized on the first. Adding the balances together counts the same economic unit twice, and naive aggregation across chains does exactly that.

Supply figures also include units nobody can reach. Coins whose keys are lost are indistinguishable from coins whose owner is patient, so key loss quietly overstates every supply number by an amount no one can measure. Estimates of the affected quantity exist; none is authoritative.

A final source is the design of the asset itself. Some tokens rebase, adjusting every holder's balance by a common factor so that the unit count changes without anyone transacting; for those assets a supply figure means nothing without the adjustment history beside it. Stablecoins expand and contract with deposits and redemptions, so their supply is a running record of capital entering and leaving an instrument rather than the output of a schedule, and scarcity vocabulary applied to it describes nothing.

Which number belongs in which calculation

Market capitalization uses circulating supply, because it is meant to describe the value of what trades. Fully diluted valuation uses a larger base, so it always produces a number at least as large. Comparing an asset's market capitalization to another asset's fully diluted valuation is an error that survives longer than it deserves to, because both figures are labeled in the same currency and look comparable.

Two derived readings do most of the work. Pending supply expresses units not yet in circulation as a share of the eventual base, and FDV to market cap expresses the same idea as a multiple. A ratio near one means the supply is largely issued; a much higher ratio means most of the eventual units have yet to reach the market. Neither reading is a verdict on the asset, and neither says anything about when the remaining units arrive, who holds them, or what they cost their current holders.

How to check a supply figure rather than accept it

For a contract-based token, the total supply is a public function call, and the balances of named treasury and vesting contracts are readable. For a chain's native unit, the issuance rules are in the client software, and the running count is derivable from block history. Where a figure cannot be reproduced that way, it rests on a stated policy, and the policy is the thing to read.

Supply numbers also get revised. Providers reclassify wallets and correct historical series, so a figure recorded for a past date may not match today's version of that same date, and a reclassification can produce a step in the series that resembles a supply event without any units having moved. Two habits make the figures usable in spite of this. The first is to check which base any displayed ratio uses, because the same ratio computed on circulating and on eventual supply produces two different numbers carrying the same label. The second is to read a supply figure as a quantity of units first and as a currency amount second, since a dollar-denominated supply figure moves with price and can fall while the unit count rises.

The supply pages on this site show all four figures side by side with the classification rules applied, and methodology states which base each ratio uses. The next lesson in this track covers how new units are created in the first place, and who receives them.

01

要点

Circulating, total, maximum and fully diluted supply answer different questions, so a single asset legitimately carries four different supply figures at once.
Circulating supply is a classification estimate, not a ledger reading, because deciding which balances are freely transferable requires judgment about wallets and lock-ups.
An empty maximum-supply field usually means the protocol sets no ceiling, which is different from the figure being unavailable.
Comparing one asset's market capitalization with another asset's fully diluted valuation mixes two different unit bases and produces a meaningless ratio.
Lost keys, cross-chain wrapped representations and inconsistent burn accounting all bias published supply figures in ways nobody can fully measure.

資産

全資産セクターランキングHeat mapスクリーナー比較保存済み

ファンダメンタルズ

Fees & revenueロック済み価値Exchange volumeネットワーク活動StablecoinsStaking & yield

Valuation & risk

バリュエーション指標Supply & issuance指標の定義リスクフレームワークセキュリティインシデント

機関投資家

上場取引型プロダクト企業の保有資産Eventsリサーチノートニュース

学ぶ

Learn library用語集計算ツールデータに問い合わせるAI agentsパブリックAPI

概要

当サイトについてお問い合わせ方法論データソース編集方針データの鮮度

法律

免責事項利用規約Privacy policy