Cross-chain Swaps on TON: Symbiosis, Allbridge, and LayerZero
Comparison of cross-chain protocols for TON: Symbiosis, Allbridge Core/Classic, LayerZero OFT. Trust models, fees, liquidity, risks, and a decision matrix.
- Author
- TON Adoption Team · research desk
- Published
Contents17sections
- Why cross-chain matters on TON
- Symbiosis: a cross-chain liquidity protocol
- Allbridge: Core vs Classic
- Allbridge Core (message-based)
- Allbridge Classic (canonical bridge model)
- LayerZero and the OFT standard
- Comparison table
- Fees and slippage
- Risks: what actually happened in the industry
- In practice: ETH → TON via three paths
- Path A — Symbiosis
- Path B — Allbridge
- Path C — LayerZero OFT (if ETH is available as OFT)
- Decision matrix
- What this means for users: a checklist
- Where the industry is heading
- Conclusion
A cross-chain swap is the movement of value between blockchains without forcing the user to chain separate “bridge → swap → bridge” operations — a single UX instead. On TON as of May 2026 three main protocols deliver that experience: Symbiosis, Allbridge (in two forms — Core and Classic), and LayerZero (via the OFT standard). This article unpacks how they work, where trust models diverge, what fees and risks look like — and when each tool makes sense.
Why cross-chain matters on TON
TON is not an EVM chain, and there is no native “Ethereum-to-Arbitrum”-grade bridge. To bring stablecoins, ETH, BTC, and other assets into TON DeFi, a bridge is required.
Three base tasks:
- Move USDC/USDT from L1/L2 into a TON form for DEX and lending protocols.
- Get ETH or WBTC in a form usable in TON DeFi.
- Swap an asset on one chain directly into an asset on another (e.g., ETH → TON) without manual steps.
Each protocol solves these differently.
Symbiosis: a cross-chain liquidity protocol
Symbiosis targets universal cross-chain swaps across dozens of chains, including TON.
Mechanics:
- Relay-node network and liquidity pools in each connected chain.
- User signs a transaction on the source chain; funds enter the pool; on the TON side the equivalent is paid out via a local pool.
- Final swap into the desired jetton runs through integrated DEXes (STON.fi, DeDust).
Trust model: Symbiosis validator multi-sig + liquidity pools. Not a canonical bridge — closer to a networked exchanger with its own liquidity.
Strengths: one UI for dozens of pairs, fairly fast (minutes), integrated into popular aggregators.
Weaknesses: depends on per-chain pool depth — for rare pairs slippage is noticeable. Trust model is multi-sig, not L1-secured.
Allbridge: Core vs Classic
Allbridge is among the oldest bridges in the TON ecosystem and ships in two forms.
Allbridge Core (message-based)
Modern architecture — cross-chain messages via its own validator set + integration with other messaging protocols. Supports atomic cross-chain swaps (not just asset transfer, but simultaneous conversion). Trust model is close to Symbiosis — multi-sig.
Allbridge Classic (canonical bridge model)
Traditional canonical bridge: on the source chain the asset is locked in a contract, on TON a wrapped version is minted as a jetton. On the return path — burn and unlock.
Trust model here is a validator set confirming lock/unlock in both directions. Effectively a federation rather than a trust-minimized bridge.
Strengths: long-standing TON presence, proven infrastructure, two modes for different needs.
Weaknesses: canonical wrappers historically have proven vulnerable across the industry (Multichain 2023, Wormhole 2022 — category-level, not Allbridge specifically); TON in 2026 already saw the TAC drain — worth keeping in mind.
LayerZero and the OFT standard
LayerZero is an omnichain messaging protocol serving hundreds of projects. For tokens it introduced the OFT (Omnichain Fungible Token) standard:
- The same token “lives” across multiple chains but has a single supply via mint/burn.
- Moving from chain A to chain B is a burn on A + mint on B with cryptographic confirmation over the LayerZero channel.
- On TON, OFT tokens are implemented as jettons tied to a LayerZero channel.
Trust model: oracle + relayer set chosen by the OFT issuer. That gives flexibility — but security depends on the issuer’s choice.
Usage on TON as of May 2026: Ethena’s USDe, plus a series of projects with multi-chain deployment. LayerZero v2 runs stably, but it’s infrastructure — the profile of each specific OFT issuance is critical.
Comparison table
| Parameter | Symbiosis | Allbridge Core | Allbridge Classic | LayerZero OFT |
|---|---|---|---|---|
| Type | Liquidity protocol | Message-based | Canonical bridge | Omnichain messaging |
| Trust model | Multi-sig | Multi-sig | Federation | Oracle + relayer |
| Atomic swap | Yes | Yes | No (transfer only) | Depends on dApp |
| TON asset form | Wrapped/native | Wrapped/native | Wrapped jetton | Native OFT jetton |
| Supported chains | 25+ | 15+ | 15+ | 50+ |
| Typical time | 1–5 min | 1–5 min | 2–10 min | 1–3 min |
| Suited for large sums | Limited | Limited | Better | Liquidity-dependent |
Fees and slippage
Cross-chain swaps cost more than same-chain swaps — that is expected. Cost breakdown:
- Source-chain gas. Ethereum at peak: $5–30. L2s: cents.
- TON gas. Tens of cents for final operations (mint jetton, swap).
- Bridge fee. 0.05–0.3% of amount depending on protocol.
- Swap slippage. For large amounts in thin pairs 0.5–3%.
- Spread between wrapped and native forms. Sometimes bridged-USDC trades at a 0.1–0.5% discount vs. native USDT — a tax on wrapper liquidity.
For $100 the cost-of-bridge can be $1–3 from Ethereum, for $10,000 — $20–60, so small amounts are disproportionately expensive in relative terms.
Risks: what actually happened in the industry
Bridges have historically been the most vulnerable infrastructure class in DeFi. Key incidents — for scale, not as direct critique of the three protocols here:
- Nomad Bridge (August 2022). An initialization mishap allowed $190M to be drained. Lesson: formal verification of initializations.
- Wormhole (February 2022). A signature exploit minted 120k wETH from nothing — $326M. Lesson: validator signature checking.
- Multichain (July 2023). Founder key compromise — $130M+ left bridges. Lesson: key custody centralization.
- TAC Bridge on TON (2026). $2.5M via exploit — the freshest case relevant to the TON ecosystem.
In practice: ETH → TON via three paths
Scenario: move 1 ETH from Ethereum mainnet to TON and buy TON jettons.
Path A — Symbiosis
- Open the Symbiosis interface, select ETH → TON.
- Sign on Ethereum (gas $5–15 in a calm hour).
- In 1–3 minutes receive native TON equivalent.
- Swap to the desired jetton in the same UI or on STON.fi.
Pros: single UI. Cons: depends on Symbiosis liquidity.
Path B — Allbridge
- On Allbridge select ETH from Ethereum → wETH on TON.
- Receive the wETH jetton.
- On STON.fi/DeDust swap wETH to TON or USDT.
Pros: proven infra. Cons: ETH stays wrapped until the final swap.
Path C — LayerZero OFT (if ETH is available as OFT)
- Through an app supporting an ETH OFT (as of May 2026 a native “ETH OFT” does not exist; typically stETH/wstETH variants for liquid staking are used).
- Burn on Ethereum, mint OFT jetton on TON.
- Swap on a DEX.
Pros: unified supply, no wrapper as a separate entity. Cons: not all assets are available as OFT.
Decision matrix
When to pick which:
- Small amounts, rare assets: Symbiosis (versatility + UX).
- USDC/USDT, mid-sized amounts: Allbridge Core (atomic swaps).
- Long-term TON holding: move into native form (native USDT on TON, native TON) — don’t sit in bridged.
- OFT-supporting tokens (Ethena USDe, etc.): LayerZero — because the supply is unified, not a wrapper.
- Large amount (>$50k): split between two independent bridges + move into native form.
What this means for users: a checklist
- Don’t bridge a large amount on the first try — test with $10–50 first.
- Verify you receive a native jetton, not a wrapper, if you plan to hold.
- Compare quotes across Symbiosis, Allbridge, and aggregators before swapping — spreads can be noticeable.
- Watch bridge status — Twitter/Telegram are the fastest incident channels.
- If a bridged asset trades at a 1%+ discount to native — that is a liquidity/trust signal.
- Large amounts deserve recipient-contract verification before the operation.
Where the industry is heading
Several directions for 2026–2027:
- Native USDC on TON. Circle has repeatedly hinted at non-EVM expansion. Native issuance would erode demand for bridged wrappers.
- OFT standardization. LayerZero v2 and peers aim to make omnichain the default — that reduces demand for classic canonical bridges.
- Bridge audits and insurance. Services (Nexus Mutual, analogs) now insure specific bridges — changing risk/reward for whales.
- Regulatory focus. EU MiCA already indirectly regulates cross-chain stablecoin issuance through issuers; Russia and the EAEU remain open questions.
Conclusion
Cross-chain swaps on TON are working infrastructure — but they reward attention to detail. Symbiosis is convenient for rare pairs and universal UX, Allbridge for USDC/USDT and proven flows, LayerZero OFT for assets designed as omnichain. Baseline discipline: don’t park large amounts in bridged wrappers, split large transfers between independent paths, and verify that the final jetton is the one you intended.
Bridges are the highest-risk infrastructure class in DeFi, and industry history confirms that. Caution costs less here than the post-hoc lesson.
Frequently asked
Which TON bridge is safest?
What form does USDC arrive in when bridged from Ethereum to TON?
What is OFT in the LayerZero context?
Can you swap ETH directly into TON?
Related
- DeFiMay 17, 2026
USDe and sUSDe on TON: Ethena and the Synthetic Dollar
How Ethena's USDe and sUSDe work, how they arrived on TON via LayerZero OFT, what the delta-neutral model is, and which risks the holder takes on.
- DeFiMay 17, 2026
Bitcoin on TON: tBTC, Wrapped Forms, and Bridge Risks
How BTC arrives on TON: tBTC, WBTC, OFT variants. Wrapper trust models, TON DeFi use cases, bridge risks, and why BTCFi on TON is still nascent.
- DeFiMar 5, 2026
bemo and stTON: TON staking protocol comparison 2026
bemo is the second-largest liquid staking pool on TON. How stTON differs from tsTON and hTON, where it wins, where it lags, and the real yield.
- DeFiMar 19, 2026
Staking TON with Tonstakers
Tonstakers is the largest TON liquid staking pool, $209M+ TVL. How to stake from 1 TON, how tsTON works and where to use it in DeFi — no hype, with sources.
- DeFiMay 15, 2026
DAOlama: 5 leverage strategies on TON NFTs with worked numbers
Practical NFT-borrowing strategies on DAOlama: leveraged flips, cross-staking, bear-market rollover, working capital and tax optimisation.