Digital Asset Database Digital asset research & education
BTC$77,636+0.12% ETH$2,400-0.67% USDT$0.9997+0.01% BNB$691.66+0.58% XRP$1.36+0.91% USDC$0.9998+0.00% SOL$100.34+0.01% TRX$0.3256+1.20% FIGR_HELOC$1.01-3.13% HYPE$82.01-1.19% ZEC$817.43-2.76% DOGE$0.0826+1.37% RAIN$0.0167-3.20% USDS$0.9998+0.00% XMR$513.04-0.50% LEO$9.25-0.89% WBT$71.07-0.35% LINK$11.17-0.56% ADA$0.2045+3.37% XLM$0.1774+0.82% BCH$246.92-0.88% DAI$0.9998+0.00% CC$0.1119-3.14% USDE$0.9995+0.00% USD1$0.9993+0.00% LTC$50.09+1.63% GRAM$1.33+1.82% UNI$5.71-4.54% HBAR$0.0757+2.46% USDG$1.00+0.04% SUI$0.7657+5.77% AVAX$7.26+0.69%
メニュー
ホーム
資産 全資産セクターランキングHeat mapスクリーナー資産を比較★ Saved
ファンダメンタルズ Fees & revenueロック済み価値Exchange volumeネットワーク活動StablecoinsStaking & yield
バリュエーション バリュエーション指標Supply & issuance指標の定義
機関投資家 上場取引型プロダクト企業の保有資産
リサーチ リサーチノートイベントカレンダーリスクフレームワークセキュリティインシデント
学ぶ Learn library用語集計算ツール方法論データソースデータの鮮度AI agentsパブリックAPI
ニュース データに問い合わせる グローバル市場 当サイトについて
表示オプション
Photography CryptoStudio
ガイド表示

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

専門家の見解

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

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

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

API ドキュメントを読む
How networks work Advanced 8 min

Why confirmed means different things on different chains

Probabilistic depth, economic finality and per-block agreement are three different promises, and confirmation counts are institutions translating them.

Confirmed is a policy word, not a protocol word. Different networks make different promises about when a recorded transaction can no longer be undone, and those promises range from a probability that decays with each new block to a mathematical guarantee backed by capital that will be destroyed if it is broken. The number of confirmations an exchange or a wallet waits for is that institution's translation of the underlying promise into an operating rule.

Probabilistic settlement

Under proof of work there is no moment at which a block becomes permanent. Nodes follow the chain with the most cumulative work, so a transaction is reversed if someone builds a longer competing branch that excludes it. The probability of that happening falls roughly exponentially with the number of blocks built on top, given an attacker who controls less than half of hash power, and it never reaches zero. Six confirmations became a convention because it drives that probability very low for a modest attacker at typical block times, not because the protocol defines anything at six.

Two consequences follow. First, depth is the safety parameter, and depth is measured in blocks rather than minutes, so block time determines how long a given level of assurance takes. Second, the appropriate depth depends on value: the honest question is whether the cost of producing a competing branch exceeds what reversing the transaction would be worth to the attacker, which is why large settlements are treated differently from small ones.

Economic finality

Modern proof of stake designs add an explicit finalization step. Validators do not merely build; they vote, and once a two-thirds supermajority of staked capital has attested to a checkpoint, the protocol treats it as final. Reverting it would require at least a third of all staked capital to have signed contradictory attestations, and that contradiction is exactly what slashing punishes. So the guarantee is not that reversal is impossible; it is that reversal has a known, enormous, automatically enforced price. Ethereum finalizes at epoch boundaries, which puts finality on the order of a quarter of an hour after inclusion, while individual blocks are usually stable much sooner.

The awkward caveat is that finality applies to the checkpoint, not to the last few blocks. A transaction included in the current slot has been ordered, but it has not yet been finalized, and the two states get reported to users under the same word.

Instant finality, and what it costs

A third family runs a classical Byzantine agreement round for every block. A proposed block is final once a two-thirds supermajority of validators signs it, typically within a second or two, and no reorganization of a signed block is possible without those signatures existing in public. The price is liveness: if the supermajority cannot be assembled — because validators are offline, partitioned, or disagreeing — the chain stops producing blocks rather than producing a branch that might later be undone. Chains in this family have halted in practice, and a halt is a failure mode with its own operational consequences.

This is the classic tradeoff stated concretely. A chain can prefer to keep going and let history occasionally be revised, or prefer never to revise and occasionally stop. Neither preference is a defect, but they produce very different operational risks.

Design familyWhat final meansHow reversal happensFailure mode
Longest-chain proof of workProbability of reversal decays with depth, never reaching zeroSomeone outbuilds the chain from an earlier pointDeep reorganization by majority hash power
Checkpoint proof of stakeFinalized checkpoints cannot be reverted without slashable votesAt least a third of stake signs contradictory attestationsDelayed finality when participation drops
Byzantine agreement per blockEach signed block is final immediatelyEffectively not, without a supermajority collusionChain halts when the supermajority is unavailable

Why intermediaries pick their own confirmation counts

An exchange crediting a deposit is deciding how much of someone else's reversal risk to absorb. Its confirmation policy therefore reflects value at risk, the cost of attacking that particular chain, and how quickly it wants to serve customers, which is why the same institution waits different numbers of blocks on different networks and sometimes different numbers for different amounts. A chain with a small security budget relative to the value moving over it may warrant very deep confirmation even though its block times are fast, and this is a place where fast blocks are routinely mistaken for fast settlement.

The related distinction is between inclusion and settlement. A transaction sitting in the mempool is not confirmed at all; a transaction in the newest block is included but revisable; a transaction below the depth an institution accepts is settled as far as that institution is concerned. Three states, often described with one word.

Finality for bridges and layer 2s

Systems built on top of a chain inherit its finality properties and sometimes add their own delays. A bridge that mints a representation on one chain after seeing a deposit on another must decide how deep to wait, and several historical incidents involved acting on insufficiently settled information. A layer 2 introduces a second clock entirely: an optimistic rollup gives users fast confirmation from its sequencer, then a challenge window of days before withdrawals settle on the base chain. A user can be confirmed on the rollup, unconfirmed for withdrawal purposes, and both statements are correct.

When comparing networks, treat block time and finality as separate columns rather than one. Read block time alongside validator counts on the comparison tool, and see incidents for cases where settlement assumptions failed in practice.

01

要点

Under longest-chain proof of work no block is ever permanent; reversal probability decays with depth but never reaches zero.
Checkpoint proof of stake makes reversal slashable, so finality is a known price for reversal rather than an impossibility.
Per-block Byzantine agreement gives immediate finality at the cost of halting when a two-thirds supermajority cannot be assembled.
Confirmation counts are institutional policy reflecting value at risk and attack cost, not a protocol-defined threshold.
Fast block times do not imply fast settlement, and layer 2s add a separate withdrawal clock on top of base-chain finality.

資産

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

ファンダメンタルズ

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

Valuation & risk

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

機関投資家

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

学ぶ

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

概要

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

法律

免責事項利用規約Privacy policy