A cross-chain bridge is a service that lets you move value from one blockchain to another — for example from Ethereum to BNB Smart Chain — even though those chains have no built-in way to communicate. Most bridges either lock your asset on the source chain and issue a matching token on the destination chain, or draw from pools of liquidity held on both chains. Bridges add convenience but also add a layer of risk that a single blockchain does not have.
Why bridges exist
Each blockchain is a separate system. Bitcoin cannot see Ethereum balances; Ethereum cannot see Solana balances. If you hold an asset on one chain but want to use it in an application on another chain, something has to connect them. That "something" is a bridge.
The result on the destination chain is usually a wrapped or bridged token — a stand-in that represents the original asset now held elsewhere. Its value depends on the bridge actually holding the backing asset and honouring redemptions.
The main designs
- Lock-and-mint (custodial or contract-held): you send the asset to the bridge on chain A, it is locked, and an equivalent token is minted on chain B. To go back, the chain-B token is burned and the original is released.
- Liquidity pools: providers pre-fund pools on both chains. You deposit into the pool on chain A and receive the asset out of the pool on chain B, minus a fee. No new token is minted.
- Validator / multisig sets: a group of signers attests that the chain-A deposit happened before the chain-B release is allowed. Security then depends on those signers.
How a typical bridge transfer works
- You choose the source chain, destination chain, asset and amount, and give a destination address.
- You send (or approve) the deposit on the source chain.
- The bridge waits for the required confirmations on the source chain.
- The bridge releases or mints the asset to your address on the destination chain.
- You verify receipt in a destination-chain block explorer.
Key facts
- Bridges connect chains that cannot natively communicate.
- A bridged/wrapped token is only as sound as the reserves and code behind it.
- Transfers are typically one-way per leg: to return, you bridge back.
- Every bridge charges a fee and needs source-chain confirmations before completing.
- Cross-chain bridges have historically been one of the largest categories of crypto exploit losses, because they concentrate value in one contract or signer set.
Risks and limitations
- Smart-contract bugs in the bridge can let an attacker drain locked funds.
- If the signer set or custodian is compromised, the backing assets can be stolen and the bridged tokens become worthless.
- Sending to the wrong chain or an incompatible address can cause permanent loss.
- Liquidity shortages can delay or halt withdrawals.
- A bridged token is not the "real" asset and may trade at a discount if confidence drops.
FAQ
Is bridging the same as swapping?
Why do bridges get hacked so often?
Is a "wrapped" token safe to hold?
How long does bridging take?
Sources
Related topics
This guide provides educational information about how cryptocurrency technology works. It is not financial, investment, legal, or tax advice. Cryptocurrency involves risk, including the potential loss of funds. Please review our editorial policy and methodology for more details.