Guide · Cross-chain

How to bridge assets between chains

Bridging moves value from one blockchain to another, and it is unavoidable the moment your tokens live on a different network than the one you want to trade or use. Done carefully it is routine; done carelessly it is one of the easier ways to lose funds, because bridges add their own contracts, relayers, and wrapped-token quirks on top of ordinary swap risk. This guide explains how to bridge safely: choosing a route, budgeting gas on both sides, understanding what arrives, and verifying the transfer completed.

Understand what a bridge actually does

Most bridges either lock your asset on the source chain and mint a representation on the destination, or use a liquidity network that pays out the equivalent asset on the other side. Either way, there is a waiting period while the bridge confirms the transfer, and there is a destination representation that may differ from the native asset. Knowing which model your route uses tells you what to expect on arrival and what the risks are.

Budget gas on both chains

You need the native gas coin on the source chain to initiate the bridge, and you frequently need the destination chain's native coin to do anything once funds arrive — including swapping them further. A classic trap is bridging your entire balance and landing with tokens you cannot move because you have no gas on the new chain. Keep a small gas buffer on both sides before you start.

Compare routes by what arrives

An aggregator can compare bridge routes the same way it compares swaps. Judge them by the net amount you receive on the destination chain and the estimated arrival time, not by the headline bridge fee alone. Some routes swap before bridging and others swap on arrival, which changes the total cost. The minimum received on the destination is the number that matters.

Know your destination token

What lands on the destination chain may be a wrapped or bridged version of the original asset, with a different contract address and sometimes different decimals. Confirm the arriving token is the representation your downstream app or pool expects. For Solana-to-EVM or EVM-to-Solana routes, also remember the address formats are completely different — never send to the wrong address type.

Verify completion and avoid duplicates

Bridges are not instant; most configured routes finalize within a few minutes to about fifteen, longer during congestion or outages. While a transfer is in transit, do not submit a second one unless the interface clearly reports failure — duplicate bridges are a common and expensive mistake. Track the status, and verify the arrival on the destination explorer independently of the UI before considering the transfer done. On any unfamiliar route, start with a small test amount.

Legal

Risk disclosure

XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.

Frequently asked questions

Why do I need gas on the destination chain?

Bridged funds are useless if you cannot pay for the next transaction. Keep a small amount of the destination chain's native coin so you can swap or transfer after arrival.

How long does bridging take?

Most configured routes finalize within a few minutes to around fifteen, depending on the provider and network congestion. Solana routes may differ from EVM ones.

What arrives on the other chain?

Often a wrapped or bridged representation with a different contract address and possibly different decimals. Confirm it matches what your destination app expects.

Should I bridge a large amount on a new route first?

No. Bridge contracts and relayers carry real risk. Start with a small test amount on any route you have not used before.

Live execution

Trade on XAUConnect

Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.

Continue exploring

Related markets, guides & networks

Curated next steps based on this topic — deepen your research before you trade.

Build programmatically

Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.

Developer quickstart