Q2 2026

Key Insights for this Quarter: From Bridges to Intents

From Bridges to Intents

Crypto never converged on a single execution environment. Liquidity, stablecoins, restaking tokens, tokenized real-world assets (RWAs), consumer applications, and users are distributed across Ethereum, its L2s, Solana, Bitcoin-adjacent systems, and a widening set of institutional and application-specific chains. The convenience of choice has produced a cost in the form of fragmentation. Without infrastructure to connect these networks, users manage multiple wallets and gas tokens, applications remain confined to a single ecosystem, liquidity splinters, and asset issuers maintain separate deployments wherever they want to exist.

The market’s response is often discussed as if it were one thing called ‘cross-chain’. It is not. It is a layered stack of distinct solution types, each addressing a different part of the problem, each with its own design tradeoffs and its own security profile. The purpose of this article is to map that stack category by category, from the foundational layer that moves assets to the abstraction layer that hides the movement entirely. Understanding the categories, rather than any single brand within them, is what allows you to judge where value and risk actually sit.

Different Cross-Chain Solutions

Token bridges and asset transfer

The foundational layer simply moves an asset from one chain to another. The mechanisms to do it differ in ways that matter. 

  • Lock-and-mint systems hold the original asset on the source chain and issue a wrapped representation on the destination chain, which means the wrapped token is only as sound as the contract holding the collateral. 
  • Burn-and-mint systems destroy the asset on the source chain and reissue it natively on the destination, avoiding wrapped representations and the liquidity dependencies that come with them. 
  • Liquidity-pool models route value through pools of capital on both sides, trading capital efficiency against the need to bootstrap and maintain that liquidity.

Circle’s Cross-Chain Transfer Protocol (CCTP) is the cleanest modern example of an asset-specific burn-and-mint transfer mechanism. It moves native USDC by burning it on the source chain and minting it on the destination, so users receive canonical USDC rather than a wrapped derivative, and the system does not depend on pooled liquidity to function. It is narrow by design, built for one asset rather than general interoperability, and that narrowness is its strength.

This layer also carries the category’s heaviest historical baggage. Bridges have absorbed billions of dollars in cumulative losses over the past several years, and a large share of those losses has been traced back to designs that concentrated trust in a small validator set or a single custody contract. The lesson, repeated across every later category, is that the way an asset moves is inseparable from how it can be stolen.

The chart below shows the monthly bridging volumes over the last few years. The trend clearly points to more asset transfers between chains.

Messaging and token movement

Above the simple asset transfer sits the messaging layer, which lets a smart contract on one chain send instructions, data, or value to a contract on another. This is the general-purpose infrastructure of the cross-chain world, and it is where the category’s defining design tension lives, namely, curated security against application-configurable security.

At the curated end, Chainlink’s Cross-Chain Interoperability Protocol (CCIP) routes transfers through a controlled set of independent node operators, currently a minimum of 16, alongside a separate risk-management network, built-in rate limits, and audited infrastructure. It holds ISO 27001 and SOC 2 Type 2 certifications, which carry little weight with crypto-native developers and considerable weight with bank and asset-manager compliance teams. Chainlink Labs places the value currently secured by the protocol at roughly $60-$70 billion. The design bias is deliberate. It optimizes for high-value assets, institutions, and tokenized real-world assets, and accepts slower, more controlled expansion as the price of that posture.

At the configurable end, LayerZero hands each application control over its own security. Its architecture separates verification from execution and lets developers choose their own set of decentralized verifier networks, known as DVNs, and the number that must agree before a message is accepted. This flexibility is the source of its reach. By its own reporting, LayerZero secures more than $75 billion in assets, has carried more than $200 billion in historical volume, and powers more than 700 applications, with a forthcoming institutional chain intended to connect to over 165 networks and backers that include Tether and a settlement effort involving Citadel Securities, DTCC, and Intercontinental Exchange. The tradeoff is that security becomes a choice the application must make well, and the burden of that choice rests with the builder rather than the protocol. Let’s remember this point because it becomes important later.

Other protocols occupy the space between these poles. Axelar offers general message passing built around its own validator network, positioning itself as a network-level interoperability layer. Wormhole provides cross-chain messaging across a broad set of ecosystems. Hyperlane stakes out the permissionless extreme, allowing anyone to deploy it to a chain without approval and to customize security through modular components, which is a sharper expression of the same configurability that defines LayerZero.

Omnichain Token Standard

Sitting on top of the messaging layer is a related innovation, the omnichain token standard, which makes a token natively multichain rather than wrapped. Rather than locking an asset and minting a derivative, these standards let a single token maintain one canonical supply that moves across chains while preserving its properties, ownership, and controls. LayerZero’s Omnichain Fungible Token standard, Wormhole’s Native Token Transfers framework, and Chainlink’s Cross-Chain Token standard all serve this function, and each depends on the messaging rail beneath it to carry the instructions that keep supply consistent. For issuers, the appeal is that a token can exist everywhere without fragmenting into incompatible wrapped versions, and without the issuer surrendering control over how it behaves on each chain.

Intent and solver networks

The next layer abstracts the route itself. Rather than instructing the system to bridge an asset, swap it, and forward it, the user or an automated agent declares a desired outcome, and a competitive field of solvers and market makers bid to fulfill it. The complexity of routing, bridging, and gas management moves off the user and onto the marketplace.

NEAR Intents is a prominent example of this model. A user expresses what they want, solvers compete to deliver it, and settlement is coordinated through a verifier contract. The design targets wallets, consumer applications, and AI agents rather than protocol developers, and its traction is real. By the time it was integrated into the wallet built into the Brave browser in March 2026, reaching a base of roughly 110 million monthly users, the protocol had executed more than 19 million swaps and over $14 billion in all-time volume across 35 chains. Across and the emerging ERC-7683 standard brings the same intent-based approach to the Ethereum ecosystem, with ERC-7683 standardizing the interface solvers use so they need not integrate each protocol’s order format separately. Solver-driven systems such as deBridge pursue a similar philosophy through self-organized liquidity rather than pooled capital.

This category abstracts bridging away from the user, but it is not the same as removing cross-chain transfer risk from the system. The complexity is relocated, not eliminated. It shifts to the solver network and the protocol’s internal accounting. Instead of asking how many verifiers secure a message, the relevant concerns become solver concentration, quote fairness, liquidity depth, refund behavior, and the trust assumptions involved when assets pass briefly through coordinating parties.

NEAR Intents have gained significant traction since the launch.

Ecosystem-native interoperability

A final category treats interoperability not as something added on, but as something designed into the network from the start. Cosmos achieves this through its Inter-Blockchain Communication protocol, which lets compatible chains exchange data and supports token transfers, atomic swaps, and cross-chain account control as a native capability. Polkadot uses its Cross-Consensus Message format to standardize communication between consensus systems, though notably the format defines how messages are expressed rather than delivering them itself. 

These systems are not direct substitutes for the general-purpose rails described above, and they serve as a useful reminder that interoperability is not solely an Ethereum problem. It is a property some networks build in at the base layer rather than bolt on afterward.

The Anatomy of Cross-Chain Risk

Security is not a feature that varies only between the above categories. It varies sharply within them, and the KelpDAO hack made ignoring that unavoidable. On 18th April ‘26, an attacker drained roughly 116,500 rsETH, worth about $292 million, from KelpDAO’s cross-chain bridge. The smart contracts were never broken. The attackers, attributed by Mandiant and CrowdStrike to North Korea’s TraderTraitor group, compromised the off-chain infrastructure that the verifier relied on to read the source chain, then forged a message the destination accepted as valid.

What made the incident instructive was the configuration. KelpDAO’s bridge relied on a single verifier with no independent check, a setup made possible precisely because the messaging layer it used allowed applications to configure their own security. LayerZero initially argued the application had chosen a risky configuration against guidance, then conceded weeks later that it had erred in permitting its own verifier to secure high-value assets that way. It has since stopped signing messages for single-verifier setups and is pushing applications toward stronger defaults. The episode demonstrated a point that applies to every layer of the stack, which is that operational security, meaning the integrity of the off-chain systems and configurations surrounding a protocol, has become as load-bearing as the security of the protocol’s code.

The market responded by repricing trust. In the weeks that followed, firms managing about $4 billion in assets moved or began moving to more curated infrastructure, including 

  • KelpDAO itself, 
  • Solv Protocol with more than $700 million in tokenized Bitcoin, 
  • The reinsurance protocol Re with around $475 million, 
  • Lombard with more than $1 billion in Bitcoin-backed assets,
  • The exchange Kraken, which adopted a curated rail as the exclusive infrastructure for its wrapped Bitcoin and future wrapped tokens. 

This was not the collapse of configurable infrastructure, which continued to carry more than $9 billion in assets in the same period, but a clarification of the tradeoff. Curated models accept slower growth in exchange for controlled security. Configurable models accept distributed responsibility in exchange for reach. One event simply priced the difference.

The same lens applies across categories, not only within the messaging layer. A bridge concentrates risk in its custody design. An omnichain token standard inherits the risk of the rail beneath it. An intent network concentrates risk in its solver marketplace. The useful question is never which category is safest in the abstract, but where a given solution has chosen to place the risk, and whether the party left holding it is equipped to carry it.

The Endgame for Interoperability

The endgame of cross-chain infrastructure is not a faster bridge. It is a state in which the user no longer needs to know which chain they are on at all. Every category mapped here is a different wager on how to reach that state, and the wagers differ most on a single axis: who absorbs the complexity. Bridges and curated rails place it on the infrastructure and its operators. Configurable rails distribute it to the applications that build on them. Intent networks push it onto solvers and hide it from the user entirely. Ecosystem-native designs embed it in the network’s base layer.

There is no single ‘correct’ solution, because the right answer depends on the user. An institution settling tokenized treasuries will weigh certification and controlled security far above raw flexibility, while a retail user swapping Bitcoin for Solana inside a browser wallet will value a smooth experience. That segmentation is real, but it should not be mistaken for a market in which every category grows in parallel and untroubled. Total demand is bounded by how much real multi-chain activity exists, the categories overlap and compete at their edges, and the events of 2026 showed how quickly assets move from one model to another when trust shifts. Intent networks erode the case for user-facing bridges, native token standards undercut wrapped-asset transfer, and curated rails take share from configurable ones in the wake of a failure. Consolidation is a likelier path than indefinite coexistence, and the winners, within each category and across them, will likely be decided by trust rather than by speed or cost.

Sources

  • Project documentation of LayerZero, Chainlink CCIP, Near Intents, Axelar, Hyperlane, Wormhole, Across, and ERC-7683, deBridge, Cosmos IBC, and Polkadot XCM.
  • LayerZero Labs KelpDAO Incident Report, May 2026.
  • CoinDesk, on the KelpDAO exploit and Lazarus attribution, April 2026.
  • Decrypt, on the Zero chain, the 165 network figure, and the Citadel Securities, DTCC, and Intercontinental Exchange backing, February 2026.
  • Brave Wallet now supports NEAR Intents, March 2026.

Project Spotlight

NEAR

NEAR Intents has demonstrated significant momentum in Q2 2026, reaching $20 billion in all-time settled volume, with $2.1 billion occurring in the last 30 days. The protocol now supports over 500,000 monthly active users and recently surpassed a $200 million daily volume threshold. Revenue generation has accelerated, with the protocol capturing 25% of all generated revenue in the last 30 days, including over $100,000 in the last week from the Near.com front end. Ecosystem expansion continues through the Hyperliquid integration, which generated $2.5 million in its first 24 hours, and the Zcash integration, which now drives approximately 30% of intents volume.

The protocol is also advancing its vision of a unified, interoperable layer, shifting from simple bridging to intent-based execution that abstracts cross-chain complexity. Alongside this interoperability focus, NEAR is scaling its “Agentic Economy,” leveraging AI infrastructure to facilitate autonomous commerce. NEAR targets a $3 to $5 trillion TAM for agent-native activity, with AI infrastructure, supported by Phala and OpenRouter, already powering 40% of token inferences. Looking ahead to Q3, the project is prioritizing the launch of its “V2” agent marketplace, enabling users to hire agents for end-to-end commercial workflows.

The NEAR Revenue Dashboard highlights the economic activity generated by NEAR Protocol and its Intents ecosystem. As of June 2026, the platform has accumulated approximately $9.3 million in cumulative protocol revenue, with about $2.4 million in fees generated over the last 30 days. The dashboard also shows $30.9 million in confidential TVL (Total Value Locked) in NEAR Intents pools, representing more than 1,200% growth over the past 90 days. Revenue is primarily driven by three sources: front-end fees (about 45% of total revenue), quote-improvement capture (about 35%), and partner agreements. The dashboard is designed to track how protocol revenue offsets token emissions and contributes to NEAR buybacks and token burns, providing a transparent view of the network’s path toward greater economic sustainability.

MARKET NEWS

  • The U.S. Federal Reserve kept rates unchanged in June, holding the target range at 3.50%-3.75%, while continuing to flag elevated inflation and uncertainty from the West Asia conflict. The expected rate-cut path stayed fragile, especially as oil prices and geopolitical headlines repeatedly moved inflation expectations through the quarter.
  • West Asia remained a major macro variable through Q2. Oil prices spiked earlier in the quarter as the Strait of Hormuz again became a central energy chokepoint, before easing sharply to the ~$70 range by late June as U.S.–Iran tensions showed signs of de-escalation. As of writing, there have been new strikes by the U.S. on Iran.
  • Crypto markets weakened materially through Q2. Bitcoin traded near $59,000 by late June, while Ethereum also saw a steep drawdown. U.S. spot bitcoin ETFs, which had been a major institutional demand channel, saw several weeks of meaningful outflows, showing that ETF adoption is cyclical and macro-sensitive.
  • Strategy’s bitcoin treasury model came under pressure. The company’s equity value briefly traded below the value of its bitcoin holdings, and it sold bitcoin for the first time since 2022 to fund preferred-stock obligations. 
  • The CLARITY Act advanced out of the Senate Banking Committee in a 15–9 vote, marking one of the clearest signs yet that U.S. market-structure legislation remains alive. However, stablecoin rewards continued to be the most contentious issue, with banks arguing that yield-like incentives could pull deposits away from the traditional banking system.
  • European regulators moved toward enforcing the June 30, 2026, MiCA deadline, while Binance faced licensing issues in the EU.
  • The Bank of England dropped individual holding caps, set a £40 billion issuance limit per systemic stablecoin, and raised the permitted government-debt reserve share. This improved the commercial viability of GBP stablecoins and signaled that regulators want stablecoin adoption.
  • Stablecoin adoption by payment incumbents accelerated. Mastercard expanded its settlement network to support regulated stablecoins, including USDC, PYUSD, USDG, USDP, RLUSD, and SoFiUSD across several supported blockchains.
  • Circle positioned Arc as institutional stablecoin infrastructure. The company reported a $222 million ARC token presale at a $3 billion fully diluted network valuation, with participation from investors including a16z crypto, Apollo, BlackRock, ICE, SBI, and others.
  • Exchanges increasingly moved toward “everything exchange” models. Coinbase pushed into tokenized equities, Binance launched access to 7,000+ U.S.-listed stocks and ETFs, Kraken parent Payward introduced tokenized IPO access through xStocks, and Robinhood launched agentic trading in beta. The direction of travel is clear: crypto exchanges, brokerages, and fintech apps are converging around multi-asset, always-on financial platforms.
  • The Kelp DAO incident was one of the quarter’s most important DeFi risk events. Attackers linked to Lazarus stole roughly $292 million, or 116,500 rsETH, from KelpDAO’s LayerZero bridge, and then used rsETH as collateral across Aave positions, creating a contagion effect across many DeFi platforms.
  • Prediction markets moved further into the mainstream: the CFTC proposed event-contract rules, Meta reportedly began building a Polymarket/Kalshi-style app, and senators requested a CFTC probe into Polymarket’s marketing.
  • The CFTC approved Kalshi’s bitcoin perpetual futures contract, opening a regulated U.S. path for one of crypto’s largest trading products.
  • Institutional tokenization accelerated as Digital Asset raised $355 million for Canton Network and Citi launched tokenized depositary receipts for private-company shares.
  • Agentic finance became more credible as Robinhood opened trading to AI agents, MetaMask launched Agent Wallet, and MoonPay announced a stablecoin-funded MoonAgents Card.

Questions? Feedback? We’d love to hear from you! Simply reach out to us at contact@woodstockfund.com

Warm Regards,

Woodstock Team

Disclaimer and Risk warning:
Every financial product, asset class, or investment has a risk. A digital asset (also known as digital tokens, digital coins, or crypto(s)) is no different. That is why the readers need to be aware of the potential risks present in digital assets and blockchain projects. You should not invest funds in the digital assets market that you are not prepared to completely lose; i.e., only allocate risk capital to digital tokens. Woodstock Funds may or may not hold investments in projects we talk about in our newsletters or blog posts. The newsletters and blog posts are for information purposes only and should not be considered any form of investment, financial, or legal advice. Furthermore, we will not accept liability for any loss or damage that may arise directly or indirectly from any content covered in our newsletters and blog posts.

Leave a Reply

The information provided on this website is for educational purposes only and should not be construed to be investment advice or considered to be a recommendation of any particular security, strategy or investment product. No portion of this content should be construed as an offer or solicitation for the purchase or sale of any security or investment. An offering may be made available only to certain sophisticated investors through official delivery of confidential offer documents along with other documents. Readers must understand that past performance is not a guarantee of future results.

Discover more from Woodstock Fund Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading