Across Bridge is usually the right choice when a fast, quoted cross-chain transfer matters more than using a chain’s own bridge. Compare the amount you will receive, the approval you grant, and the gas you still need—not a headline fee of zero.
Across Bridge is an intent-based bridge: you deposit on one network and a relayer delivers the quoted output on another, then settles later. It is not the same as a canonical bridge, which moves an asset through the chain’s designated bridge, nor a direct swap that never leaves one network.
The received amount—not “0%”—decides whether Across Bridge is cheaper
The relevant number is destination tokens received after every deduction. An Across route can include a relayer fee for destination gas and capital, an LP fee when liquidity must be rebalanced, and, where the interface adds one, an app or integrator fee. If the route swaps tokens as it crosses chains, price impact and the swap’s trading fee belong in the total too.
There is also origin-chain gas. An approval may require one transaction, then the bridge deposit requires another. Native transfers can have lower visible fees but often take longer; an aggregator can be convenient but may add its own fee on top of the underlying route.
| Option | Usually wins when | Costs that hide in the quote | Main trade-off |
|---|---|---|---|
| Across intent route | Speed and a competitive all-in output matter | Relayer gas, relayer capital, LP fee, app fee, swap impact, origin gas | Relies on relayer delivery and protocol settlement |
| Canonical bridge | You want the chain’s official asset path or are moving a large amount slowly | Origin and destination gas, L1 data/finalization costs, possible claim gas | Often slower and may require a second action |
| Bridge aggregator | You need to compare several providers in one screen | Provider fee, aggregator fee, swap impact, gas on every required step | The best-looking route can change by the minute |
| Centralized exchange withdrawal | You already hold funds there and accept custody/KYC | Trading spread, withdrawal fee, minimums, network-selection error risk | Not self-custodial and not always immediate |
Across Bridge route quotes show the destination-side charges before you commit
Use the Across Bridge route only after checking the input token, destination token, recipient, expected output, minimum output, and estimated fill time together. The destination is what you are buying: the stated token on the stated network at the stated address. A route with a slightly higher bridge fee can still be cheaper if it avoids a separate swap or expensive destination gas.
Do not reuse an old quote. Gas prices, liquidity utilization, and swap pricing change. Small transfers are especially vulnerable: fixed gas can swallow a modest percentage fee, while a large transfer can hit a route limit or move a swap price.
An ERC-20 approval can authorize more than this one bridge
When the token is not already authorized, the wallet may first ask for an approval. That signature or transaction permits a named smart contract to spend up to the allowance from that token balance. It does not move funds by itself, but an unlimited approval can remain usable until revoked, even after this transfer ends.
Read the spender address and allowance in the wallet. Prefer an exact allowance when the extra approval gas is acceptable. If the interface uses a permit signature instead, read its token, spender, value, nonce, deadline, and chain: it is still spending authority, merely granted by signature rather than a separate on-chain approval.
The deposit confirmation is different. It authorizes the actual transfer and locks its route details—amount, recipient, destination chain, output conditions, and any destination call. Never sign opaque calldata or a transaction whose destination chain differs from the route you selected.
A two-minute check prevents the expensive bridge mistakes
- Match the token contract and network, not just the ticker symbol.
- Keep enough native gas for approval, deposit, and any recovery action.
- Send a test amount first when using a new wallet, chain, or recipient.
- Record the transaction hash and wait for a filled or refunded status before retrying.
- Revoke an unnecessary unlimited allowance after completion.
Can a failed or slow fill cost the deposit?
Not ordinarily: an unfilled transfer follows the protocol’s recovery path rather than becoming a reason to send a duplicate deposit. Check its status first; a second transfer creates a second obligation.
Is the lowest fee always the best choice?
No. Choose the route with the best net destination amount that also meets your time, custody, token, and security requirements. A cheap route that leaves you holding the wrong asset—or waiting through a deadline you cannot accept—is not cheap.