Transaction sheets are dead. Users no longer need to manually sequence swaps, approvals, and bridge calls across chains like Arbitrum and Polygon. This manual process creates a poor user experience and is a primary bottleneck for mass adoption.
Why Intent-Centric Design is Killing Transaction Sheets
The wallet UX war is moving from transaction confirmation to outcome declaration. Smart accounts and intent-based protocols are rendering the confusing, risky transaction sheet obsolete. This is a fundamental shift in user mental models and security.
Introduction
Intent-centric design is replacing transaction sheets by shifting the burden of execution complexity from users to specialized solvers.
Intents declare the 'what'. A user submits a desired outcome—'swap 1 ETH for ARB on Arbitrum'—instead of a rigid transaction. Protocols like UniswapX and CowSwap then compete to fulfill this intent via a network of solvers, abstracting away gas fees and slippage.
The solver network executes the 'how'. This creates a competitive marketplace for execution. Solvers, incentivized by MEV, bundle and route intents across DEXs and bridges like Across or LayerZero to find the optimal path, often subsidizing costs.
Evidence: UniswapX processed over $7B in volume in its first year by abstracting cross-chain swaps into intents, demonstrating that users prefer declarative finance over manual transaction orchestration.
The Core Argument
Intent-centric design replaces rigid transaction execution with declarative user goals, collapsing the multi-step UX of transaction sheets.
Transaction sheets are dead UX. They force users to manually sequence complex operations like bridging, swapping, and staking across protocols like Uniswap, Stargate, and Lido. This creates a fragile, high-friction process where a single failed step invalidates the entire operation.
Intents invert the execution model. Users declare a desired outcome (e.g., 'swap ETH for staked USDC on Arbitrum'), and a solver network competes to fulfill it. This abstracts away the underlying complexity, turning a 5-step manual process into a single signature.
The efficiency gain is quantifiable. Protocols like UniswapX and CowSwap demonstrate that intent-based batching reduces gas costs by 20-40% and eliminates MEV leakage by routing orders through private mempools. The user's declarative state is the only required input.
Evidence: Across Protocol's intent-based bridge processes over $1B monthly volume by letting users specify a destination-chain outcome, not the bridging mechanics. This user-centric abstraction is the logical endpoint for scalable onchain interaction.
The Current State of Wallet Pain
The dominant wallet model forces users to become protocol operators, creating a massive cognitive and financial overhead.
Users are forced to become protocol operators. Executing a cross-chain swap requires manual steps: approve token, bridge via Stargate/LayerZero, swap on the destination DEX, and manage gas on both chains. This is a full-stack engineering task, not a financial transaction.
The transaction sheet is a failure state. Wallets like MetaMask present a list of opaque, low-level calls. This opaque execution layer fails to convey user intent, turning a simple desire ('swap ETH for USDC on Arbitrum') into a cryptographic puzzle.
Gas estimation is a guessing game. Users must predict network congestion and approve maximums, leading to systematic overpayment or failed transactions. Protocols like EIP-4337 (Account Abstraction) attempt to abstract this, but the core model remains broken.
Evidence: Over 50% of DeFi users have lost funds to a failed transaction or incorrect gas setting. The average cross-chain swap requires 3-5 manual transactions across multiple UIs.
The Three Forces Driving the Shift
The user-centric abstraction of intents is not a feature; it's a fundamental architectural shift driven by three converging market forces.
The UX Chasm: Users Don't Want to Be Miners
Transaction sheets force users to specify low-level execution details (gas, slippage, routes), a job for solvers, not humans. This creates a massive UX barrier and limits composability.
- Key Benefit 1: Declarative interfaces like UniswapX and CowSwap let users state what they want, not how to get it.
- Key Benefit 2: Eliminates failed transactions and MEV leakage from poor parameter estimation, improving user outcomes by 5-20%.
The Solver Economy: Specialization Breeds Efficiency
A competitive network of specialized solvers (e.g., Across, Anoma) optimizes for execution quality, not just inclusion. This commoditizes block space and turns latency into a solved problem.
- Key Benefit 1: Solvers compete on cost and speed, driving down prices for end-users. Latency drops from minutes to ~500ms.
- Key Benefit 2: Enables cross-domain atomicity that users cannot manually construct, unlocking new DeFi primitives.
The Modular Stack: Intents Are the Universal API
In a fragmented multi-chain and multi-VM world (Ethereum L2s, Solana, Cosmos), intents provide a unified abstraction layer. Protocols like LayerZero and Chainlink CCIP are becoming intent fulfillment layers.
- Key Benefit 1: Developers build against a single intent standard, agnostic to the underlying execution environment.
- Key Benefit 2: Shifts the burden of interoperability from the application layer to the infrastructure layer, reducing integration complexity by 10x.
Transaction Sheet vs. Intent-Centric UX: A Comparison
Contrasts the explicit, manual transaction construction of Web3 wallets with the declarative, outcome-focused model pioneered by protocols like UniswapX, CowSwap, and Across.
| Core UX Dimension | Transaction Sheet (Legacy) | Intent-Centric (Emerging) | Why Intent Wins |
|---|---|---|---|
User Mental Model | Specify how (gas, slippage, route) | Declare what (desired outcome) | Abstracts complexity; user defines success state |
Execution Responsibility | User-managed (wallet signs) | Solver/Executor network (e.g., SUAVE, Anoma) | Shifts burden to competitive solver markets |
Optimality Guarantee | User-defined & often suboptimal | Solver-optimized for MEV & cost | Extracts better prices via competition (CowSwap) |
Gas Fee Predictability | User pays submitted tx gas | Often abstracted; can be gasless | Removes a primary UX failure point |
Cross-Chain Complexity | Manual bridging & multi-tx flows | Single declarative intent (Across, LayerZero) | Atomic composability across domains |
Failure Modes | Tx reverts; user loses gas | Partial fills or full revert; no gas loss on failure | User only pays for successful outcomes |
Composability | Manual sequencing (copy-paste) | Native batching of dependent actions | Enables complex DeFi strategies as a single unit |
Time to Finality | Block time + confirmation delay | Pre-confirmation via solver commitment | Near-instant user experience |
How Intent-Centric Architectures Actually Work
Intent-centric design replaces explicit transaction specification with declarative outcome statements, shifting complexity from users to a network of specialized solvers.
Declarative vs. Imperative Logic: Traditional transactions are imperative commands; you specify every step. An intent is a declarative statement of a desired end-state, like 'swap X for Y at the best rate'. This moves execution complexity from the user's wallet to a competitive solver network.
Solver Competition Drives Efficiency: Users broadcast intents to a permissionless network. Solvers like those on UniswapX or CowSwap compete to fulfill them, finding optimal routes across DEXs and bridges like Across or LayerZero. This creates a market for execution quality, not just gas price.
The Transaction Sheet is Obsolete: A transaction sheet is a brittle, pre-defined path. An intent-centric flow is dynamic and composable. A single intent to 'earn yield on USDC' can trigger a solver to bridge to Arbitrum, deposit into Aave, and stake the aToken—all as one atomic settlement.
Evidence: UniswapX, which uses this pattern, now processes over $20B in volume, with users saving ~5% on large swaps versus direct on-chain routing, proving the economic efficiency of solver competition.
Architects of the New Paradigm
The transaction sheet—a rigid, low-level command—is an anachronism. The new paradigm shifts the burden of execution from the user to a network of solvers.
The Problem: The User as a System Integrator
Users are forced to manually orchestrate liquidity, slippage, and gas across fragmented chains. This is a UX failure that caps adoption.
- Manual overhead: Users must manage 5-10+ steps for a cross-chain swap.
- Failed transactions: ~15% of DeFi TXs fail due to slippage or gas errors.
- Value leakage: Billions lost to MEV and inefficient routing.
The Solution: Declarative Intents & Solver Networks
Users declare what they want (e.g., "Swap X for Y on Arbitrum"), not how. Competitive solver networks (like UniswapX, CowSwap) compete to fulfill it optimally.
- Optimal execution: Solvers bundle, route, and protect against MEV.
- Gas abstraction: User pays in output token; no need for native gas.
- Atomicity: The entire operation succeeds or fails as one unit.
The Infrastructure: Intent Orchestration Layers
Protocols like Anoma, Essential, and Across provide the rails. They standardize intent expression, match with solvers, and guarantee settlement.
- Universal language: A shared DSL for cross-domain intents.
- Solver economics: $100M+ in incentives driving competition.
- Verifiable outcomes: Cryptographic proofs ensure intent was fulfilled correctly.
The Killer App: Programmable Intents (An Example)
Imagine: "Swap ETH for USDC, deposit 80% into Aave on Arbitrum, and use the rest as collateral to mint USD0 on Optimism." This is a single, composable intent.
- Composability: Chain-agnostic DeFi legos.
- Capital efficiency: No intermediate holding positions.
- User sovereignty: The wallet retains custody throughout.
The Economic Shift: From Gas Wars to Solution Markets
Value accrual moves from L1 sequencers and block builders to solver networks and intent layers. This realigns incentives with user outcomes.
- New revenue stream: Solvers earn via spread/arbitrage, not users via gas.
- MEV democratization: MEV is captured and redistributed as better prices.
- Protocol moats: Network effects of solver liquidity and reputation.
The Endgame: Invisible Infrastructure
The final state is infrastructure so seamless it disappears. Wallets become intent interfaces; blockchains become settlement backends. LayerZero, Chainlink CCIP become intent-aware.
- Abstraction complete: Users never see a gas token or a transaction hash.
- Mass-market ready: UX rivals Web2; onboarding friction vanishes.
- The transaction sheet is dead.
The Skeptic's View: Centralization and Opaque Execution
Intent-centric design abstracts away execution details, creating new centralization vectors and opaque user experiences.
Solver centralization is inevitable. Intent-based systems like UniswapX and CowSwap rely on a competitive network of solvers. In practice, a few highly capitalized, MEV-savvy entities will dominate, replicating the validator centralization problem from L1s in a new, less transparent layer.
Execution becomes a black box. Users submit a desired outcome, not a transaction. This opaque execution path obscures fee breakdowns, intermediate steps, and final settlement security, making it impossible to audit the process without trusting the solver or the SUAVE/Anoma network.
The UX paradox of choice. Frameworks like Essential and PropellerHeads promise user sovereignty but delegate it to an algorithm. The user trades the complexity of signing a transaction for the complexity of evaluating solver reputation and intent fulfillment guarantees, which are not standardized.
Evidence: In early Across Protocol and LayerZero intent-based bridging, over 70% of transaction volume was consistently filled by the top 3 solver entities, demonstrating rapid centralization in permissionless systems.
The New Attack Surface
The shift from explicit transaction execution to user-specified intents fundamentally re-architects security models, creating novel vulnerabilities and shifting risk.
The Problem: Solver Centralization
Intent-based systems like UniswapX and CowSwap outsource execution to competitive solvers. This creates a new centralization vector where a dominant solver can censor, front-run, or extract maximal value (MEV) from user intents.
- Risk: A single solver controlling >50% of flow becomes a de facto sequencer.
- Example: Solver cartels can collude to offer non-competitive prices, negating the core benefit of the auction model.
- Mitigation: Requires robust, permissionless solver networks with verifiable execution proofs.
The Problem: Cross-Chain Intent Verification
Intents that span multiple chains (via LayerZero, Axelar, Across) introduce a verification nightmare. The fulfilling party must prove the entire intent path was satisfied, not just a single transaction on one chain.
- Attack: A malicious solver can partially fulfill an intent, stealing funds on a secondary chain where verification is weak.
- Complexity: Security reduces to the weakest link in the cross-chain messaging protocol's security assumptions.
- Requirement: Needs atomic, cross-chain settlement guarantees, which today are approximated, not proven.
The Problem: Privacy Leakage in Order Flow
To fulfill complex intents, solvers require access to sensitive user data—balance, portfolio, preferred routes. This creates a massive, centralized data lake of actionable financial intelligence ripe for exploitation.
- Leak: Solvers and aggregators see the complete demand landscape, enabling sophisticated MEV extraction.
- Consequence: The "wallet of the future" becomes a data oracle for the very entities it's competing against.
- Emerging Fix: Fully homomorphic encryption (FHE) or TEE-based private computation, but at a significant latency/cost penalty.
The Solution: Intents as Verifiable Claims
The architectural answer is to treat intents not as private orders but as public, verifiable claims about desired state changes. Execution becomes a proof-of-fulfillment game, similar to optimistic or zk-rollup models.
- Mechanism: Solvers post bonds and cryptographic proofs that a bundle of intents was fulfilled optimally.
- Audit: A decentralized network of verifiers can challenge suboptimal execution, slashing the bond.
- Example: This moves the system from "trust this solver" to "trust the economic and cryptographic game."
The Solution: Modular Solver Stack
Breaking the monolithic solver into specialized, replaceable components limits blast radius. A routing engine, liquidity aggregator, and cross-chain messenger can be sourced from different, competing providers.
- Benefit: No single entity controls the full stack. Failure or malice in one module can be isolated.
- Composability: Enables innovation at each layer (e.g., better FHE for privacy, faster prover for ZK).
- Trend: Seen in the separation of UniswapX (intent standard) from its solver network.
The Solution: Economic Finality Over Liveness
Intent-centric systems must prioritize economic finality—the cryptographic guarantee that a fulfilled intent is settled—over pure speed. This aligns with Ethereum's bedrock security model.
- Method: Use settled layer-1 blocks as the root of trust for cross-chain intent fulfillment, not fast-but-weak middleware.
- Trade-off: Users accept slightly slower settlement (~2-5 min) for strong, portable guarantees.
- Result: The attack surface shrinks to the underlying L1 security, which is battle-tested and decentralized.
The 24-Month Horizon
Intent-centric architectures will render the transaction sheet obsolete by abstracting execution complexity into declarative user goals.
Transaction sheets are dead weight. They force users to manually sequence operations across fragmented chains and liquidity pools, a process that is slow, error-prone, and capital-inefficient.
Intent solvers become the new execution layer. Protocols like UniswapX and CowSwap already demonstrate this shift; users declare a desired outcome (e.g., 'swap X for Y at best price'), and a competitive network of solvers handles routing, MEV extraction, and cross-chain settlement via Across or LayerZero.
The value accrual flips from L1s to solvers. Ethereum's fee market and individual chain sequencers lose their monopoly on transaction ordering. Value instead flows to the solver networks that compete on execution quality, creating a more efficient and user-centric market.
Evidence: The 70% fill rate for UniswapX limit orders on Polygon, executed off-chain by third-party solvers, proves users prefer this declarative model over manual, on-chain transaction construction.
TL;DR for Builders and Investors
Intent-centric design moves the burden of execution from users to a competitive network of solvers, abstracting away blockchain complexity and unlocking new efficiency frontiers.
The End of the Transaction Sandwich
Users no longer pay for failed MEV or inefficient routing. Solvers compete to fulfill intents, absorbing gas and slippage risk. This creates a zero-slippage guarantee for users and turns execution into a commodity.
- User pays for outcome, not execution steps.
- Solvers internalize MEV, returning value via better prices.
- Protocols like UniswapX and CowSwap already demonstrate ~20% better prices.
Composability as a First-Class Citizen
An intent to "swap X for Y" can be fulfilled via a direct AMM, a cross-chain bridge like Across or LayerZero, and a private OTC pool in a single atomic bundle. This breaks down liquidity silos.
- Solvers stitch together protocols for optimal fulfillment.
- Enables cross-domain intents (e.g., swap on Arbitrum, deposit on Base) in one signature.
- Unlocks $10B+ in fragmented liquidity across L2s and app-chains.
The Rise of the Solver Network
Execution becomes a decentralized marketplace. High-frequency solvers (e.g., professional market makers) compete on speed and capital efficiency, while users get the best result. This is a new infrastructure layer with its own staking, slashing, and governance.
- New revenue stream for searchers and block builders.
- **Requires robust cryptoeconomic security and fraud proofs (see SUAVE).
- Creates a ~$500M+ annual fee market for execution services.
User Abstraction is the Ultimate Moat
The winning stack won't be the fastest chain, but the one that makes chains invisible. Intents are the final piece, abstracting gas, slippage, and chain selection. Wallets and dApps that master this will capture the next billion users.
- Gas sponsorship and fee abstraction become trivial.
- **Enables intent-based account abstraction (e.g., "pay fees in any token").
- The UX gap between Web2 and Web3 finally closes.
Get In Touch
today.
Our experts will offer a free quote and a 30min call to discuss your project.