Bridge
A blockchain bridge is a protocol that enables the transfer of data, assets, or smart contract instructions between two distinct blockchain networks. It acts as a middleware layer that overcomes the inherent inability of independent chains to communicate directly. Bridges typically function by locking assets on the source chain and minting a corresponding representation on the destination chain, or by using a burn-and-mint mechanism to ensure the total circulating supply remains consistent across both environments.Definition
A blockchain bridge is a protocol that enables the transfer of data, assets, or smart contract instructions between two distinct blockchain networks. It acts as a middleware layer that overcomes the inherent inability of independent chains to communicate directly. Bridges typically function by locking assets on the source chain and minting a corresponding representation on the destination chain, or by using a burn-and-mint mechanism to ensure the total circulating supply remains consistent across both environments.Simple explanation
Think of a bridge as a ferry connecting two separate islands. Since each blockchain is like an isolated island that cannot talk to the other, the ferry carries your digital tokens from one island to the other so you can use them in different places.Why it matters
Bridges are critical for fragmented blockchain ecosystems because they allow liquidity and information to flow freely. Without them, users would be trapped on a single chain, preventing the growth of decentralized finance applications that require cross-platform interaction.How it works
A bridge usually uses a smart contract to hold your tokens on the original chain. Once the contract confirms the deposit, it signals a validator or network to issue an equivalent token on the second chain. When you want to return, the destination token is destroyed, signaling the first contract to unlock your original funds.Real-world example
The Wormhole bridge allows users to move assets between ecosystems like Ethereum, Solana, and Binance Smart Chain.Advantages
- Increases liquidity across ecosystems
- Enables use of dApps on different chains
- Enhances interoperability for assets
Limitations
- High risk of smart contract exploits
- Centralization risks in validator sets
- Complexity in maintaining security guarantees
Common misconceptions
- Bridges actually move the original tokens across chains. Bridges create wrapped representations while locking the original assets.
- All bridges are equally secure. Different bridges use different trust models ranging from fully decentralized to centralized multisigs.
Related knowledge
- Cross-Chain — term
- Interoperability — term
- Smart Contract — term
- Validator — term
- Wrapped Asset — term
Canonical knowledge ID:
glossary:bridge