A cross-chain transfer moves value from one blockchain to another. A swap exchanges one asset for another. A route can combine both operations, which is why the token received matters as much as the destination network.
Last updated: September 17, 2026.
What changes in each operation?
A transfer can preserve the asset while changing its location. A swap changes the asset held, whether it happens on one network or within a route spanning several.
| Operation | Starting position | Intended result |
|---|---|---|
| Same-asset cross-chain transfer | Token A on one network | A supported representation of Token A on another |
| Same-chain swap | Token A on one network | Token B on that network |
| Cross-chain swap | Token A on one network | Token B on another network |
These are descriptions of outcomes. A service may use several transactions or integrations to provide one of them.
Does bridging always involve a swap?
A supported transfer can move an asset between networks without exchanging it for a different asset. LayerZero's OFT standard defines a cross-chain token transfer model, while other implementations can use available liquidity to deliver tokens on the destination.
The value transfer reference describes several implementation models. The interface's use of the word bridge does not identify the exact destination token or the route used.
What explains the amount received?
The route's quote identifies the input and output assets, their networks, and the estimated amounts. A swap introduces an exchange between assets, while a transfer may still have fees or amount adjustments. Neither label alone promises that the displayed input and output numbers will match.
For a product team, naming the destination asset makes the user journey easier to explain. A customer who wants the same stablecoin on another network has a different objective from one who wants to exchange it for another token there. The stablecoin transfer overview covers the former use case.
FAQ
Are two dollar-denominated stablecoins the same asset?
No. They can have different issuers and terms even when both target the same unit of account. Exchanging between them is a swap.
Does the same token symbol establish equivalence?
No. A symbol alone does not establish the relationship between deployments. Asset identity also depends on the network, contract or token identifier, and issuer documentation.
Can one interface combine a transfer and a swap?
Yes. The interface can present one route while integrations perform the underlying operations.
Explain the destination outcome
For cross-chain transfer concepts and supported integration paths, start with the LayerZero developer resources.