MultiAlpha Capital Logo
MultiAlpha Research
Premium Market Intelligence

Jun 2025
Premium Report
Network Connections
50+
As of Q2 2025
Volume Growth
900%
Year-over-year (2024 → 2025)
Crypto Flow via Bridges
$7 billion
By 2024

Web3 Interoperability and Cross-Chain Finance (2025)

Figure: Conceptual architecture of interconnected blockchains enabling trust-minimized cross-chain messaging. Web3 interoperability in 2025 relies on cross-chain messaging layers rather than simple token bridges. Protocols like LayerZero use Ultra-Light Nodes (ULN): each chain hosts an on-chain endpoint running a light-client-like validation, while off-chain oracles and relayers carry messages. For example, when a dApp sends a message from Chain A to B, the LayerZero endpoint on A notifies a chosen oracle and relayer. The oracle fetches Chain A’s block header and submits it on B, while the relayer submits the transaction proof. The endpoint on B then validates the proof against the header and delivers the messagemedium.commedium.com. This separation means compromising one oracle (e.g. Chainlink) still leaves other relayers to catch mismatchesmedium.commedium.com. In effect, LayerZero achieves the security of an on-chain light client at a fraction of the cost by streaming needed headers on demandmedium.commedium.com.

Architecture of Cross-Chain Protocols

LayerZero (ULN): LayerZero’s architecture (“ULN”) splits validation: oracles publish source-chain headers and relayers provide transaction proofsmedium.commedium.com. A message is accepted only if both agree. By relying on established oracle security (Chainlink/Band) and an open relayer set, LayerZero ensures that “collusion” (corrupt oracle and relayer) is needed to break an app’s bridges, rather than a single hub compromisemedium.commedium.com.

Cosmos IBC (v1/v2): Cosmos’s Inter-Blockchain Communication is a permissionless light-client network. Each chain running the Cosmos SDK can host light clients of other chains to verify messages. For example, ICS-20 (token transfer) works by escrow-and-mint: tokens are locked on Chain A, a packet proof is relayed to Chain B, and Chain B’s light client verifies the proof before minting a vouchertutorials.cosmos.network. The light client tracks the consensus state of the counterparty chain, so no central validator is neededtutorials.cosmos.network. IBC v2 (“IBC Eureka”) extends this to non-Cosmos chains by standardizing proofs for any VM-chain, planning to onboard EVMs, Move chains, SVMs, etcblog.cosmos.networkblog.cosmos.network. The Cosmos Hub can optionally act as a routing hub, while projects like SkipGo provide relay infrastructure. Importantly, IBC’s security “trust” is precisely the same as trusting the source/destination chain’s consensustutorials.cosmos.network.

Wormhole: Wormhole uses a permissioned guardian network. Its “Core Contract” on each chain emits events. A network of ~19 validators (“guardians”) observes events and collectively signs a VAA (Verifiable Action Approval)wormhole.comwormhole.com. Relayers fetch the VAA and submit it to the target chain’s core contract, which verifies the multi-signature. Wormhole can bridge non-EVM chains (e.g. Solana, Sui) because its off-chain guardians simply listen to each chain’s event logs. The security assumption is quorum-based: only a threshold of guardians (e.g. 2/3) can authorize a cross-chain message. This has enabled broad support (94 projects integrate Wormhole)public.bnbstatic.com, but it means losing the guardian key or collusion of a majority could break trust.

Axelar: Axelar is a Cosmos-based hub that links many chains via threshold cryptography. Validators run nodes (or light clients) of supported chains and observe on-chain events. When a cross-chain request is made (e.g. transfer funds, call contract), Axelar’s Cross-Chain Gateway Protocol (CGP) runs consensus among validators to validate the request and then collectively sign a single transaction (threshold signature) on the destination chainaxelar.networkaxelar.network. In effect, Axelar validators form a permissioned BFT network: they run a standard consensus (encoded as a state machine) and manage multi-party key generation for each connected chain. A majority must agree on each cross-chain transaction, producing a compact signature that any gateway contract can verify. This design avoids requiring special features (multi-sigs, light clients) on the connected chainsaxelar.networkaxelar.network. Axelar currently connects 50+ chains (Cosmos and EVMs) via its General Message Passing (GMP) featurepublic.bnbstatic.com.

ZetaChain: ZetaChain is itself a new L1 built for omnichain messaging. It uses Cosmos SDK + Tendermint (instant-finality PoS) for its own chain and delegates observer/signers to watch other chains. Each validator node contains a ZetaCore (the chain engine) and a ZetaClient (which runs full nodes of bridged chains). Observers reach consensus on what happens on each connected chain (e.g. a user deposit) and then, using a collective distributed key, sign outbound transactions on the target chainzetachain.comzetachain.com. The validators maintain the private keys (ECDSA/EdDSA) for destination chains, distributed so only a supermajority can forge actions. This creates a trust-minimized hub: no single observer or small group can independently bridge. Like Axelar, it uses threshold signatures, but with its own consensus chain controlling the logic. All state changes are thus anchored in ZetaChain’s blocks, providing a transparent ledger of cross-chain eventszetachain.comzetachain.com.

Polygon AggLayer: Polygon’s AggLayer (launched Feb 2025) is a unified ZK-proofs bridge. It aggregates transaction proofs across L2s into Ethereum. Bridges on AggLayer post transactions to Polygon, which produces a “pessimistic ZK proof” after a waiting period. A withdrawing L2 must show the proof before releasing funds, ensuring three conditions: the source chain’s state was updated honestly, the accounting is accurate, and no unbacked funds are withdrawnmessari.iomessari.io. In other words, any chain that might misbehave becomes isolated as a “bad actor” whose proofs will fail. This pessimistic-proof model leverages succinct zero-knowledge proofs for security, while still allowing optimistic-style finality that funds can move quickly between AggLayer-connected chainsmessari.iomessari.io. The AggLayer effectively creates a single “supernet” liquidity pool: it supports secure messaging, asset transfers, and unified liquidity across dozens of chains, somewhat like TCP/IP for blockchainsmessari.iomessari.io.

Ecosystem Adoption & Cross-Chain DeFi Use Cases

  • Cross-chain swaps: Protocols are enabling truly native cross-chain trading. For instance, NEAR’s “1-Click” intents allow a user to deposit tokens on one chain and automatically execute a swap on another (the intent is posted and executed via a relayer)messari.io. Kyber integrated this to let users trade assets across EVM and non-EVM networks without manual bridgingmessari.io. Similarly, DEX aggregators like 1inch Fusion+ (Q2 2025) aim to route trades across chains for best executionbeincrypto.combeincrypto.com. LayerZero-enabled bridges (e.g. Stargate) also power large-scale multichain swaps by pooling liquidity. In short, native cross-chain swap UX is improving: liquidity pools no longer need to be manually bridged, and swaps can complete in one transaction via a messaging layercointelegraph.comcointelegraph.com.

  • Synthetic asset issuance: Omnichain collateral pools and synthetic assets are growing. Synthr (Jan 2025) uses a global multichain debt pool: collateral and debt positions are aggregated across all chains via a Global Message Passing (GMP) aggregator. Traders can swap between assets on any supported chain with zero slippage, because Synthr’s liquidity acts as a universal counterpartycointelegraph.comcointelegraph.com. It uses multiple consensus layers (Axelar, LayerZero) to validate each swap message, aiming to reduce any single-point failurecointelegraph.comcointelegraph.com. Similarly, Aave’s upcoming cross-chain stablecoin (GHO on Ethereum, bridged via CCIP) and other “omnichain” synths (e.g. Cross-Chain Synthetics on Skale/Arbitrum) rely on messaging layers to maintain collateral across zones. These designs promise that yield and exposure aren’t siloed: users can mint or trade a synthetic asset on one chain even if its underlying liquidity lives on anotherchainlinktoday.comcointelegraph.com.

  • Omnichain yield aggregation: Yield-farming platforms are aggregating returns across all chains. Synthr again provides one example: its Omnichain Rewards Module lets a user stake LP tokens on multiple chains and receive an aggregated reward stream (per-block or per-epoch) from all those chainscointelegraph.com. Other protocols (e.g. Entangle, Autofarm) are launching cross-chain vaults that distribute deposits and harvest rewards on many chains simultaneously via messaging calls. The goal is a “set-and-forget” vault with deep, unified liquidity. Major dApps and wallets now tout support for multi-chain farming: as one developer noted, interoperability is no longer optional – it’s “foundational to DeFi’s evolution”beincrypto.com.

  • Cross-chain governance: Multi-chain DAOs and governance are emerging. For example, Cosmos Interchain DAOs can post proposals on the Hub and have them executed by zones via IBC. LayerZero enables “omnichain governance” widgets that relay votes from any chain to a main DAO (e.g. a project proposing a change on Ethereum that token holders on BNB, Polygon, etc. can vote on directly through LayerZero messages). Aave’s use of Chainlink’s CCIP token standard for cross-chain voting (e.g. AAVE governance for AToken bridging) is anticipatedchainlinktoday.com. While still nascent, these models ensure that governance isn’t confined to a single network.

  • Metrics (Q1–Q2 2025): Adoption is growing rapidly. IBC usage saw a jump in early 2025: “IBC v2” connects Ethereum and Cosmos with plans to add all major chainsblog.cosmos.network, and over 10 app chains (tens of billions TVL) were using IBC on “day one” of IBC Eureka’s launchblog.cosmos.network. Polygon’s AggLayer launched in Q1 2025, unifying liquidity from over a dozen chains (Tria Finance, Socket, Rome, etc., are onboardedmessari.iomessari.io). Chainlink CCIP v1.5 went live Feb 2025, including a Cross-Chain Token standard already adopted by Aave (GHO) and otherschainlinktoday.com. DeFi platforms report hundreds of thousands of users bridged via LayerZero+Stargate and Axelar: for example, 1inch’s Fusion+ (Q2 2025) is explicitly built on LayerZero to aggregate cross-chain swapsbeincrypto.com. Overall DeFi “Total Value Locked” on multichain bridges has reached tens of billions, and some analysts note 900% YoY growth in cross-chain messaging volumepublic.bnbstatic.com. (Trusted auditors and telemetry, e.g. MerkleScience, track that over $7 billion in illicit value flowed across bridges by 2024merklescience.com, underscoring both usage and risk.)

Security and Regulatory Considerations

Cross-chain messaging has become more robust, but security remains paramount. Traditional “lock-and-mint” bridges have been exploited repeatedly. Studies estimate >$1.5–2.8 billion lost in bridge hacks to daterdi.berkeley.edu. High-profile breaches (e.g. Wormhole in 2022) have accelerated the shift to validated messaging. Protocols now undergo rigorous audits; for instance, most LayerZero endpoints and CCIP gateways were audited by firms like Quantstamp. Newer schemes adopt trust-minimizing primitives:

  • ZK-bridges: Emerging research (zkBridge, 2024) shows how zero-knowledge proofs can secure cross-chain transfers with no trusted partiesrdi.berkeley.edu. In zkBridge, bridges post succinct SNARK proofs of state transitions so a receiver chain can efficiently verify an Ethereum-to-Cosmos transfer on-chain. This approach “guarantees strong security without external trust”rdi.berkeley.edu, at the cost of proof generation time. While still experimental, zk-bridges promise native finality: once the proof is posted, the transaction is irreversibly verified.

  • Optimistic relayers: Some protocols use optimistic validation with fraud proofs. For example, Connext’s future upgrades propose optimistic oracles, assuming an off-chain consensus of validators and penalizing disputes. Synthr’s GMP aggregator uses multiple independent channels (Chainlink and LayerZero) to cross-verify messagescointelegraph.com, so even if one path is corrupted, the other can reject a bad message. These “multi-path” designs spread trust.

  • Light clients: Native light clients offer trustless relaying. IBC is the prime example: every packet is verified by a on-chain light client, eliminating intermediariestutorials.cosmos.network. Other ecosystems are following suit. Ethereum L2’s are experimenting with on-chain proof verification (e.g. Celestia proofs, Polygon zk proofs) for bridging without gateways. Such designs are not yet widespread, but they are a key part of the trust-minimization toolkit.

  • Interoperability standards (CCIP, IBC+): Industry standards are maturing. Chainlink’s CCIP (now v1.5) defines a common messaging layer: it uses a three-network approach (redundant oracles + relayers + routers) to ensure high assurance. In Jan–Feb 2025, CCIP v1.5 launched on mainnet, adding a Cross-Chain Token (CCT) standard already used by Aave’s GHO and Solv Protocolchainlinktoday.com. Meanwhile, IBC v2 (“IBC Eureka”) is a major Cosmos push to bring IBC’s permissionless model to Ethereum and beyondblog.cosmos.networkblog.cosmos.network. These standards emphasize open specification and security: CCIP inherits Chainlink’s oracle securitymedium.com, and IBC relies only on the light-client assumptions of each chaintutorials.cosmos.network. Widespread adoption of such protocols could unify how cross-chain calls are made across DeFi.

  • Audits and disclosures: In 2024–25, many bridges enhanced auditing. For example, the Factor security audit series and cross-chain security forums highlight common pitfalls (reentrancy, sequencing bugs, key management). Wormhole and Nomad both underwent security overhauls after their hacks. Many teams now publish bug bounties and undergo multiple audits per release. Incident response teams (e.g. Immunefi) track exploits: interoperability-focused protocols (Axelar, LayerZero endpoints, etc.) have seen white-hat disclosures proving the value of continuous review.

  • Regulatory scrutiny: Cross-chain flows complicate AML/CFT compliance. Law enforcement notes that bridges are now a “game-changer” for investigationsmerklescience.com because they enable mixing across chains. Merkle Science reports ~$7 billion illicit crypto laundered via cross-chain bridges as of 2024merklescience.com. This has attracted regulatory attention: jurisdictions are extending virtual asset regulations to cover decentralized bridges and requiring VASPs to trace cross-chain transfers. For example, KYC/AML requirements (Travel Rule) now consider cross-chain destination tags; exchanges often freeze funds arriving from unknown bridge addresses. Moreover, cross-chain stablecoins and tokenized assets must comply with securities and stablecoin rules on every chain they appear. Protocol teams are increasingly integrating compliance features (e.g. allowlisting, sanction lists) into bridge contracts. As one industry leader noted, interoperability “is a necessity”, but it must evolve alongside compliance and security practicesbeincrypto.combeincrypto.com.

Sources: This report synthesizes recent technical documentation, ecosystem reports, and industry analyses (all dated 2024–2025) on cross-chain systemsmedium.commedium.comblog.cosmos.networktutorials.cosmos.networkwormhole.comaxelar.networkzetachain.comcointelegraph.comchainlinktoday.comrdi.berkeley.edumerklescience.com. Each cited source provides detailed insights into the architectures and metrics of interoperability protocols.

引用
Favicon

LayerZero- An Omnichain Interoperability Protocol | by Ryan Zarick | LayerZero Official | Medium

https://medium.com/layerzero-official/layerzero-an-omnichain-interoperability-protocol-b43d2ae975b6
Favicon

LayerZero Integrates Chainlink Oracles, Expanding Decentralization of the Omnichain Communication Protocol | by LayerZero | LayerZero Official | Medium

https://medium.com/layerzero-official/layerzero-integrates-chainlink-oracles-expanding-decentralization-of-the-omnichain-communication-2d9963678483
Favicon

LayerZero- An Omnichain Interoperability Protocol | by Ryan Zarick | LayerZero Official | Medium

https://medium.com/layerzero-official/layerzero-an-omnichain-interoperability-protocol-b43d2ae975b6
Favicon

LayerZero- An Omnichain Interoperability Protocol | by Ryan Zarick | LayerZero Official | Medium

https://medium.com/layerzero-official/layerzero-an-omnichain-interoperability-protocol-b43d2ae975b6
Favicon

What is IBC? | Developer Portal

https://tutorials.cosmos.network/academy/3-ibc/1-what-is-ibc.html
Favicon

What is IBC? | Developer Portal

https://tutorials.cosmos.network/academy/3-ibc/1-what-is-ibc.html
Favicon

The Dawn of the Internet of Blockchains | by Interchain | Apr, 2025 | Cosmos Ecosystem Blog

https://blog.cosmos.network/the-dawn-of-the-internet-of-blockchains-037e8ccf72ed?gi=c294cd56d282
Favicon

The Dawn of the Internet of Blockchains | by Interchain | Apr, 2025 | Cosmos Ecosystem Blog

https://blog.cosmos.network/the-dawn-of-the-internet-of-blockchains-037e8ccf72ed?gi=c294cd56d282
Favicon

Architecture | Wormhole Docs

https://wormhole.com/docs/learn/infrastructure/architecture/
Favicon

Architecture | Wormhole Docs

https://wormhole.com/docs/learn/infrastructure/architecture/

https://public.bnbstatic.com/static/files/research/decoding-cross-chain-interoperability.pdf
Favicon

A Technical Introduction to the Axelar Network | Axelar Blog

https://www.axelar.network/blog/a-technical-introduction-to-the-axelar-network
Favicon

A Technical Introduction to the Axelar Network | Axelar Blog

https://www.axelar.network/blog/a-technical-introduction-to-the-axelar-network

https://public.bnbstatic.com/static/files/research/decoding-cross-chain-interoperability.pdf
Favicon

Architecture – ZetaChain Docs

https://www.zetachain.com/docs/developers/architecture/overview/
Favicon

Architecture – ZetaChain Docs

https://www.zetachain.com/docs/developers/architecture/overview/
Favicon

State of Polygon Q1 2025 | Messari

https://messari.io/report/state-of-polygon-q1-2025
Favicon

State of Polygon Q1 2025 | Messari

https://messari.io/report/state-of-polygon-q1-2025
Favicon

State of NEAR Q1 25 | Messari

https://messari.io/report/state-of-near-q1-25
Favicon

DeFi in 2025: Trends, Challenges, and What’s Next for Q2

https://beincrypto.com/defi-2025-trends-challenges-q2/
Favicon

DeFi in 2025: Trends, Challenges, and What’s Next for Q2

https://beincrypto.com/defi-2025-trends-challenges-q2/
Favicon

Omnichain DeFi liquidity brings zero-slippage crosschain swaps — Here’s how

https://cointelegraph.com/news/omnichain-defi-liquidity-brings-zero-slippage-crosschain-swaps-heres-how
Favicon

Omnichain DeFi liquidity brings zero-slippage crosschain swaps — Here’s how

https://cointelegraph.com/news/omnichain-defi-liquidity-brings-zero-slippage-crosschain-swaps-heres-how
Favicon

Omnichain DeFi liquidity brings zero-slippage crosschain swaps — Here’s how

https://cointelegraph.com/news/omnichain-defi-liquidity-brings-zero-slippage-crosschain-swaps-heres-how
Favicon

Omnichain DeFi liquidity brings zero-slippage crosschain swaps — Here’s how

https://cointelegraph.com/news/omnichain-defi-liquidity-brings-zero-slippage-crosschain-swaps-heres-how
Favicon

Omnichain DeFi liquidity brings zero-slippage crosschain swaps — Here’s how

https://cointelegraph.com/news/omnichain-defi-liquidity-brings-zero-slippage-crosschain-swaps-heres-how
Favicon

January 2025 Recap: CCIP v1.5 Launches On Mainnet, Adoption Of Chainlink Standard Accelerates - Chainlink Today

https://chainlinktoday.com/january-2025-recap-ccip-v1-5-launches-on-mainnet-adoption-of-chainlink-standard-accelerates/
Favicon

The Dawn of the Internet of Blockchains | by Interchain | Apr, 2025 | Cosmos Ecosystem Blog

https://blog.cosmos.network/the-dawn-of-the-internet-of-blockchains-037e8ccf72ed?gi=c294cd56d282

https://public.bnbstatic.com/static/files/research/decoding-cross-chain-interoperability.pdf
Favicon

Cross-Chain Analytics: A Game-Changer for Law Enforcement in 2025

https://www.merklescience.com/blog/cross-chain-analytics-law-enforcement-2025

zkBridge: Trustless Cross-chain Bridges Made Practical

https://rdi.berkeley.edu/zkp/uploads/paper.pdf
Favicon

Architecture | Wormhole Docs

https://wormhole.com/docs/learn/infrastructure/architecture/

Table of Contents