Digital Asset Database Digital asset research & education
BTC$77,471+1.22% ETH$2,390+1.13% USDT$0.9995-0.01% BNB$701.71+2.82% XRP$1.36+3.14% USDC$0.9998+0.00% SOL$99.90+1.99% TRX$0.3275+1.50% FIGR_HELOC$1.01-2.00% HYPE$81.25+0.09% ZEC$828.26+2.89% DOGE$0.0825+2.30% RAIN$0.0166-1.35% USDS$0.9998+0.01% XMR$511.13-1.73% LEO$9.24-0.36% WBT$70.94+1.02% LINK$11.12+1.28% ADA$0.2056+6.63% XLM$0.1763+2.44% BCH$248.06+1.72% DAI$0.9999+0.00% CC$0.1094-2.65% USDE$0.9993-0.01% USD1$0.9993+0.00% LTC$50.49+3.87% UNI$6.01+0.79% GRAM$1.34+1.22% HBAR$0.0763+4.30% USDG$1.00+0.02% AVAX$7.23+2.15% SUI$0.7592+6.86%
Menu
Home
Assets All assetsSectorsRankingsHeat mapScreenerCompare assets★ Saved
Fundamentals Fees & revenueValue lockedExchange volumeNetwork activityStablecoinsStaking & yield
Valuation Valuation ratiosSupply & issuanceMetric definitions
Institutional Exchange-traded productsCorporate treasuries
Research Research notesEvents calendarRisk frameworkSecurity incidents
Learn Learn libraryGlossaryCalculatorsMethodologyData sourcesData freshnessAI agentsPublic API
News Ask the data Global market About us
Reading options
Photography CryptoStudio
Guided view

New to markets — prices, yields, market cap? We explain every term as you browse, in plain English. Same data, with the help built in.

Expert view

You already know the market. Just the data — clean, fast and compact, with no extra explanations. This is the default view.

Light or dark
Language
Public API

Every figure on this site is available as JSON, with its period and source attached.

Read the API docs
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

What to take away

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.

Assets

All assetsSectorsRankingsHeat mapScreenerCompareSaved

Fundamentals

Fees & revenueValue lockedExchange volumeNetwork activityStablecoinsStaking & yield

Valuation & risk

Valuation ratiosSupply & issuanceMetric definitionsRisk frameworkSecurity incidents

Institutional

Exchange-traded productsCorporate treasuriesEventsResearch notesNews

Learn

Learn libraryGlossaryCalculatorsAsk the dataAI agentsPublic API

About

About usContactMethodologyData sourcesEditorial policyData freshness

Legal

DisclaimersTerms of usePrivacy policy