Digital Asset Database Digital asset research & education
BTC$77,778+0.26% ETH$2,409-0.50% USDT$0.9996+0.00% BNB$696.72+1.32% XRP$1.37+1.41% USDC$0.9999+0.01% SOL$100.93+0.91% TRX$0.3263+1.10% FIGR_HELOC$1.01-2.00% HYPE$82.15-1.31% ZEC$833.55-0.45% DOGE$0.0830+1.49% RAIN$0.0167-2.10% USDS$0.9997-0.01% XMR$515.52-0.70% LEO$9.25-0.60% WBT$71.26-0.14% LINK$11.23-0.28% ADA$0.2053+3.73% XLM$0.1770+0.70% BCH$248.84+0.56% DAI$0.9998-0.01% CC$0.1093-3.82% USDE$0.9995+0.01% USD1$0.9994+0.01% LTC$50.28+1.45% GRAM$1.34+1.22% UNI$5.73-8.42% HBAR$0.0759+2.51% USDG$1.00+0.02% AVAX$7.27+0.63% SUI$0.7665+5.85%
메뉴
자산 전체 자산섹터순위Heat map스크리너자산 비교★ Saved
기본 지표 Fees & revenue잠긴 가치Exchange volume네트워크 활동StablecoinsStaking & yield
밸류에이션 밸류에이션 비율Supply & issuance지표 정의
기관 상장지수상품기업 재무 보유분
리서치 리서치 노트이벤트 캘린더리스크 프레임워크보안 사고
학습 Learn library용어집계산기방법론데이터 출처데이터 최신성AI agents공개 API
뉴스 데이터에 묻기 글로벌 시장 소개
읽기 옵션
Photography CryptoStudio
가이드 보기

시장이 처음이라면 — 가격, 수익률, market cap? 브라우징하면서 모든 용어를 평이한 영어로 설명합니다. 동일한 데이터에 도움말이 내장된 방식입니다.

전문가 견해

시장은 이미 알고 있다고 가정합니다. 데이터만 — 깔끔하고 빠르며 간결하게, 별도의 설명 없이 제공합니다. 기본 보기입니다.

라이트 또는 다크
언어
공개 API

이 사이트의 모든 수치는 해당 기간 및 출처와 함께 JSON 형식으로 제공됩니다.

API 문서 읽기
Risk Working knowledge 7 min

Governance and admin keys: who can change the rules

Most protocols retain power to upgrade, pause or redirect value, and the practical question is who holds that power and what constrains it.

Governance and admin key risk is the possibility that the rules governing already-deposited funds are changed by whoever holds the authority to change them. Very few systems are genuinely immutable; most retain the ability to upgrade contracts, adjust parameters, pause activity, redirect fees or mint units. That authority is not inherently a defect, since it is also what allows a live defect to be fixed, but it is always a dependency on a specific set of people or votes.

The spectrum from fixed to fully mutable

At one end sit contracts with no owner and no upgrade path, where the behavior deployed is the behavior forever and a discovered defect can only be escaped by withdrawing. At the other sit systems where a single key can replace the implementation instantly, which means every deposit is effectively a bet on the holder of that key. Between them are the common arrangements: a multisignature wallet requiring several approvals, a delay contract that publishes a queued change and enforces a waiting period before it executes, and on-chain voting by holders of a governance token. Each constraint is real and each has a specific limit. A delay only protects users who are watching, understand the queued change, and can withdraw within the window. A multisignature threshold only helps if the signers are genuinely independent, which is a question about people and organizations rather than about contracts.

What these powers usually include

  • Upgrade. Replace the logic behind a proxy, which can change any rule at once. This is upgradeability risk in its most direct form.
  • Parameters. Adjust collateral factors, interest curves, fees, caps and which assets are accepted, all of which move economic outcomes without touching the code.
  • Pause and unpause. A protocol emergency pause can stop a drain in progress and can equally prevent withdrawals when users most want them.
  • Value routing. Turn a fee switch on or off, change the recipient address, or spend from the protocol treasury.
  • Issuance. Mint new units, authorize new emissions, or extend a schedule that was presented as fixed.

How governance itself is attacked

A governance attack uses the legitimate process to produce an illegitimate outcome, which makes it awkward to defend against and awkward to reverse. The mechanisms are well documented. Voting power can be acquired on the market, and in systems that count tokens at the moment of voting rather than at an earlier snapshot it can be borrowed, including within a single transaction using a flash loan. Participation is usually low, so a quorum can be reached by a small group of large holders whose interests may diverge from users. Delegation concentrates voting power in a handful of delegates, making the practical electorate far smaller than the holder count implies. And a proposal's on-chain payload can differ from its description, so what passes is what the calldata does rather than what the forum post said.

The economics of the attack are worth stating explicitly, because they explain why smaller systems are the ones affected. The cost of acquiring control is set by the market value of the voting token, while the prize is the value the system controls, which includes deposits and treasury assets. Where the second is large relative to the first, the trade is profitable at any level of technical skill, and no defect in the code is required. Vote-buying markets, which let a holder rent out voting power without selling the underlying position, lower the cost further by separating the vote from the exposure to the consequence.

The conflict that governance cannot resolve

Token holders and users of a protocol are frequently not the same people and do not want the same things. Higher fees benefit holders if a fee switch routes value to them and cost users directly. Loosening collateral requirements grows deposits and increases the chance of bad debt. Spending the treasury on incentives raises reported activity and dilutes existing holders. None of these tensions is a scandal; they are the ordinary politics of a system where the parties with formal power are not the parties bearing the operational risk. The relevant point for research is that they make future policy genuinely uncertain in a way corporate charters usually do not.

Why this makes cash-flow style ratios provisional

When a protocol's revenue figures are compared to its market value, the comparison quietly assumes the current policy persists. It usually can be changed by a vote. A fee switch that currently sends nothing to holders can be turned on, and one that currently does can be turned off; emissions can be extended; the treasury can be spent. This is a real difference from an equity, where a dividend is a board decision but the residual claim on assets and earnings is a legal right that survives it. A digital asset holder generally has a governance vote and no enforceable claim on cash flows at all. So figures such as 30-day revenue and holder revenue yield describe what a system did under a policy in force during that window, not an entitlement, and a governance vote can change the input tomorrow without anything in the market moving first.

What is worth establishing

For any system holding meaningful value: whether contracts are upgradeable and by which address; whether that address is a single key, a threshold of independent signers, or a vote; whether a delay applies and how long it is; who can pause, and whether a pause blocks withdrawals; the distribution of voting power among the largest holders and delegates; and whether emergency powers have been used before and for what. Concentration measures such as the Nakamoto coefficient capture part of this at the network layer, though nothing summarizes protocol-level control in one number.

Custody, the subject of the next article, asks the same question one layer down: who holds the key, and what happens if they fail. The risk section records governance and upgrade characteristics per protocol, and the glossary defines each of the powers named above.

01

핵심 요점

Almost every protocol retains the power to upgrade, pause, reparameterize or redirect value, so deposits depend on whoever holds that authority.
Delays and multisignature thresholds constrain that power only if users are watching and the signers are genuinely independent parties.
Governance attacks use the legitimate process, exploiting purchasable or borrowable voting power, low quorums, delegate concentration and misleading proposal payloads.
Token holders and protocol users often want different things, which makes future fee and emission policy genuinely uncertain.
Revenue-based ratios assume the policy in force during the measurement window, and a governance vote can change that input without any market signal.

자산

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

기본 지표

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

Valuation & risk

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

기관

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

학습

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

소개

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

법적 고지

면책 조항이용 약관Privacy policy