Digital Asset Database Digital asset research & education
BTC$78,261+1.97% ETH$2,412+1.38% USDT$0.9996+0.01% BNB$712.66+4.26% XRP$1.37+4.00% USDC$0.9998+0.01% SOL$100.93+3.18% TRX$0.3277+1.12% FIGR_HELOC$1.01-2.03% HYPE$82.31+1.19% ZEC$844.00+5.63% DOGE$0.0832+2.63% RAIN$0.0166-1.42% USDS$0.9998+0.01% XMR$512.18+1.03% LEO$9.36+1.21% LINK$11.34+3.01% WBT$71.56+1.69% ADA$0.2079+6.83% XLM$0.1783+3.46% BCH$249.83+2.29% DAI$1.00+0.01% CC$0.1097-1.57% USDE$0.9995+0.02% USD1$0.9993+0.00% LTC$50.91+4.54% UNI$6.19+6.03% GRAM$1.33+0.38% HBAR$0.0772+5.40% USDG$1.00+0.01% AVAX$7.29+2.53% SUI$0.7662+7.49%
메뉴
자산 전체 자산섹터순위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

How a network upgrades itself, and who actually decides

Changes travel through proposals, client releases and coordinated activation, and the decisive power belongs to whoever chooses to run the software.

Protocol rules change through software, and software changes when the people running it install a new version. Every governance arrangement in this field, formal or informal, is ultimately a way of deciding what goes into that release and when it activates. The decisive power sits with whoever chooses to run the code, which is a less tidy answer than either the token-voting or the developer-authority story.

Off-chain governance: proposals, clients, activation

The dominant pattern on the largest networks has no on-chain vote at all. A change is written up as a numbered improvement proposal describing the mechanism and its rationale, it is argued over in public forums and developer calls, it is implemented in the independent client implementations, it is tested on a testnet, and it is activated on mainnet at an agreed block height or epoch as part of a bundled upgrade. Ethereum has run this process repeatedly, including EIP-1559 in 2021, which replaced first-price fee auctions with an algorithmic base fee that is destroyed, and the 2022 Merge, which switched consensus from proof of work to proof of stake without interrupting the chain.

Nothing in that process is a vote in the ordinary sense, and the informal parts are where the real influence lives. Whoever maintains a widely used client decides what the release contains. Whoever funds those maintainers has standing. Whoever operates large amounts of stake or hash power decides whether a change that requires their cooperation can activate. This is genuine governance; it is simply not written down in the protocol.

On-chain governance: token voting

Other networks put the decision on the ledger. Holders of a governance token vote on proposals, a quorum requirement guards against decisions made by a handful of participants, and passing proposals may execute automatically after a timelock delay that gives users a window to exit before the change takes effect. The appeal is legibility: the rules for changing the rules are themselves code, and the outcome is verifiable.

The mechanism has documented weaknesses that should be stated rather than glossed. Voting power is proportional to holdings, so a concentrated distribution produces concentrated control regardless of how many wallets exist. Participation is often low, which lowers the effective threshold for control. Vote weight can sometimes be borrowed rather than owned, and combining borrowed weight with an automatic execution path is the core of a governance attack. Where a protocol treasury holds significant assets, control of the vote is control of those assets, which raises the stakes of every weakness above.

Who can actually stop a change

Several parties can stop a change in practice, and they are not the same in every network.

  • Operators of full nodes, who can decline to upgrade and will then reject blocks that use the new rules. In a contested hard fork this is how a chain splits rather than changes.
  • Miners or validators, whose cooperation is required for activation mechanisms that depend on producer signaling, and who have direct financial exposure to changes affecting their income.
  • Exchanges and custodians, which decide which chain retains the original ticker after a split, and thereby which side inherits the name and most of the liquidity.
  • Application developers and large users, who determine where activity goes and can make a technically successful upgrade commercially irrelevant.

A soft fork shifts this balance because it is backward compatible: non-upgraded nodes accept the new blocks, so the change can proceed without their explicit consent. That is why the choice between soft and hard fork is itself a governance decision, not merely a technical one.

The sharpest historical illustration of where authority actually sits came in 2016, when Ethereum hard forked to reverse the effects of an exploit against a large contract holding user funds. The change was implemented, activated, and adopted by most participants, and a minority continued running the unmodified rules; that minority chain persists as a separate network with its own asset. Two facts follow from the episode, and they point in opposite directions. A sufficiently coordinated group can change outcomes that had already been recorded, and a group that declines to follow cannot be compelled to, because the software on their machines is the only thing that decides what they accept.

Foundations, funding and the awkward part

Most large networks have a foundation or equivalent entity holding assets and funding development. This is usually necessary — protocol work has to be paid for — and it concentrates practical influence in a body that no formal governance process elected. Comparable questions arise wherever an upgrade path exists at all: a system whose contracts can be replaced by a key holder has upgradeability risk, meaning the rules a user relied on can be changed by a party the user did not choose. That risk is not a defect of any particular project; it is the price of being able to fix things, and the honest treatment is to document who holds the keys and what delays apply.

What to look at when researching a network's governance

Formal documents describe the intent; distribution and activity describe the reality. Node count and the Nakamoto coefficient indicate how many independent parties would have to agree for a change to stick. Validator count indicates the size of the producer constituency. Development activity figures such as recent commits and contributor counts indicate whether maintenance rests on a broad group or on a few people, which is one of the more durable governance facts about any codebase. All of these are estimates with published methods, and none of them is a quality score.

The last lesson in this track covers systems built on top of a base chain, where the governance questions above reappear in a sharper form. Scheduled upgrades and activation dates are listed on the calendar, and the risk pages cover upgrade keys and concentration in more detail.

01

핵심 요점

Major networks change through improvement proposals, independent client implementations and activation at an agreed height, with no formal vote.
On-chain token voting makes the rules for changing rules explicit, but concentrates power in proportion to holdings and can be attacked with borrowed votes.
Node operators, producers, exchanges and application developers each hold a practical veto, which is why contested changes split chains.
Soft forks proceed without the consent of non-upgraded nodes, so choosing between soft and hard fork is itself a governance decision.
Foundations and upgrade keys concentrate influence that no formal process granted, which is the price of being able to fix a live system.

자산

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

기본 지표

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

Valuation & risk

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

기관

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

학습

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

소개

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

법적 고지

면책 조항이용 약관Privacy policy