# Cross-Chain Swaps

> Cross-chain swaps is a glossary term that refers to a mechanism for trading a token issued on one blockchain for a token issued on a different blockchain.

- Canonical URL: https://iq.wiki/wiki/cross-chain-swaps
- Categories: Glossary
- Created: 2026-09-21T11:12:05.019Z
- Last updated: 2026-09-21T11:12:05.019Z
- Source: IQ.wiki — the world's largest blockchain and crypto encyclopedia (https://iq.wiki)

---

**A cross-chain swap** is a mechanism for trading a token issued on one [blockchain](https://iq.wiki/wiki/blockchain) for a token issued by a different blockchain in a single action.[\[1\]](#cite-id-y47m79l9yh)&#x20;

It combines two operations that were historically separate — bridging an asset from a source chain to a destination chain and swapping it for the desired token — into one order, so that a user pays with a token on one network and receives a different token on another network.[\[2\]](#cite-id-t98azx6i6h)​[\[3\]](#cite-id-ctsoil9kti)&#x20;

A representative example is swapping [USDT](https://iq.wiki/wiki/tether) held on [Arbitrum](https://iq.wiki/wiki/arbitrum) for [ETH](https://iq.wiki/wiki/ether-eth) received on [Base](https://iq.wiki/wiki/base).[\[2\]](#cite-id-t98azx6i6h)​

## Overview

​[Centralized exchanges](https://iq.wiki/wiki/cex-centralized-exchange) already provide cross-chain swap functionality, but doing a swap through one introduces several layers of friction: a user must transfer tokens to the exchange, execute the swap either directly or indirectly through a medium of exchange such as US dollars, and then move the resulting tokens back to a wallet on a different [blockchain](https://iq.wiki/wiki/blockchain).[\[1\]](#cite-id-y47m79l9yh)&#x20;

The approach also requires users to rely on custodial services and temporarily surrender custody of their assets to a third party.[\[1\]](#cite-id-y47m79l9yh) Decentralized cross-chain swaps are presented as a way to remove centralized intermediaries by enabling direct exchanges of value and information between blockchain networks, offering what [Chainlink](https://iq.wiki/wiki/chainlink) describes as a "more secure, transparent, and seamless" way to trade assets across chains.[\[1\]](#cite-id-y47m79l9yh)​

Cross-chain swaps are distinguished from plain bridging, plain swapping, and simple transfers. A bridge moves a representation of a single asset between chains and typically leaves follow-up steps for the user; a cross-chain swap is a single order that pays with one token and receives another, with routing handled automatically.[\[3\]](#cite-id-ctsoil9kti)​[\[2\]](#cite-id-t98azx6i6h)&#x20;

The typical use cases include moving activity to a network with lower [gas](https://iq.wiki/wiki/gas) costs without routing funds through a centralized account, buying a token that has real market depth only on its home network, funding a new network for the first time — including obtaining its gas token — in one step, and consolidating balances scattered across several chains back into one asset on one network.[\[3\]](#cite-id-ctsoil9kti)​

## Bridge-Based Mechanisms

Many implementations of cross-chain swaps rely on cross-chain bridges that wrap and lock tokens on a source [blockchain](https://iq.wiki/wiki/blockchain) to create a one-to-one representation on the destination blockchain.[\[1\]](#cite-id-y47m79l9yh)&#x20;

In a [lock-and-mint](https://iq.wiki/wiki/lock-and-mint) bridge, a user locks tokens on the base blockchain, mints wrapped tokens on the destination blockchain, and then swaps those wrapped tokens on a native decentralized exchange to obtain the desired asset.[\[1\]](#cite-id-y47m79l9yh) This backend can be automated by cross-chain exchange protocols so that a user only needs to specify the assets they want to swap, but the user must still trust the security of the underlying bridge implementation.[\[1\]](#cite-id-y47m79l9yh)​

​[Chainlink](https://iq.wiki/wiki/chainlink) identifies three bridge protocol architectures.&#x20;

* In **lock-and-mint**, tokens are locked on the source chain and wrapped tokens are minted on the destination chain.&#x20;
* In **burn-and-mint**, tokens on the source chain are burned and then minted on the destination chain.&#x20;
* In **lock-and-unlock**, native supply exists independently on the different blockchains.[\[1\]](#cite-id-y47m79l9yh)&#x20;

Across all of these, bridging-based cross-chain swaps follow a common framework: tokens on the source blockchain are locked or [burned](https://iq.wiki/wiki/token-burn), the user receives an equivalent number of tokens on the destination blockchain, and only then can the actual swap take place.[\[1\]](#cite-id-y47m79l9yh) Chainlink states that its Proof of Reserve service helps enhance bridge security by providing collateralization data and mitigating uncollateralized mints.[\[1\]](#cite-id-y47m79l9yh)​

Crypto bridges are among the most common mechanisms for cross-chain swaps, but manual bridging leaves several practical gaps.[\[2\]](#cite-id-t98azx6i6h) A user often receives a wrapped copy whose value depends on the bridge's continued health, must hold the destination chain's [gas](https://iq.wiki/wiki/gas) token before doing anything with the arrived asset, and must complete each step — the bridge, the gas top-up, and the final swap — as a separate transaction that can fail or be front-run.[\[3\]](#cite-id-ctsoil9kti)&#x20;

Historically, bridges locked tokens in a bridge contract, minted a wrapped copy on the destination chain, and then required swapping that copy for the desired token while paying gas at each step, whereas a cross-chain swap collapses that trip into one order.[\[3\]](#cite-id-ctsoil9kti)​

## Other Swap Mechanisms

Beyond bridges, several other mechanisms achieve cross-chain swaps. [**Atomic swaps**](https://iq.wiki/wiki/atomic-swap) use time-locked [smart contracts](https://iq.wiki/wiki/smart-contract): two counterparties — described in [Chainlink](https://iq.wiki/wiki/chainlink)'s example as Alice and Bob — each lock the correct amount of tokens in a smart contract on their respective [blockchains](https://iq.wiki/wiki/blockchain), and only once both parties deposit the correct amounts can the contracts unlock and each receive the other's tokens.[\[1\]](#cite-id-y47m79l9yh)&#x20;

Chainlink regards atomic swaps as among the most decentralized options but describes them as "not a very generalizable or scalable model," listing limitations that include a general requirement that the blockchains use the same hashing function, the need for both counterparties to agree on the amount and exchange price, and the possibility of waiting a variable amount of time for the swap to complete.[\[1\]](#cite-id-y47m79l9yh)​

* **Hash Time-Locked Contracts** (HTLCs) are early mechanisms that use cryptographic hash functions and time-based escrow; they are characterized as secure but limited in scalability and usability.[\[2\]](#cite-id-t98azx6i6h)&#x20;
* **Over-the-counter** (OTC) swaps are trust-based direct exchanges between parties, noted as high-risk because of counterparty default and generally unsuitable for decentralized systems.[\[2\]](#cite-id-t98azx6i6h)&#x20;
* **General message passing** (GMP) automates swaps by opening communication between chains but introduces risks such as data integrity issues and vulnerabilities in the messaging protocols that can compromise swap security.[\[2\]](#cite-id-t98azx6i6h)&#x20;

Cross-chain swap protocols in general are characterized as automating the bridging-plus-swap process to simplify the user experience into as few actions as possible.[\[2\]](#cite-id-t98azx6i6h)​

## Networks, Routing, and Pricing

1inch supports cross-chain swaps across more than 13 networks without a manual bridge step and without wrapped stand-in tokens, explicitly listing [Ethereum](https://iq.wiki/wiki/ethereum), [Arbitrum](https://iq.wiki/wiki/arbitrum), [Base](https://iq.wiki/wiki/base), [Optimism](https://iq.wiki/wiki/optimism), [Polygon](https://iq.wiki/wiki/polygon), [BNB Chain](https://iq.wiki/wiki/binance-smart-chain), [Avalanche](https://iq.wiki/wiki/avalanche), Gnosis, [Linea](https://iq.wiki/wiki/linea), [Unichain](https://iq.wiki/wiki/unichain), [Sonic](https://iq.wiki/wiki/sonic), zkSync Era, and [Solana](https://iq.wiki/wiki/solana).[\[3\]](#cite-id-ctsoil9kti)&#x20;

Routes span EVM-compatible chains and beyond, and newer networks join over time; the company gives [Robinhood Chain](https://iq.wiki/wiki/robinhood-chain), an Ethereum layer-2 network for tokenized real-world assets, as one already supported.[\[3\]](#cite-id-ctsoil9kti) Cross-chain swaps do not use wrapped tokens on 1inch because the escrows hold real tokens on each chain, so a user receives the destination asset itself rather than a representation whose value depends on a bridge's solvency.[\[3\]](#cite-id-ctsoil9kti)​

Pricing for cross-chain swaps on 1inch comes from the same routing engine as same-chain swaps, aggregated across more than 300 sources, and the minimum received that a user approves is enforced by the order itself.[\[3\]](#cite-id-ctsoil9kti) Because orders are filled by resolvers rather than sitting in a public [mempool](https://iq.wiki/wiki/mempool) where bots can reorder them, 1inch states that protection against [maximal extractable value (MEV)](https://iq.wiki/wiki/maximal-extractable-value-mev) — the profit bots can extract by reordering pending transactions — is included.[\[3\]](#cite-id-ctsoil9kti)&#x20;

Swaps can be made directly in the 1inch app or wallet app and usually take minutes, because both chains must reach finality before funds unlock, with timing depending on the networks in the route; if a swap does not complete, the escrow timelocks expire and the locked assets return to their owners automatically, meaning an incomplete swap leaves nothing moved and the user can place the order again.[\[3\]](#cite-id-ctsoil9kti)​

## Cross-Chain Liquidity

Cross-chain infrastructure — including bridges, swaps, and exchanges — is presented as crucial for unlocking cross-chain liquidity. As the number of [blockchains](https://iq.wiki/wiki/blockchain) grows, liquidity becomes trapped across separate environments, and fragmented liquidity decreases market efficiency, diminishes the utility of assets, and creates a barrier for developers seeking to reach users across many blockchains.[\[1\]](#cite-id-y47m79l9yh)&#x20;

​[Chainlink](https://iq.wiki/wiki/chainlink) states that bridges, swaps, exchanges, and related tools enable the formation of various types of cross-chain [liquidity pools](https://iq.wiki/wiki/liquidity-pool) that help blockchains access or transport liquidity from one another.[\[1\]](#cite-id-y47m79l9yh)&#x20;

Across similarly frames cross-chain swaps as uniquely connecting different chains to improve liquidity across decentralized finance, removing the need for multiple wallets, [decentralized exchange](https://iq.wiki/wiki/decentralized-exchange) interactions, or reliance on centralized exchanges, and thereby optimizing liquidity by letting users manage tokens across chains without maintaining balances in numerous wallets.[\[2\]](#cite-id-t98azx6i6h)​

## Security Risks and Incidents

​[Bridge](https://iq.wiki/wiki/bridge) designs concentrate risk in ways that have made them targets.&#x20;

Classic bridges pool everyone's locked tokens in one contract, turning the bridge into a single, public target, and because bridges must accept messages from another chain, a forged message or a stolen [validator](https://iq.wiki/wiki/validator) key can unlock funds.[\[3\]](#cite-id-ctsoil9kti)&#x20;

​[Chainalysis](https://iq.wiki/wiki/chainalysis) reported that about $2 billion was stolen across 13 cross-chain bridge exploits in 2022 and that 69% of all crypto stolen that year was taken from bridges; the Ronin bridge attack alone accounted for about $625 million, a figure also cited as roughly $624 million.[\[3\]](#cite-id-ctsoil9kti)​[\[2\]](#cite-id-t98azx6i6h) Holders of Multichain-wrapped tokens learned of a bridge failure when that bridge failed in 2023, illustrating how a wrapped copy's value can depend on the health of the bridge that issued it.[\[3\]](#cite-id-ctsoil9kti)​

The broader challenges of cross-chain swaps fall into three areas. Technical complexity arises because locking-and-minting and message-passing systems are difficult to implement and maintain. Scalability concerns affect mechanisms such as HTLCs, which struggle with liquidity limitations and slow transaction times during high network demand. Security risks stem from vulnerabilities in [smart contracts](https://iq.wiki/wiki/smart-contract), reliance on validators, and the use of representative assets, all of which create attack surfaces for hacks and exploits.[\[2\]](#cite-id-t98azx6i6h)&#x20;

The escrow-based intent model is presented as a mitigation: on 1inch, a comparison of the two approaches notes that a bridge involves three or more transactions the user sends versus one signed order, requires source and destination [gas](https://iq.wiki/wiki/gas) held in advance versus none, often delivers a wrapped copy versus the destination token itself, and can strand funds mid-route if something goes wrong, whereas the escrows of a cross-chain swap refund both sides automatically.[\[3\]](#cite-id-ctsoil9kti)&#x20;

Across likewise positions its intent-based architecture as abstracting backend operations, reducing security risks, cutting latency, and streamlining the user experience.[\[2\]](#cite-id-t98azx6i6h)​

## Interoperability Standards

​[Chainlink](https://iq.wiki/wiki/chainlink)'s Cross-Chain Interoperability Protocol (CCIP) is described as an open standard for cross-chain interoperability that was in development as of late 2023, designed to use Chainlink decentralized oracle networks (DONs) to enable programmable token bridges and secure, arbitrary, and trust-minimized messaging between [blockchains](https://iq.wiki/wiki/blockchain).[\[1\]](#cite-id-y47m79l9yh) Its stated core goal is to establish a universal connection between blockchain networks — both public and private — to unlock isolated tokens and empower the creation of cross-chain applications, positioned as foundational [Web3](https://iq.wiki/wiki/web3) infrastructure that helps developers build a wide range of such applications.[\[1\]](#cite-id-y47m79l9yh)​

Among the capabilities Chainlink claims for CCIP are supporting more efficient liquidity routing by delivering secure data on liquidity conditions, token balances, and other metrics across blockchains; providing a programmable token bridge so that developers do not need to directly manage the underlying bridge infrastructure; and enabling cross-chain exchanges to build better user interfaces, facilitate swaps at lower cost, and offer a wider range of assets through the improved connectivity that comes from adopting an open standard.[\[1\]](#cite-id-y47m79l9yh)&#x20;

Chainlink states that as Web3 grows, cross-chain infrastructure like CCIP can play an increasingly important role in creating a unified experience for both users and developers.[\[1\]](#cite-id-y47m79l9yh)​
