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

Bridge compromise: why cross-chain links keep failing

A bridge concentrates value behind a signing set or a verification contract, which has made bridges the highest-value target in the stack.

A bridge lets an asset on one chain be represented on another, and a bridge compromise is any event in which that representation stops being backed by what it claims. The structural reason bridges fail more often, and more expensively, than most other infrastructure is that they hold pooled collateral behind a single verification decision. If that decision can be forged or the keys that make it can be stolen, every unit issued on the far side becomes an unbacked claim at once.

What a bridge is actually doing

Chains cannot read each other. A bridge therefore takes an assertion about one chain and makes a contract on another chain act on it. Three constructions dominate. Lock-and-mint holds the original asset in a contract on the source chain and mints a wrapped token on the destination; burn-and-mint destroys units on one side and issues them on the other, which requires the issuer to be the same on both; and a liquidity network keeps pools on both sides and pays out locally, so no new representation is created but the pools must be funded. In all three the security question reduces to one thing: who or what is trusted to attest that the event on the far chain really happened.

Trust modelWho attestsWhat breaks itRecovery
External signer setA fixed group holding keys, often a multisignature thresholdCompromise of enough keys, or collusionNone on-chain; depends on the operator
Bonded validator setIndependent operators posting stake, subject to slashingCorruption exceeding the bond, or a slashing rule that does not cover the faultPartial, up to the bonded amount
Light client and proofsA contract verifying the other chain's consensus, as a light client doesA bug in the verification code, or a failure of the underlying consensusNone, but the trusted surface is code rather than people
Optimistic verificationAnyone, via a challenge window and a fraud proofNo honest challenger, or a window shorter than the censorship an attacker can sustainPossible during the window only
Native rollup bridgeThe base chain itself, via a validity proof or a fraud windowA proof system bug, or a privileged upgrade of the bridge contractInherits the base chain's guarantees

The four ways they have actually broken

The recorded failures cluster tightly. The first is key compromise: enough signing keys in an external set are obtained, usually through targeted intrusion rather than cryptography, and withdrawals are authorized that no deposit ever funded. The March 2022 compromise of the Ronin bridge, in which a majority of a small validator set was taken over, is the reference case. The second is a verification defect: the contract accepts a message it should have rejected, which is what happened in the February 2022 Wormhole incident, where a flaw in signature verification allowed tokens to be minted without a genuine deposit. The third is an accounting error in the deposit path, where a call is crafted so the bridge records a deposit that did not occur or credits it twice. The fourth is privileged access: an upgrade function, an owner role or a migration path lets whoever holds it move funds directly, which is admin key risk wearing a bridge costume.

The wrapped asset is where the exposure sits

When backing disappears, the units on the destination chain do not vanish. They continue to exist, transfer and appear in balances while representing a claim on collateral that is gone. The market price then separates from the reference asset, sometimes abruptly and sometimes over days as the shortfall becomes clear. The contagion path runs through everything that accepted the wrapped asset as if it were the original: a lending protocol holding it as collateral, a liquidity pool pairing it with a sound asset, and any oracle that priced it at the reference rather than at its own market. This is why bridge risk cannot be assessed asset by asset in isolation. A holder who never used a bridge can still be exposed through a pool, a vault or a money market that did.

Recovery, where it has happened, has come from outside the protocol rather than from any mechanism inside it. In some cases a well-capitalized backer replaced the missing collateral, restoring the peg of the wrapped asset by choice rather than by obligation. In others the shortfall was socialized across users, or a portion was returned after negotiation with the attacker. None of these is a property a reader can rely on in advance, and each depends on the identity and balance sheet of whoever stands behind the bridge, which is a question about a company rather than about cryptography. The general messaging systems that succeeded simple asset bridges widen the surface further, since they carry arbitrary instructions rather than transfers, and a forged message can therefore do more than mint a token.

What can be established before rather than after

Several things are checkable in advance and are frequently not checked. How many keys authorize a withdrawal, how many are required, and whether the holders are independent parties or one organization. Whether the signer set is bonded, and whether the bond is meaningful relative to the value secured. Whether the bridge contract is upgradeable, by whom, and with what delay. Whether the destination asset is issued by the same party as the original, since burn-and-mint by a single issuer is a different risk from a third-party wrapper. And whether the route is native to the destination chain's own security, as a rollup bridge is, or an independent system layered on top. Value locked, visible as TVL, is worth reading here as target size rather than as reassurance, because a bridge holding more is worth more to attack while offering the same verification decision.

Governance and administrative powers, examined next, are the thread running through the fourth failure class above. The incidents record catalogs bridge failures in detail, and the TVL pages show where cross-chain value is currently concentrated.

01

핵심 요점

A bridge concentrates pooled collateral behind a single verification decision, so one forged or stolen approval can unback every unit issued on the far side.
Trust models range from an external signer set to a native rollup bridge, and each fails through a different mechanism with different recovery.
Recorded compromises cluster into key theft, verification bugs, false deposit accounting and privileged upgrade access.
When backing disappears the wrapped units keep circulating, so contagion reaches lending markets, pools and oracles that priced them at the reference asset.
Signer counts, bonding, upgrade rights and issuer identity are all verifiable before use rather than only after a failure.

자산

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

기본 지표

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

Valuation & risk

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

기관

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

학습

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

소개

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

법적 고지

면책 조항이용 약관Privacy policy