h hoge.gg
Subscribe
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
● DeFi & On-chain

How to Bridge Crypto Safely in 2026: A User’s Field Guide

A weekend peg-out drained about $320 million in Bitcoin from Blockstream's Liquid Network. Here is how to move crypto across chains in 2026 without ending up in a loss report.

The $320 million reminder that landed this weekend

On Sunday, September 6, roughly 4,000 Bitcoin, worth about $320 million, moved out of the federation wallet that backs the Liquid Network, Blockstream’s Bitcoin sidechain. Within hours the network explorer showed the federation holding a little over 207 BTC, down from the roughly 4,200 that had backed it for months. The party responsible left a short note written straight onto the chain: “we are whitehats. contact us on chain.” Blockstream paused Liquid and started trying to reach them with signed messages of its own.

Liquid is not a weekend science project. It has run since 2018, its two-way peg is guarded by an 11-of-15 multisignature held by a federation of exchanges and companies, and pulling Bitcoin out is not supposed to be something anyone can simply do. Yet in a single afternoon most of the Bitcoin it held changed hands, and at the time of writing the coins had not come back and the “white hat” label was the mover’s own claim, not a verified fact. Bitcoin was changing hands near $80,000 as the story broke.

That is the uncomfortable shape of almost every bridge story: the machinery did roughly what it was built to do, and the money left anyway. If you use crypto on more than one chain, you will eventually touch a bridge, and this guide is about doing that without turning into the next line in a loss report. The reassuring part is that the risk is legible. Learn to ask one question, who am I trusting, and follow a short routine, and you strip out most of the ways people lose money in the space between chains.

What a bridge actually does with your money

Start by killing the mental picture of a tunnel. Your coins do not travel from one chain to another. A blockchain is a closed world; an asset on Ethereum has no way to appear on Solana on its own. A bridge fakes the effect of moving by locking, minting, burning, or fronting value on the two sides, and the specific recipe decides how much you are trusting and whom.

The classic recipe is lock-and-mint. You deposit an asset on chain A into a contract or a custodian, it sits there, and a wrapped version is minted for you on chain B. Go back the other way and the wrapped token is burned while the original is released, which is the burn-and-mint half of the loop. A newer style skips wrapping entirely: a liquidity network keeps a pool on each side and simply pays you out of the destination pool, so no new IOU is created. And a growing category uses native issuance, where the real asset is destroyed on one chain and freshly issued on the other by its own issuer, with no locked pot at all.

The detail that matters for you is simple. In most bridges, what you hold on the far side is a claim, a wrapped token whose value rests entirely on that locked pot staying safe and honest. The pot is a honeypot, and the honeypots are enormous: more than $10 billion crosses bridges in a typical month, by one 2026 tally of cross-chain flows. When people say bridges are crypto’s weakest link, they mean that these pools concentrate more value, guarded by fewer safeguards, than almost anything else on-chain.

The only question that matters: who are you trusting?

Every bridge, underneath the branding, answers one question. When chain B is told “this person deposited X on chain A,” who checked that the claim was true, and what would it take to make them believe a lie? Answer that and you have measured the risk. There are five shapes you will meet in practice, and you can usually tell which one you are dealing with from a project’s own documentation.

Trust modelWho actually verifies your depositWhat breaks itExamples
Federation / multisigA fixed set of named signersEnough signing keys stolen or misusedRonin, Harmony, Liquid
Validator / attestation networkA separate off-chain network that vouches for eventsCompromising or misconfiguring that networkWormhole guardians, LayerZero DVNs, Axelar
Optimistic / fraud-proofAnyone, but only if they challenge in timeA short window plus a bad default valueNomad, Across
Light client / ZK proofChain B checks a cryptographic proof of chain AA flaw in the proof system (rare, and public)Cosmos IBC, zkBridge
Liquidity networkA solver who fronts you funds and reclaims laterSolver or pool failure, not a wrapped-asset potAcross, Hop

The models are not equally safe, and the gap is the whole story. A federation or a small validator set is only as strong as its keys, and keys are stolen with phishing emails, not zero-day math. A light client or a validity proof asks chain B to check a proof rather than trust a committee, which is why builders keep migrating toward it. Ben Fisch, chief executive of Espresso Systems, put the failure pattern plainly after this year’s largest bridge loss: “The bridge worked as designed. It just believed the wrong information.” Most bridges, he added, do not fully verify what happened on another chain; they rely on a smaller system to report it, and that smaller system is the target.

Why bridges keep breaking, and it is rarely the code

If you only read headlines, you would assume bridges fall to clever smart-contract bugs. The data says otherwise. TRM Labs counted a record 207 crypto hacks in the first half of 2026 for about $972 million, and found that infrastructure, key, and operational compromises made up roughly 15% of incidents but around 76% of the value stolen. Bridges sit right on top of that split. The money does not usually leave because someone out-coded the developers; it leaves because someone got the keys, forged an approval, or exploited a setting nobody double-checked.

The roster reads the same way. Ronin lost about $625 million in 2022 after attackers obtained five of nine validator keys, several of them via a fake job offer sent to a senior engineer. This April’s KelpDAO exploit drained roughly $292 million because a single verifier accepted a spoofed cross-chain message. And the Liquid coins this weekend left a federation-controlled wallet through a path that was still being pieced together at publication. Very few of these are Solidity bugs. They are people, process, and configuration.

Two forces make it worse. The first is incentives. Sergej Kunz, co-founder of 1inch, said the quiet part out loud after the KelpDAO loss: “Security is often not the top priority. Teams focus on launching quickly.” The second is who is on the other side. Many of the biggest bridge thefts trace to state-linked crews such as North Korea’s Lazarus Group, whose operators have even turned up on payrolls as fake remote employees to get inside the perimeter. This is not a fair fight against bored teenagers.

The scale should set your caution level. Chainalysis found that about $2 billion was stolen across 13 bridge hacks in 2022 alone, roughly 69% of that year’s crypto theft. By several 2026 tallies, bridges have now cost users somewhere north of $2.8 billion since 2021, close to 40% of everything ever stolen in Web3, with bridge-specific losses running to about $329 million across eight tracked incidents by mid-year, most of it the KelpDAO hit. The table below shows how the landmark failures actually broke.

BridgeWhenRough lossWhat actually brokeHow it ended for users
Poly NetworkAug 2021Over $610MA crafted call let the attacker authorize their own withdrawalsAlmost all returned after a public negotiation
RoninMar 2022About $625MFive of nine validator keys obtained via a fake job offerSky Mavis backstopped and reimbursed
WormholeFeb 2022About $325MA forged approval slipped past signature checksJump replaced the funds within about a day
NomadAug 2022About $190MA bad default made every message look validRoughly $36M returned under a 10% bounty
KelpDAOApr 2026About $292MA single verifier accepted a spoofed messageA coalition rebuilt the backing; users kept whole
LiquidSep 2026About $320MFunds left a federation wallet outside normal rulesUnresolved; a white-hat return was still only a claim

The pre-bridge checklist: what to check before you click

Here is the practical core of this guide. Before you approve a single transaction on a bridge you have not used, spend five minutes on these checks. None of them require you to read Solidity. They just force the honeypot to earn your money.

  • Who verifies deposits. Skim the docs for how many independent parties must agree before a withdrawal is honored. Many independent verifiers, or a cryptographic proof, is good. A single key or server, or a low multisig threshold, is the loudest red flag there is.
  • Audits, and who did them. Look for multiple named firms and recent, public reports. But treat an audit as a snapshot, not a warranty; some of the worst losses hit code that had been reviewed. The firms that break into systems before attackers do are more reassuring than a single stale report.
  • Time in production. A bridge that has survived years of market stress has earned more trust than one launched last month or freshly relaunched after an incident.
  • Bug bounty, and its scope. A large, active bounty is a good sign only if it covers the configuration you are actually using. In the KelpDAO case, the single-verifier setup that failed was later argued to be outside bug-bounty scope, which tells you scope is not a formality.
  • The token you receive. Native issuance you can redeem directly beats a wrapped IOU backed by a pot you cannot see. More on this below.
  • Is there an official route. A first-party bridge from the token issuer, or a chain’s own canonical bridge, is almost always safer than a random third-party wrapper that happens to be a few cents cheaper.

Configuration is not an abstraction. LayerZero’s V2 lets a deployment require any number of independent verifiers, from a bare minimum to a stack of them, which the protocol describes as an “X of Y of N” arrangement; a treasury might demand many while a low-value app demands one. The gap between those settings is the gap between a hard target and a soft one. Use the quick reference below when you cannot tell.

What to checkGreen flagRed flag
Who verifies depositsMany independent verifiers, or a proofOne key, one server, or a low threshold
Audits and red teamingMultiple named firms, recent, publicNo audit, one stale audit, or vague claims
Time in productionYears live through volatilityDays or weeks old, or just relaunched
Bug bounty scopeLarge, active, covers your real configSmall, or your exact setup is excluded
Token you receiveNative issuance you can redeemA wrapped IOU backed by an opaque pot
Official routeA first-party or canonical bridge existsOnly unfamiliar third-party wrappers

Native or wrapped? The token you receive matters

The wrapped-token model is the classic honeypot. You lock real USDC or real Bitcoin, and you receive a claim on that locked stash. If the stash is drained, your claim is worth whatever is left, which after a big hack is often close to nothing. That is why the industry has been moving toward native issuance, where there is no stash to drain.

Circle’s Cross-Chain Transfer Protocol is the cleanest example. Instead of locking USDC and minting a wrapper, it burns native USDC on the source chain and mints native USDC on the destination, with no pooled collateral and no third-party IOU. The dollar you receive is the same kind of dollar Circle issues everywhere. When you can route a stablecoin this way, you have removed an entire category of risk.

Big holders have voted with their feet. When BitGo moved to route its wrapped Bitcoin through Chainlink’s more heavily verified system, it pushed the running tally of assets migrating toward sturdier verification to near $15 billion. You do not have to follow the herd, but the direction is a signal: the market is repricing bridge security in favor of setups where fewer single points can fail. As a user, prefer native issuance where it exists, and always know exactly which token you will be holding and who is able to redeem it.

Do you even need a bridge?

The cheapest bridge is sometimes not bridging at all. Before you send funds into a locked pot, check whether one of these routes moves or removes the risk for you.

Intents and solvers are the fastest-growing option. With an intents-based system such as Across, you declare the outcome you want, and a competitive solver fronts you the funds on the destination chain and takes on the bridging risk itself, reclaiming its outlay afterward. You are exposed to the slow cross-chain step only briefly, and often not at all, because the solver is the one waiting. Bridge aggregators do something adjacent, splitting or routing your transfer across several underlying bridges to find the best price, though they inherit the risk of whichever bridge they pick, so the checklist above still applies to the route they choose.

Then there is the oldest rail of all: a centralized exchange. Deposit an asset on chain A, withdraw it on chain B, and the exchange has done the cross-chain move for you. You are not touching a smart contract at all, which means you trade smart-contract risk for custody and counterparty risk, plus identity checks. For a large, infrequent move, a reputable venue can genuinely be the lower-risk path, and as exchanges and wallets converge the line between the two keeps blurring. The tradeoff is real: you give up self-custody for the minutes or hours the funds sit with the exchange.

The phishing layer: fake bridges and bad approvals

Here is a hard truth: most people who lose money “to a bridge” never touched the real one. They clicked a sponsored search result or a lookalike domain, connected a wallet to a fake bridge front end, and signed a token approval that handed a drainer permission to empty their wallet. The bridge was innocent. The website was the weapon.

Defend the front door with a few unglamorous habits. Type or bookmark the official URL and use that every single time; never reach a bridge through an ad or a message. Before you approve, check the contract address you are granting permission to, and be suspicious of any approval for an unlimited amount when you only mean to move a fixed sum. Learn to read what you are actually signing rather than clicking through a wall of hex, because the wallet prompt is the last moment you control. After you bridge, use an approval-management tool to revoke the permission you just granted, so a contract you will never use again cannot be turned against you later.

One more trap is specific to the aftermath of a hack. When a bridge gets exploited, a wave of fake “claim your refund” and “recovery portal” sites appears within hours, aimed at the exact people who are anxious about their funds. Treat any unsolicited recovery offer as a second attack. Real recoveries are announced through the protocol’s own verified channels, slowly, and never ask you to connect a wallet to a brand-new site.

A safe bridging routine you can run every time

Once you have picked a route and confirmed you are on the real site, the mechanics of a safe transfer come down to a short, repeatable routine. Run it the same way whether you are moving $50 or $50,000.

  • Test with a small amount first. Send a token trial run before the real transfer. A few dollars in fees is cheap insurance against a wrong chain or a broken route.
  • Use a secondary wallet the first time. For any bridge you have not used before, route through a wallet that holds only the funds you intend to move, so a bad approval cannot reach your main stack.
  • Confirm the destination supports the token. Make sure the asset exists on the receiving chain in the form you expect, and that you already hold a little of the native gas token there to move it afterward.
  • Avoid upgrade and maintenance windows. Do not bridge during announced protocol upgrades. The Nomad loss followed right after an upgrade, and freshly changed code is where defaults go wrong.
  • Record the transaction hash. Save the source-chain hash and watch for arrival before you assume a failure and re-send; cross-chain transfers can lag, and a panicked second send is how people double their exposure.
  • Do not chase the last basis point. A route that is a fraction cheaper but unfamiliar is rarely worth the risk. Price the safety, not just the fee.

When Bitcoin is the asset: pegs, sidechains and the Liquid lesson

Bitcoin deserves its own section, because it changes the math. Bitcoin has no smart contracts, so there is no on-chain program to verify a proof and mint a wrapper natively. Moving BTC into DeFi means handing it to a federated peg such as Liquid, to a custodial wrapper such as wrapped Bitcoin, or to a newer construction. Each is a trust-for-speed trade, and each takes real Bitcoin off your keys.

That is exactly why this weekend’s Liquid event is a teaching moment rather than an outlier. An 11-of-15 federation of established companies is a high bar by the standards of the space, and about $320 million in Bitcoin still left. The moment you peg BTC into a sidechain or a wrapper, “your keys, your coins” stops applying; you hold a claim on a pot that other people guard. Some builders are trying to shrink that trust, with designs such as statechains that trade only a sliver of custody for speed, but none of them make the tradeoff disappear. If you are bridging Bitcoin, size the position to the trust you are extending, and remember that the base chain being untouched, as it was here, is cold comfort to anyone holding the pegged version.

What happens if the bridge you used gets hacked

Assume the worst has happened: the bridge you used has been drained, and your wrapped balance is a claim on an empty vault. What are your odds? History says they depend almost entirely on who stands behind the protocol, not on any right you can enforce. There are four archetypes, and only some of them end well.

OutcomeWhat has to be trueExample
Deep-pocket backstopA wealthy backer chooses to cover the holeWormhole, Ronin
White-hat returnThe attacker negotiates or gives the funds backPoly Network, Nomad
Coalition rebuildOther protocols step in to rebuild the backingKelpDAO
NothingNo backer, no return, no coalitionMany smaller bridges

The good endings are the memorable ones precisely because they are not guaranteed. Jump Crypto replaced Wormhole’s 120,000 lost ETH within about a day, and Sky Mavis raised fresh capital to make Ronin’s users whole. Poly Network’s attacker returned nearly all of the more than $610 million after a public negotiation, and Nomad clawed back a chunk under a bounty. This April, a coalition of protocols rebuilt KelpDAO’s backing over several weeks so users did not eat the loss. Each of those required a specific, lucky ingredient: a rich backer, a cooperative thief, or willing allies.

The Liquid message this weekend, “we are whitehats, contact us on chain,” sits in the second column, and it is a useful reminder of how thin that hope can be. A white-hat claim is not a white-hat outcome until the coins are actually back, and at publication they were not. If none of the four ingredients show up, you are simply an unsecured creditor of a protocol that has no obligation, and no insurance fund, to pay you. Plan your position sizes as if the fourth row is the default, because for most bridges it is.

Why the SEC cannot refund you

American users sometimes assume a regulator is a backstop. It is not. There is no deposit insurance for bridged crypto the way there is for a bank account, and no agency can reverse a blockchain. The Securities and Exchange Commission and the Commodity Futures Trading Commission police intermediaries, disclosures, and fraud; they do not run a claims desk that reimburses you when a smart contract is drained.

Bridges are also unusually hard to punish after the fact, which cuts against recovery. When the Treasury sanctioned the Tornado Cash mixer in 2022, courts later ruled it had overstepped, on the logic that immutable code with no controller is not the property of a sanctionable person, and Treasury removed it from the sanctions list in March 2025. Enforcement has landed harder on individuals than on protocols; prosecutors have secured convictions and extraditions of named people, while sanctions against the tools themselves have wobbled. Exchanges can sometimes freeze stolen funds that pass through them, but once money crosses into a mixer or hops to another chain, freezing gets slow and partial. The takeaway for a user is blunt: any recovery will come from the protocol, its backers, or a voluntary return, not from a regulator writing you a check.

The bottom line: a safer way to move between chains

Pull it together and the decision framework fits on an index card. Ask who verifies your deposit and how many independent parties must agree. Prefer native issuance, many independent verifiers, and a long track record over a cheap route with a single key or a fresh launch. Test with a small amount, use a throwaway wallet the first time, and ask whether an intent, an aggregator, or a plain exchange transfer would carry less risk than a locked pot. None of this is exotic; it is the difference between treating a bridge as a magic tunnel and treating it as what it is, a pile of money guarded by someone you should be able to name.

The industry is genuinely getting better at its end. Native burn-and-mint is deleting honeypots, light clients and validity proofs are replacing committees with math, and systems such as Chainlink’s separate risk-management network add a second, independent layer of checks rather than asking you to trust one. But better is not solved, and the calendar keeps proving it: KelpDAO in April, and Liquid over a single weekend in September. Vitalik Buterin warned back in 2022 that there are fundamental limits to the security of bridges that move value across separate zones of sovereignty. A multi-chain world, in other words, is fine; blind cross-chain trust is not. Until the math wins everywhere, you are the last line of defense, and the checklist above is your armor.

Frequently Asked Questions

Is it safe to bridge crypto in 2026?

It can be, but the risk is real and depends on the bridge, not on crypto in general. Bridges have lost billions because they concentrate value behind relatively few safeguards. You lower your odds sharply by choosing bridges with many independent verifiers or cryptographic proofs, preferring native issuance, testing with a small amount, and sizing any position to what you can afford to lose if the pot is drained.

Which type of bridge is the safest?

The safest designs are the ones that do not ask you to trust a small committee. Native issuance such as Circle’s burn-and-mint USDC removes the locked pot entirely, and light-client or zero-knowledge bridges let the destination chain check a proof instead of trusting signers. A well-configured system with many independent verifiers is reasonable. The biggest red flag is a single verifier, a single server, or a low multisig threshold, because one compromise moves everything.

Can I get my money back if a bridge gets hacked?

Usually not automatically. Recovery has depended on a wealthy backer choosing to cover the loss, an attacker returning funds after a negotiation, or other protocols rebuilding the backing. When none of those happen, users typically absorb the loss. There is no deposit insurance for bridged crypto and no regulator that can reverse the chain, so you are effectively an unsecured creditor of the protocol.

Are centralized exchanges safer than bridges for moving between chains?

They carry a different risk rather than strictly less. Depositing on one chain and withdrawing on another through a reputable exchange avoids smart-contract risk, which for large, infrequent moves can make it the lower-risk route. The tradeoff is that you give up self-custody while the funds sit with the exchange and accept counterparty and identity-check requirements. For frequent on-chain activity, an on-chain route with native issuance is often more convenient.

What is the single most important thing to check before bridging?

Find out who verifies your deposit and how many independent parties must agree before a withdrawal is honored. If a single key or a single server can move the whole pot, treat the bridge as high-risk no matter how polished it looks. Most large bridge losses trace back to that one weakness, so it is the first question to answer and the one most worth acting on.

Yuki Tanaka covers DeFi and cross-chain infrastructure for HOGE Wire.

Share 𝕏 Post Telegram