Skip to main content

On-Chain Evidence

Every flow documented below was tested on mainnet with real contracts, real tokens, and real funds. Transaction hashes are permanent on-chain proof.
Verify on LayerZeroScan: Cross-chain transactions that use LayerZero messaging can be tracked at layerzeroscan.com by entering the origin transaction hash. You’ll see the message flowing through LayerZero’s DVN and executor infrastructure.

Test Tokens


Same-Chain Operations (Base)

Both operations confirmed on Basescan — standard bonding curve buy/sell with deterministic pricing.

Cross-Chain Buys via Across (EVM → Base)


Cross-Chain Buys with Native Currency (EVM → Base)

NativeBuyAdapter handles the full pipeline in a single transaction: wrap native → swap to USDC on local DEX → Across deposit → buy on Base.

Cross-Chain Sells (Remote → Base → USDC Return)

Sell flow: OFT burn on Arbitrum → LZ compose message → AcrossSellHandler sells on curve → USDC bridged back via Across.

Solana Cross-Chain Operations (Cross-VM via LayerZero)

These are the headline flows — Solana ↔ Base via LayerZero V2 cross-VM messaging.
Cross-VM highlight: The Solana CC Buyer program ABI-encodes buy parameters in an Anchor program and sends them via LayerZero to CCBuyerV3 on Base (EVM). This is a live, production cross-VM interaction: Solana → LayerZero → EVM.

Cross-Chain Token Launches (Remote → LZ → Base)

Three tokens launched from three different chains, all deployed on Base via LayerZero messaging: All three tokens verified on API, indexed, and tradeable from any supported chain.

Post-Launch Cross-Chain Buys

After launching tokens from remote chains, we verified cross-chain trading works on those tokens:

OFT Bridge Configuration Fix

During E2E testing, we discovered that OFT bridges from Base to all remote chains were blocked due to a ULN confirmation mismatch (outbound default: 5, remote requirement: 10). Fix transactions (setConfig on LZ Endpoint): These transactions demonstrate deep understanding of LayerZero’s ULN configuration and DVN requirements.

OFTFactory Verification


Full Test Matrix

23 of 24 tests pass. The single failure is external — Across Protocol deprecated Avalanche support. LayerZero OFT bridging to Avalanche remains fully functional.