Crypto

Blockchain bridge

Also calledbridge · cross-chain bridge

A blockchain bridge is infrastructure that transfers tokens, messages, or other data between blockchain networks. Bridges connect otherwise separate chains, but they also introduce extra smart-contract, validator, and counterparty assumptions that do not exist in a simple same-chain transfer.

What Blockchain bridge means

If assets live on one chain but a user wants to use them on another, a bridge can move value or create a representation on the destination chain. The bridge may lock, burn, mint, or otherwise account for the asset depending on its design. That convenience comes with additional operational and security risk.

Bridges are central to multi-chain and layer 2 activity because they let users move assets between networks. But bridge design affects speed, fees, finality, and failure modes. In practice, users need to know what is being transferred, what is being trusted, and how to reverse the process if that is possible.

A user sends ETH from Ethereum mainnet to an L2 bridge. The bridge may lock the ETH on mainnet and mint a representation on the L2, or it may use another accounting method. Later, the user can bridge back, subject to the bridge’s rules and settlement timing.

Common questions

Are bridges only for tokens?+

No. Some bridges also pass messages or arbitrary data, not just asset transfers.

Does a bridge remove custody risk?+

No. It changes the trust model. Some bridges are trust-minimized, but all bridges still introduce additional technical and operational risk.

Go to the original material.

01Ethereum.org — Bridges02Ethereum.org — Introduction to blockchain bridges03Ethereum.org — How to bridge tokens to layer 2