Skip to content
IntermediateLearn the steps

Bridging assets across chains

Author
CRYPTO PORT Editorial
Published
Updated
Reading time
7 min

In short

A bridge takes a deposit on one chain and gives you a corresponding asset on another. In most designs nothing physically moves: the deposit backs a representation issued elsewhere, and if that deposit is compromised, the representation loses what stands behind it. Make a small test transfer before a real one, every time.

Key points

  • Most bridges are 'custody here, issuance there', which makes the custody side a single point of failure
  • You also need the destination chain's native asset to pay fees once you arrive
  • Getting the destination address or chain wrong usually means the funds are unrecoverable
  • Test the round trip with a small amount and confirm arrival before committing

Definition

The mechanism, and the act, of moving value between blockchains by depositing an asset on one chain and receiving a corresponding asset on another.

Start with the structure. Blockchains are independent, and a token on one cannot simply appear on another. So a bridge locks the asset on the origin chain and issues a corresponding token on the destination. Going back reverses it: the destination token is burned and the original is unlocked. What you hold on the far side is a different token backed by a deposit.

That structure tells you where the risk lives. If the custodied funds are stolen, the token on the destination chain loses its backing. Large-scale losses from bridge custody have happened more than once. How decentralised the design is, how the funds are held, and who controls the signing keys are precisely the variables that differentiate the risk.

The operation generally runs like this: choose origin chain, destination chain, token and amount; then sign the approval and transfer on the origin side. Arrival is not instant and can take minutes to tens of minutes when networks are busy. Closing the page does not stop the process, but note the transaction hash so you can trace it.

The step people forget is preparing the destination. Moving anything on the receiving chain requires that chain's native asset for fees. Bridging only a token can leave you holding assets you cannot touch. Either acquire a small amount of the native asset first, or check whether the bridge can deliver some alongside your transfer.

Finally, the discipline that is not optional: on a bridge or a route you have not used before, send an amount you can afford to lose, confirm it arrives, and only then send the real amount. You pay the fee twice, but you avoid mis-routing and sending an unsupported token. Bridging directly to an exchange deposit address is a classic way to lose funds, because deposits from an unsupported chain are simply gone.

Watch out for

  • · Bridge custody has been drained by attackers before. When that happens, the token you hold on the destination chain loses its backing and can fall sharply
  • · Assets sent to the wrong chain or address are, as a rule, unrecoverable — including deposits arriving at an exchange over a chain it does not support
  • · Fake bridge sites are abundant in search results and adverts. Verify the official domain yourself and connect from a bookmark

Frequently asked questions

  • How is bridging different from routing through an exchange?

    Who carries the risk. Through an exchange you hand the asset to a company, accept its list of supported chains and assets, and take on its counterparty risk. With a bridge you keep your keys but take on the bridge's contract and custody risk. Neither is categorically safer.

Related coins

Read next

Crypto quizzes

Answer a few questions and get your result instantly.

Start