Digital Asset Database Digital asset research & education
BTC$77,103-0.11% ETH$2,383-1.11% USDT$0.9997+0.01% BNB$686.39+0.97% XRP$1.35+0.16% USDC$0.9998+0.01% SOL$99.68+0.05% TRX$0.3245+0.62% FIGR_HELOC$1.01+0.03% HYPE$81.59-0.85% ZEC$810.98-2.09% DOGE$0.0812-0.35% RAIN$0.0167+0.80% USDS$0.9999+0.01% XMR$504.59+2.10% LEO$9.24-1.37% WBT$70.62-0.56% LINK$11.07-0.95% ADA$0.1986+1.86% XLM$0.1744-0.29% BCH$242.83-0.73% DAI$0.9998+0.01% CC$0.1091-3.88% USDE$0.9995+0.01% USD1$0.9993+0.00% LTC$49.61+0.04% GRAM$1.33+1.17% UNI$5.85+1.01% HBAR$0.0741+0.34% USDG$1.00+0.04% AVAX$7.16-0.34% SHIB$0.00000515+0.44%
メニュー
ホーム
資産 全資産セクターランキング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