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%
메뉴
자산 전체 자산섹터순위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

Forks and reorganizations, and what each one costs

A fork may be a one-block race, a coordinated rule change, or an attack; the three differ in cost by orders of magnitude.

Three quite different events share the word fork. One is a routine accident that happens whenever two valid blocks appear at nearly the same moment. One is a deliberate change to the rules, coordinated in advance. One is an attack that rewrites recent history at great expense. Their costs differ by many orders of magnitude, and conflating them is the source of most confusion about how stable a ledger really is.

The accidental fork

Blocks travel through a peer-to-peer network at finite speed. If two miners or validators produce a valid block at the same height before either has heard of the other, part of the network sees one first and part sees the other. Both groups are following the rules correctly. The disagreement resolves at the next block: whichever branch is extended first becomes heavier, and nodes on the other branch switch, discarding the block they had accepted.

The discarded block is called an orphan, or an uncle on chains that reward it partially. Its producer loses the reward and the fees, which is a direct financial cost of propagation delay. The frequency of these events is governed by the ratio of propagation time to block time, which is why chains targeting very fast blocks must work harder on networking and why fast blocks are not free. This kind of chain reorganization is one block deep, happens routinely on some networks, and is invisible to anyone waiting a few confirmations.

Deliberate reorganizations, and what they cost

A deep reorganization is an attack, and its budget can be reasoned about even when its likelihood cannot. On a proof-of-work chain the attacker needs enough hash power to outpace the honest network for the duration of the reorganized span, which means renting or owning that capacity, plus the rewards forgone by not mining honestly, plus the risk that the assets acquired are frozen by counterparties who notice. Smaller chains that share a hashing algorithm with a much larger one are structurally more exposed, because capacity can be redirected from elsewhere rather than built.

On a proof-of-stake chain with finalized checkpoints, reverting a finalized block requires holders of at least a third of the staked supply to sign contradictory messages, which are permanently visible and trigger slashing. The cost is therefore not rented capacity but destroyed capital. In both cases the same limit applies as in any 51 percent attack: reorganization changes the order and inclusion of transactions, and nothing else. It does not let an attacker sign for coins they do not control, and it does not let them push through blocks that break the rules, because every full node validates independently.

Rule changes: soft and hard

A soft fork narrows the rule set. Blocks that were valid under the old rules may become invalid under the new ones, but every block valid under the new rules is still valid under the old ones, so nodes that have not upgraded continue to accept the chain. This backward compatibility is what makes soft forks deployable without simultaneous action by everyone, and it is also why they are sometimes criticized as changes that non-upgraded users accept without deciding.

A hard fork does the opposite: it permits something the old rules forbade, so old nodes reject the new blocks. Every participant must upgrade, and the change must activate at an agreed block height or epoch. Ethereum has used coordinated hard forks repeatedly, including EIP-1559 in 2021 and the 2022 transition from proof of work to proof of stake, both of which activated without a lasting split of the main network.

When a fork becomes two ledgers

A hard fork splits the network permanently only if a meaningful group keeps running the old rules. When that happens, the ledger's history is shared up to the split point and divergent after it, so every balance that existed before appears on both chains. That is not new value created; it is one claim becoming two claims on two separate systems, each with its own consensus mechanism participants, its own security budget, and its own future.

The practical hazards are specific. Transactions can sometimes be replayed on the other chain unless replay protection is added. Exchanges and custodians decide independently which chain keeps the original ticker, and that decision is commercial rather than technical. The minority chain typically retains a small fraction of the original hash power or stake, which changes its reorganization economics immediately and substantially. Data providers must decide how to treat supply and history across the split, which is a methodology question with no universally agreed answer.

Reading the risk

No single figure captures reorganization risk, but several bound it. Hash rate or staked supply indicates what an attacker would have to match. The Nakamoto coefficient indicates how few parties would need to cooperate rather than compete. Node count indicates how many independent checkers would reject an invalid block outright. And block time converts any confirmation policy into wall-clock time. A chain can score well on one of these and poorly on another, which is the reason to read them together rather than looking for a single safety number.

One further mechanism deserves naming here because it lives at the same layer. Block producers can also reorder or insert transactions within the blocks they build, which is MEV, and in extreme designs the pursuit of it creates an incentive to reorganize a block or two in order to capture value that was already recorded. Specialized block builders now assemble blocks for proposers on some networks, which changes who holds that power without removing it.

The next lesson looks at those producers directly: who they are and how they are paid. For historical cases of splits and failed reorganization defenses, see incidents, and for how forks are handled in supply figures, see methodology.

01

핵심 요점

Single-block forks are a routine consequence of propagation delay, and their cost falls on the producer of the discarded block.
Deep reorganizations require either rented majority hash power or the destruction of a third of staked capital, and still cannot forge signatures or break rules.
Soft forks narrow the rules and stay backward compatible; hard forks widen them and require every participant to upgrade.
A persistent chain split duplicates balances across two ledgers with separate security budgets, not new value.
Reorganization risk is bounded by several figures together, including hash rate or staked supply, node count and the Nakamoto coefficient.

자산

전체 자산섹터순위Heat map스크리너비교저장됨

기본 지표

Fees & revenue잠긴 가치Exchange volume네트워크 활동StablecoinsStaking & yield

Valuation & risk

밸류에이션 비율Supply & issuance지표 정의리스크 프레임워크보안 사고

기관

상장지수상품기업 재무 보유분Events리서치 노트뉴스

학습

Learn library용어집계산기데이터에 묻기AI agents공개 API

소개

소개문의방법론데이터 출처편집 정책데이터 최신성

법적 고지

면책 조항이용 약관Privacy policy