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 문서 읽기
DeFi Advanced 8 min

Composability: why one failure propagates through DeFi

Open contracts call each other without permission, which is the source of the sector's flexibility and of the way one fault reaches everything at once.

Composability is the property that any contract may call any other without asking permission. It is what allows a deposit receipt to become collateral, that loan to become a trading position, and that position to be wrapped into something else again, all without a business relationship between the parties involved. The corollary is that dependencies are formed without consent, so a fault at the bottom of a stack arrives at the top before anybody has agreed that the two are connected.

A single position, counted honestly

Consider a position built one reasonable step at a time. An asset is staked through a liquid staking pool, producing a receipt. The receipt is deposited into a lending protocol as collateral, and a stablecoin is borrowed against it. The stablecoin is paired into a liquidity pool, whose share token is deposited into a vault that automatically reinvests fees. The vault share is then posted as margin somewhere else.

Each step adds a contract that can contain an error, a price feed that can be wrong, a governance body that can change parameters, and an assumption about redeemability. If each layer independently functioned as intended 99 percent of the time, five layers would function about 95 percent of the time, and that arithmetic is optimistic because the failures are not independent: the layers frequently share the same oracle, the same stablecoin, the same underlying asset and the same exit venue.

The channels that carry a failure upward

  • Shared collateral. When one receipt token is accepted as collateral by many markets, a discount on it triggers liquidations everywhere simultaneously, including in markets whose users never touched the protocol that issued it.
  • Shared price feeds. A single wrong number is consumed by every protocol reading that feed, in the same block, and none of them can see what the others are doing.
  • Shared exits. Positions built through different routes often unwind into the same pool. Depth that appeared sufficient when each position was assessed alone is counted once and claimed several times.
  • Atomicity. A flash loan lets a single transaction borrow, traverse the entire stack and repay, so an attacker needs no capital and the intermediate states never exist long enough for anyone to react.
  • Governance coupling. One protocol's parameter vote re-prices another protocol's book. Neither set of holders voted on the other's exposure, and in a governance attack the voting token itself becomes the lowest-cost route in.

The same openness works in the other direction, which is why the property is worth having. Anyone can read the entire chain of dependencies without permission, so an exposure that would be a private disclosure question in traditional finance is a public query here. A patched contract, a raised collateral cap or a corrected feed propagates to every consumer at once, and a position that has become unsafe can be closed by a stranger who noticed. Contagion and transparency are produced by the same design, and a description of one that omits the other is not a description of the system.

The 2022 sequence, and the part that is usually told wrong

The collapses of 2022 are the standard illustration and the standard telling omits the interesting detail. The failure of the Terra network's algorithmic stablecoin in May of that year removed an asset that had been widely used as collateral and had drawn deposits with a subsidized rate. The losses spread to leveraged funds, and from there to the centralized lenders that had financed them, with Celsius, Three Arrows Capital and eventually FTX failing over the following months.

The detail worth keeping is the contrast in how the two halves behaved. Open lending contracts liquidated their positions on schedule, in public, at the moment the parameters said to, and the largest of them came through the period without a shortfall to their suppliers. The centralized lenders failed because they had lent against collateral nobody could see, in sizes nobody could verify, and could delay recognizing losses until they were fatal. The difference was not the absence of leverage in DeFi; leverage was abundant. It was that the leverage was legible and the liquidations were automatic. This is a real advantage and it comes with the cost described above: automatic liquidation at scale is exactly the mechanism that transmits a shock instantly instead of absorbing it.

Measurement, and where double counting creeps in

Total value locked is the sector's headline figure and it counts claims, not assets. One unit of an asset staked, wrapped, lent, re-deposited and used as margin can be counted at every stage, so a chain of protocols can report a large aggregate that rests on a small base. Recursive lending, where the same asset is deposited and re-borrowed in a loop, inflates the figure in direct proportion to the leverage employed, which means the number rises fastest when the system is most fragile.

Ratios inherit the problem. Market capitalization to value locked and fully diluted valuation to value locked are comparisons against a denominator that is not an independent quantity. Monthly change in value locked conflates deposits arriving with prices rising, since the figure is denominated in currency rather than units. And a fall in volume relative to value locked can mean capital arrived or that trading left, which are different situations with the same reading.

The useful frame is to describe a position by its dependencies rather than by the protocol it was opened in: which asset ultimately backs it, which feed prices it, which contracts can move it, who can change those contracts, and where it would have to be sold. The methodology notes set out exactly how value locked is counted here and where double counting is removed, the risk section maps dependencies across protocols, and the incident record traces how past failures traveled. That completes this track; the sections on stablecoins and value locked are where the same ideas meet current data.

01

핵심 요점

Composability lets contracts call each other without permission, which creates dependencies that neither side has agreed to.
A position built from five layers inherits five contracts, price feeds and governance bodies, and the failures are correlated rather than independent.
Shared collateral, shared oracles, shared exit liquidity, atomic transactions and governance coupling are the channels that transmit a single fault.
In 2022 open lending contracts liquidated on schedule while opaque centralized lenders failed, so the difference was legibility rather than the absence of leverage.
Total value locked counts claims rather than assets, so recursive positions inflate it exactly when leverage in the system is highest.

자산

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

기본 지표

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

Valuation & risk

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

기관

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

학습

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

소개

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

법적 고지

면책 조항이용 약관Privacy policy