Digital Asset Database Digital asset research & education
BTC$77,689+1.58% ETH$2,396+1.22% USDT$0.9996-0.01% BNB$701.09+2.87% XRP$1.36+3.15% USDC$0.9998+0.00% SOL$100.30+2.08% TRX$0.3269+1.40% FIGR_HELOC$1.01-2.00% HYPE$81.96+0.93% ZEC$829.99+2.95% DOGE$0.0829+2.84% RAIN$0.0166-0.37% USDS$0.9997+0.01% XMR$513.25-0.82% LEO$9.31+0.50% WBT$71.11+1.29% LINK$11.18+1.51% ADA$0.2071+7.07% XLM$0.1765+2.15% BCH$249.93+2.72% DAI$0.9998+0.00% CC$0.1094-3.08% USDE$0.9994-0.01% USD1$0.9994+0.00% LTC$50.51+3.91% UNI$6.01-1.69% GRAM$1.34+1.41% HBAR$0.0768+4.82% USDG$1.00+0.03% AVAX$7.26+2.49% SUI$0.7633+6.97%
Menú
Inicio
Activos Todos los activosSectoresRankingsHeat mapScreenerComparar activos★ Saved
Fundamentos Fees & revenueValor bloqueadoExchange volumeActividad de redStablecoinsStaking & yield
Valoración Ratios de valoraciónSupply & issuanceDefiniciones de métricas
Institucional Productos cotizados en bolsaTesorerías corporativas
Investigación Notas de investigaciónCalendario de eventosMarco de riesgoIncidentes de seguridad
Aprender Learn libraryGlosarioCalculadorasMetodologíaFuentes de datosActualidad de los datosAI agentsAPI pública
Noticias Consultar los datos Mercado global Acerca de nosotros
Opciones de lectura
Photography CryptoStudio
Vista guiada

¿Nuevo en los mercados — precios, rendimientos, market cap? Explicamos cada término mientras navegas, en lenguaje claro. Los mismos datos, con la ayuda incorporada.

Visión experta

Ya conoces el mercado. Solo los datos — limpios, rápidos y compactos, sin explicaciones adicionales. Esta es la vista predeterminada.

Claro u oscuro
Idioma
API pública

Todas las cifras de este sitio están disponibles en JSON, con su período y fuente adjuntos.

Lee la documentación de la 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

Qué tener en cuenta

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.

Activos

Todos los activosSectoresRankingsHeat mapScreenerCompararGuardado

Fundamentos

Fees & revenueValor bloqueadoExchange volumeActividad de redStablecoinsStaking & yield

Valuation & risk

Ratios de valoraciónSupply & issuanceDefiniciones de métricasMarco de riesgoIncidentes de seguridad

Institucional

Productos cotizados en bolsaTesorerías corporativasEventsNotas de investigaciónNoticias

Aprender

Learn libraryGlosarioCalculadorasConsultar los datosAI agentsAPI pública

Acerca de

Acerca de nosotrosContactoMetodologíaFuentes de datosPolítica editorialActualidad de los datos

Legal

Avisos legalesTérminos de usoPrivacy policy