Blockchains cannot see each other
Every blockchain keeps its own record of who holds what, and none of them can read another’s. The Ethereum documentation puts it plainly: blockchains exist in siloed environments, with no natural way to trade or communicate with one another (ethereum.org). A bridge is what connects them — a route along which tokens, messages and even contract calls can pass from one chain to another.
This is why the same stablecoin can sit on two networks as two unrelated balances. USDT on TRON and USDT on Ethereum are recorded by different chains that know nothing about each other, so moving value between them always takes an extra step with its own cost (how USDT differs by network).
Three ways a bridge moves value
The Ethereum documentation names three designs (ethereum.org):
- Lock and mint. Tokens are locked on the source chain and a representation of them is minted on the destination. What arrives is a claim on the locked tokens rather than the original token itself.
- Burn and mint. Tokens are burned on the source chain and minted on the destination.
- Atomic swaps. Nothing is locked or created: tokens on one chain are swapped for tokens another party already holds on the other.
The first design has a consequence you meet on the destination. A bridged token and a token issued natively on that chain can exist side by side under almost the same name: on Base, Circle distinguishes native USDC from the bridged USDbC (Circle). They are different tokens with different contracts, and which one you end up holding depends on the route you took.
Native bridges and third-party bridges
A network can run its own bridge to Ethereum, and that bridge follows the network’s own rules. On Base, a standard withdrawal back to Ethereum has to wait through a challenge period of seven days before it can be finalised. The same documentation notes that some bridge providers offer faster withdrawals by using liquidity, relayers or market makers to pay users before the standard withdrawal completes (Base documentation).
A third-party bridge of that kind does not change the network’s waiting rules. It takes the wait on itself and charges for doing so, which is why two routes between the same networks can differ so much in both time and price — and why the cheaper one is not always the faster one.
What you are trusting
Bridges differ most in who has to behave honestly for your transfer to arrive. The Ethereum documentation separates trusted bridges, which rely on an external set of verifiers such as a multi-signature federation or an oracle network, from trustless bridges, which rely only on the blockchains they connect and add no new trust assumptions of their own (ethereum.org).
The same page lists what can go wrong. A single flaw in a smart contract can expose the assets it holds. Bridges that mint wrapped versions of an asset on another chain expose the wider ecosystem to systemic risk. A trusted design asks you to assume its validators will not collude against users, and depending on third parties opens the door to rug pulls, censorship and other malicious activity.
None of this shows up in a quote. A price comparison tells you what a route costs at a given moment, not how it is secured, and we do not rate providers on safety — that judgement stays with you. Our methodology sets out exactly what the comparison does and does not measure.
A bridge or an exchange
A bridge is not the only way to get funds from one network to another. An exchange that accepts a deposit on one network and pays out on another does the same job in two steps, holding your funds in between and charging a withdrawal fee it sets itself. Neither is better as a rule: it depends on the amount, the moment and what you are willing to trust. The live exchange withdrawal fees, each with the date it was checked, are on the USDT networks page.
Questions
What does bridge mean in crypto?
Moving a token or a message from one blockchain to another. The two chains keep separate records and cannot read each other, so something has to lock, burn or pay out tokens on one side in response to what happened on the other — that something is the bridge.
How does a crypto bridge work?
In one of three ways: it locks tokens on the source chain and mints a representation on the destination, burns them on the source and mints them on the destination, or swaps them with another party who holds tokens on the other chain. Some bridges also pay you out of their own liquidity on the destination before the slower settlement between the chains completes.
What is a blockchain bridge?
The same thing under another name: a connection between two blockchains that lets tokens, messages or contract calls on one have an effect on the other. The difference that matters most between bridges is whether they add trust in an outside party or rely only on the two chains themselves.
Is a crypto bridge an exchange?
No. An exchange holds your funds in an account and trades one asset for another; a bridge moves an asset between blockchains in a transaction you sign from your own wallet. An exchange can do a similar job — deposit on one network, withdraw on another — but in two steps, holding the funds in between.
What is a legit reason to bridge crypto?
The ordinary one: your funds are on one network and what you need to do with them — an app, a deposit, a payment — is on another. A bridge is a transport step; the only things it changes are where the balance sits and what it cost to move it.
Sources
- ethereum.org — blockchain bridges · checked 2026-09-13
- Base documentation — bridging and withdrawals · checked 2026-09-12
- Circle — what you need to know about native USDC on Base · checked 2026-09-12