Digital Asset Database Digital asset research & education
BTC$77,844+1.15% ETH$2,404+0.29% USDT$0.9996+0.00% BNB$701.13+2.45% XRP$1.37+3.01% USDC$0.9998+0.00% SOL$100.65+1.60% TRX$0.3263+1.13% FIGR_HELOC$1.01-2.00% HYPE$81.95+0.23% ZEC$828.08+0.52% DOGE$0.0832+2.68% RAIN$0.0166-0.61% USDS$0.9997+0.01% XMR$513.72-0.70% LEO$9.30+0.14% WBT$71.28+0.67% LINK$11.21+0.95% ADA$0.2082+6.96% XLM$0.1771+1.82% BCH$250.77+2.37% DAI$0.9997+0.00% CC$0.1095-2.43% USDE$0.9994+0.00% USD1$0.9993+0.00% LTC$50.78+3.88% GRAM$1.34+1.69% UNI$5.76-7.69% HBAR$0.0767+4.29% USDG$1.00+0.03% SUI$0.7718+7.44% AVAX$7.28+1.74%
メニュー
ホーム
資産 全資産セクターランキング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 Working knowledge 8 min

Proof of stake: the bond a validator posts

Staking swaps an external energy cost for capital locked inside the system that the protocol can destroy when a validator signs two histories.

Proof of stake replaces an external cost with an internal one. Instead of proving that electricity was burned outside the system, a block producer posts capital inside it, in a form the protocol itself can confiscate if the producer signs two conflicting versions of history. The security argument is the same shape as proof of work — attacking has to be expensive — but the expense is a forfeited bond rather than a power bill.

What is actually at stake

A validator is not a person; it is a deposit plus a signing key plus a piece of software that is expected to be online. To join, an operator locks a fixed quantity of the native asset — 32 ether on Ethereum, other amounts or no fixed size on other chains — and the deposit becomes subject to the protocol's penalty rules. Exiting is not instant: withdrawal queues exist specifically so that a validator cannot misbehave and leave before the evidence is processed.

Slashing is the mechanism that gives the bond teeth, and it applies to a narrow set of provable offenses rather than to poor performance generally. Signing two different blocks for the same slot, or two attestations that contradict each other about the chain's history, produces a permanent, publicly verifiable record of equivocation, and the protocol destroys part of the deposit and ejects the validator. Simply being offline is treated differently: the penalty is a small drip of missed rewards, scaled up under an inactivity mechanism only if the chain is failing to finalize because too many validators are absent at once.

Choosing who proposes

Turns are assigned rather than won. A pseudorandom process, seeded from values the protocol itself produces, selects a proposer for each slot with probability proportional to stake, and assigns other validators to committees that attest to what they see. Ethereum runs twelve-second slots grouped into epochs of thirty-two slots; a chain using a classical Byzantine fault tolerant design instead has every validator vote on each block before it is considered done; a delegated proof of stake chain elects a small fixed set of producers by token vote. Some designs add a separate clock, such as proof of history, so that validators can agree on time before agreeing on content.

Because turns are scheduled, the marginal cost of producing a block is close to zero. That is the source of the design's efficiency and also of its central difficulty: with no physical cost per attempt, nothing physical stops a validator from supporting several competing histories at once.

Nothing at stake, and the answer to it

The classical objection is called nothing-at-stake. Under proof of work, hash power spent on one branch cannot also be spent on another, so miners are forced to choose. Under naive proof of stake, a validator could sign on every branch and collect rewards whichever one wins. Slashing answers this directly: signing on two branches produces the evidence that destroys the bond, so the cost of hedging is made explicit rather than left to physics.

A second and less advertised consequence is weak subjectivity. A node syncing a proof-of-work chain from scratch can identify the correct chain purely from data, because work is objectively measurable. A node syncing a proof-of-stake chain from the genesis block after a long absence cannot always do so, because validators who have since withdrawn their stake could sign an alternative history at no cost to themselves. The practical fix is a recent checkpoint obtained from a source the operator trusts. This is a real, small, permanent trust assumption, and it is worth knowing that it exists rather than discovering it later.

Delegation: who holds the bond, and who holds the risk

Most holders do not run validators. Delegation lets them assign their stake's weight to an operator who runs the infrastructure and takes a commission. Liquid staking goes further, issuing a transferable receipt token representing the staked position, which can then be used elsewhere while the underlying asset stays locked. Restaking extends the same bond to secure additional systems, which adds their slashing conditions to the original ones.

Each layer separates economic exposure from operational control, and each concentrates it. The Nakamoto coefficient and validator count describe the distribution of that control; validator concentration is the risk term for what happens when a handful of operators run a large share of the deposits. Concentration matters for censorship and for correlated failure — a bug or an outage at one large operator can affect many deposits simultaneously — not only for the classical majority-attack scenario.

Staking yield is not a dividend and not interest

The number published as nominal staking yield has two components with different economics. Part of it is newly created supply: issuance paid to validators for doing the job. That portion is not income from an outside party. It is a transfer from every holder who is not staking to every holder who is, achieved through dilution, and its arithmetic is closer to a stock split paid selectively than to a dividend. A company's dividend distributes cash earned from customers; protocol issuance creates units from nothing and hands them to a subset of holders.

The other part comes from transaction fees and priority payments made by actual users, which is external revenue in the ordinary sense. Real staking yield subtracts the supply growth from the nominal figure to isolate what is left after dilution, and it can be materially lower than the headline. Two further caveats belong with any yield figure: it is denominated in the native asset, so it says nothing about value in any other currency, and it is gross of operator commissions, slashing losses, and lock-up constraints. None of that makes staking good or bad; it makes the headline number a different quantity from the one an equity investor would assume.

The staking ratio shows what share of supply is bonded, which links this lesson to both security and liquidity. Continue with the lesson on finality to see what those bonds actually promise about settlement, and use the staking pages and supply data to see how issuance and lock-up are measured for individual networks.

01

要点

A validator is a bonded deposit with a signing key, and slashing destroys part of that deposit for provable equivocation rather than for poor performance.
Block production turns are assigned pseudorandomly in proportion to stake, so the marginal cost of proposing is near zero.
Slashing answers the nothing-at-stake problem, but proof-of-stake syncing carries a weak-subjectivity trust assumption that proof of work does not.
Delegation, liquid staking and restaking separate economic exposure from operational control and tend to concentrate the latter.
Published staking yield mixes new issuance, which dilutes non-stakers, with user-paid fees, and is therefore not comparable to a dividend.

資産

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

ファンダメンタルズ

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

Valuation & risk

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

機関投資家

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

学ぶ

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

概要

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

法律

免責事項利用規約Privacy policy