...
BTC$87,250.002.34%
ETH$4,120.001.18%
SOL$178.004.72%
BNB$645.000.95%
XRP$2.656.41%
ADA$0.82000.62%
AVAX$42.503.14%
DOGE$0.18002.07%
LINK$32.501.89%
DOT$8.900.44%
UNI$14.202.56%
MATIC$0.58000.71%
BTC$87,250.002.34%
ETH$4,120.001.18%
SOL$178.004.72%
BNB$645.000.95%
XRP$2.656.41%
ADA$0.82000.62%
AVAX$42.503.14%
DOGE$0.18002.07%
LINK$32.501.89%
DOT$8.900.44%
UNI$14.202.56%
MATIC$0.58000.71%
🔗 IntentsInteroperabilityAdvancedUpdated March 2026 · 14 min read · +150 XP

Cross-Chain Intents Guide 2026: ERC-7683, Fillers & the End of Traditional Bridges

Cross-chain intents let you say "I want 1,000 USDC on Base" and a network of competing solvers figures out the fastest, cheapest way to make it happen — no bridge UI, no wrapped tokens, no waiting for finality. Powered by the ERC-7683 standard from Uniswap Labs and Across Protocol, intents are replacing traditional bridges as the default way to move value across chains in 2026.

1. What Are Cross-Chain Intents?

An intent is a signed message that describes a desired outcome rather than a specific execution path. Instead of telling a blockchain "call this bridge contract, lock these tokens, wait for confirmation, then release on the other side," you simply declare: "I have 1 ETH on Arbitrum and I want USDC on Base."

A network of third-party fillers (also called solvers or relayers) competes to execute your intent. The fastest filler fronts their own capital to give you USDC on Base immediately, then gets reimbursed through a settlement layer. You get native assets — no wrapped tokens, no multi-step UX, and typically sub-minute execution.

💡 Key Insight
Intents flip the execution model: instead of users navigating complex bridge UIs, professional market makers compete for the privilege of filling your order. This competition drives costs down and speeds up — similar to how order flow works in traditional finance.

2. Bridges vs. Intents: What Changed

Traditional bridges dominated cross-chain transfers from 2020-2024. They worked, but came with serious trade-offs: over $2.5B lost to bridge hacks, wrapped tokens that fragment liquidity, 10-30 minute wait times for optimistic rollup withdrawals, and UIs that require users to understand which bridge supports which chain.

Traditional BridgesIntent-Based Systems
ExecutionUser specifies path (which bridge, which route)User specifies outcome (what they want)
SpeedMinutes to hours (depends on finality)Seconds to minutes (filler fronts capital)
TokensOften wrapped (wETH, wBTC)Native assets on destination
TVL RiskLarge locked pools = honeypot for hackersZero-TVL or minimal — fillers use own capital
CostFixed bridge fees + gas on both chainsCompetitive — fillers bid against each other
UXSelect bridge → approve → bridge → wait → claimSign intent → receive tokens

The shift is clear: by Q1 2026, intent-based protocols handle the majority of cross-chain volume on Ethereum L2s, with Across Protocol alone processing transfers at a median time of under 2 seconds. Learn more about bridge fundamentals in our cross-chain bridges guide.

3. ERC-7683: The Universal Intents Standard

ERC-7683 is an Ethereum standard proposed by Uniswap Labs and Across Protocol that defines a common interface for cross-chain trade execution. Before ERC-7683, every intent protocol had its own order format — fillers had to integrate with each one separately, fragmenting the solver network and reducing competition.

The standard defines two core interfaces:

CrossChainOrder
A struct defining the user's intent: input token/amount, output token/amount, source chain, destination chain, and a deadline. Any protocol can implement this — the order looks the same whether it comes from UniswapX, Across, or a new protocol.
ISettlementContract
The on-chain contract that verifies a filler has correctly fulfilled an order and handles reimbursement. Each protocol implements its own settlement logic (optimistic oracle, Dutch auction, ZK proof) while conforming to the standard interface.
⚡ Why This Matters
A unified filler network means more competition, which means lower costs for users. A filler that integrates with ERC-7683 can fill orders from any compliant protocol — one integration, access to all order flow. This is the same logic that made ERC-20 powerful: standardization creates network effects.

4. How Intent Settlement Works

The intent lifecycle has four stages. Here's what happens when you submit a cross-chain intent:

✍️
User Signs Intent
You sign an off-chain message specifying: input token & amount, desired output token & amount, source chain, destination chain, and a deadline. No on-chain transaction yet — signing is free.
🏁
Fillers Compete
Your signed intent is broadcast to the filler network. Professional market makers evaluate the order: can they fill it profitably? Multiple fillers bid, and the best offer wins. In UniswapX, this happens via a Dutch auction where the price improves over time until a filler bites.
Execution
The winning filler sends you native tokens on the destination chain using their own capital. You receive your USDC on Base (or whatever you requested) within seconds. The filler takes on the cross-chain settlement risk, not you.
Settlement
The filler proves they fulfilled the order and gets reimbursed from the source chain. Across uses UMA's optimistic oracle (anyone can dispute within a challenge period). UniswapX uses on-chain verification of the fill. The user's locked tokens are released to the filler.

5. Top Cross-Chain Intent Protocols (2026)

ProtocolMechanismChainsKey StatsNotable
Across ProtocolIntent-based relay with UMA optimistic oracle settlementETH, Arbitrum, Optimism, Base, Polygon, zkSync~$0.04 USDC transfers; sub-minute fillsERC-7683 co-author
UniswapXDutch auction intents with off-chain filler competitionEthereum + major L2sMEV-protected swaps; gasless for usersERC-7683 co-author
deBridgeZero-TVL architecture with decentralized validator network20+ chains incl. Solana$9.96B+ processed; 1.96s median fillDLN order system
NEAR IntentsChain-abstraction layer assembling optimal cross-chain pathsNEAR, ETH, BTC, Solana, TONAccount aggregation; one-click UXAI-powered routing
CowswapBatch auction intents with solver competition (CoW Protocol)Ethereum, GnosisMEV protection; surplus sharing with usersCoincidence of Wants

Compare bridge fees and speeds for your specific route using our bridge aggregator tool, or monitor real-time bridge activity with the bridge monitor.

6. Risks & Limitations

Intents are a major improvement over traditional bridges, but they're not without risks. Here's what to watch for:

⚠️ Filler Centralization
If too few fillers dominate the network, competition drops and spreads widen. Some intent protocols currently rely on a handful of professional market makers. ERC-7683 aims to solve this by creating a universal filler pool, but adoption is still early.
⚠️ Settlement Delays
While users get fast fills, the filler's reimbursement depends on the settlement mechanism. Optimistic systems (like Across) have challenge periods. If a dispute occurs, settlement can be delayed. Users aren't affected, but this impacts filler capital efficiency.
⚠️ Oracle Risk
Some settlement systems rely on oracles to verify cross-chain state. Oracle manipulation or downtime could theoretically allow fraudulent fills to be reimbursed. Across mitigates this with UMA's dispute system; other protocols use different verification methods.
⚠️ Non-EVM Gaps
ERC-7683 is an EVM-native standard. Cross-chain intents involving Solana, Bitcoin, or Cosmos require protocol-specific implementations. Standardization for non-EVM intents is still an open problem.
⚠️ Smart Contract Risk
The settlement contracts that reimburse fillers are still smart contracts, and smart contracts can have bugs. Major intent protocols have undergone multiple audits, but risk is never zero.

7. The Future: From Intents to Chain Abstraction

Cross-chain intents are a stepping stone to chain abstraction — a future where users don't know or care which chain their assets are on. NEAR's chain signatures, Particle Network's Universal Accounts, and projects like Socket are building toward a world where your wallet balance is just "1,000 USDC" — not "400 on Arbitrum, 300 on Base, 300 on Optimism."

Key trends to watch in 2026 and beyond:

🔮 AI-Powered Solvers
Machine learning models are being used to optimize filler strategies — predicting gas costs, routing through multiple venues, and even anticipating user demand before intents are submitted.
🔮 Gasless Execution
Intent protocols can batch multiple users' orders and subsidize gas costs from the spread. UniswapX already offers gasless swaps — expect this to become the norm for all cross-chain activity.
🔮 Intent Composability
Future standards may allow chaining intents: 'swap ETH for USDC, bridge to Base, deposit into Aave' — all expressed as a single signed message and executed atomically by a solver.

For a deeper look at how DeFi protocols are evolving, check out our guides on DeFi fundamentals, L2 scaling, and Ethereum rollups.

🔗 Key Takeaway

Cross-chain intents represent a fundamental shift: instead of users navigating bridge UIs, they express what they want and let market makers compete to deliver it. ERC-7683 standardizes this model across protocols, creating a unified filler network that drives down costs and speeds up execution. For most users in 2026, intent-based systems like Across and UniswapX are already the fastest and cheapest way to move value between chains.

Frequently Asked Questions

What are cross-chain intents in crypto?

Cross-chain intents let users specify a desired outcome (e.g. 'swap 1 ETH on Arbitrum for USDC on Base') without choosing how the transaction executes. A competitive network of solvers called 'fillers' races to fulfill the intent as fast and cheaply as possible, abstracting away bridge mechanics entirely.

How is ERC-7683 different from a bridge?

Traditional bridges require users to interact with specific bridge contracts, wait for finality, and often receive wrapped tokens. ERC-7683 defines a standard 'order' format that any solver can fill — users get native assets, faster execution, and lower fees because fillers compete on price.

Is ERC-7683 safe to use?

ERC-7683 itself is an interface standard, not a smart contract, so it has no direct attack surface. The security depends on the settlement system (e.g. Across uses UMA's optimistic oracle, UniswapX uses Dutch auctions). Intent-based systems generally reduce bridge TVL risk because fillers use their own capital rather than pooled user funds.

Which protocols support ERC-7683?

As of March 2026, Across Protocol and UniswapX are the primary ERC-7683 implementations. The standard is gaining adoption across the intent ecosystem as fillers can serve multiple protocols through a single integration.

What is a filler in cross-chain intents?

A filler (also called a solver or relayer) is a third party that fulfills user intents by fronting their own capital. When you submit an intent to swap tokens cross-chain, fillers compete to fill your order at the best price. They're later reimbursed by the protocol's settlement layer.

Do cross-chain intents work with non-EVM chains like Solana?

Yes. While ERC-7683 is an Ethereum standard, protocols like deBridge and NEAR Intents already support Solana, Bitcoin, and other non-EVM chains through their own intent systems. The concept of intent-based execution is chain-agnostic even if the specific standard is EVM-focused.

⚠️ This guide is for informational purposes only. It is not financial advice. Cross-chain transactions carry inherent smart contract and oracle risks. Always do your own research before interacting with any protocol.