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 ドキュメントを読む
DeFi Advanced 8 min

On-chain derivatives: perpetual futures, funding and margin

How a contract with no expiry stays tethered to spot, who takes the other side on chain, and what happens when margin runs out.

A derivative is a contract whose value depends on a price it does not hold. On chain, the clearing house that would normally stand between two traders is replaced by collateral rules written in code, an oracle that supplies the reference price, and a procedure for closing positions that can no longer support themselves. The dominant instrument is the perpetual future, which has no expiry date and therefore needs a mechanism to stop it drifting away from the asset it tracks.

Funding: the tether that replaces expiry

A dated future converges on spot because it settles on a known day. A perpetual never settles, so it uses a periodic payment between the two sides instead. When the contract trades above the index price, holders of long positions pay holders of short positions; when it trades below, the payment reverses. The funding rate is typically a function of the premium, computed and exchanged at fixed intervals.

The arithmetic is simple and the consequences are not. A payment equals the position's notional multiplied by the rate for the interval, and it is charged on notional rather than on margin. A position of 100,000 notional at an illustrative rate of 0.01 percent per eight-hour interval pays 10 units three times a day, which is around 11 percent of notional per year if the rate persisted. Against margin of 10,000, that same flow is over 100 percent a year. Funding is the price of holding a directional position when most of the market wants the same side, and at high leverage it can dominate the outcome regardless of what the underlying price does.

Funding is not a yield paid by anyone's protocol. It is a transfer between traders, and receiving it means holding the unpopular side of a position with its own directional exposure. Related concepts from dated markets still apply: basis is the gap between a future and spot, contango and backwardation describe which way it points, and both are visible on chain in a way they rarely are in traditional venues.

Two market structures, and who is the counterparty

The first structure is a familiar order book, with matching handled by a fast off-chain or application-specific sequencer and settlement enforced on chain. Traders face other traders. The compromise is that a sequencer is a privileged party that sees orders before they are final, which puts front-running and the general problem of MEV at the center of the design rather than at the edge.

The second structure pools capital and lets it act as the counterparty to every trader, either through a virtual market maker curve or through a pool that quotes off an oracle price. Depositors receive the fees and, necessarily, the aggregate profit or loss of the traders. This is a coherent business and it is not a fee-earning position: a pool of this kind is short whatever the trader base is long, and its worst results arrive precisely when a large directional move is underway. Where the pool quotes at an oracle price with a small fee and no price impact, it is also the natural target for anyone who can act on a price update before the oracle reflects it.

Margin, liquidation and the socialization of losses

Positions are marked continuously against a mark price, usually an index of several venues rather than the venue's own last trade, specifically so that a thin book cannot be pushed into triggering liquidations. When margin falls below the maintenance requirement, the position is closed by a liquidator or by the protocol itself, and a penalty is charged.

What happens if closing the position does not recover the debt is the part that distinguishes designs. An insurance fund, built from liquidation penalties and fees, absorbs the shortfall first. If it is exhausted, the remaining loss has to fall somewhere: on the pool acting as counterparty, on profitable traders through automatic deleveraging that force-closes winning positions at the bankruptcy price, or on the protocol's own reserves. Automatic deleveraging is the honest disclosure that a fully collateralized system with no external capital cannot always pay winners in full.

Order-book venuePool-as-counterparty venue
Who takes the other sideAnother traderDepositors in the pool
Price formationBids and offersRead from an oracle or a curve
Cost of sizeDepth of the bookFee, and any imbalance charge
Main structural riskSequencer privilege, thin depthStale price capture, one-sided trader positioning

Two structural details are worth adding. Collateral is usually posted in a single asset, so a trader holding a volatile asset as margin for a position in that same asset has correlated exposure on both sides of the account and the margin shrinks precisely when the position needs it. And because settlement is on chain, positions cannot be netted against an outside prime broker, which means capital sits fragmented across venues and the total collateral supporting the market is smaller than the sum of the positions suggests.

What to read, and its limits

Open positions and leverage across a market are described by open interest, positioning skew and the funding rate, and cascades are visible as clusters of forced closes at particular price levels. What deserves care is treating derivative volume as evidence of adoption: derivatives turnover can exceed spot turnover by a wide margin without any change in the underlying holder base, so turnover should be read against the market capitalization it is turning over, and on-chain venue volume against the capital supporting it. A large part of reported volume across the industry has historically been wash trading on venues with incentives tied to volume, which is a measurement problem before it is anything else.

The exchange activity pages carry venue-level volumes, the risk section covers liquidation and insurance fund design, and the metric catalog defines each volume series and its source. Because these systems price from oracles and settle in collateral borrowed elsewhere, the next two articles, on oracles and on bridges, describe most of the ways they break.

01

要点

A perpetual future has no expiry, so a periodic funding payment between longs and shorts keeps it tethered to the index price.
Funding is charged on notional rather than margin, so at high leverage it can dominate the result regardless of the underlying price.
In pool-based venues the depositors are the counterparty, so the pool is short whatever traders are collectively long.
When liquidation does not recover the debt, the loss falls on an insurance fund, on the pool, or on winning traders through automatic deleveraging.
Derivatives turnover can exceed spot turnover without any change in the holder base, and reported volume has a documented wash-trading problem.

資産

全資産セクターランキングHeat mapスクリーナー比較保存済み

ファンダメンタルズ

Fees & revenueロック済み価値Exchange volumeネットワーク活動StablecoinsStaking & yield

Valuation & risk

バリュエーション指標Supply & issuance指標の定義リスクフレームワークセキュリティインシデント

機関投資家

上場取引型プロダクト企業の保有資産Eventsリサーチノートニュース

学ぶ

Learn library用語集計算ツールデータに問い合わせるAI agentsパブリックAPI

概要

当サイトについてお問い合わせ方法論データソース編集方針データの鮮度

法律

免責事項利用規約Privacy policy