Skip to main content

DeFi Intents: Intent-Based Execution Explained

DeFi intents are a new paradigm where users express what they want to achieve rather than how to achieve it. Instead of manually constructing transactions, users declare their desired outcome:The intent infrastructure finds the optimal path, handles approvals, and executes the transaction—all from a simple declaration.
Intent-based systems have several components:
  1. User submits intent: Declares desired outcome
  2. Solver processes: Finds optimal execution path
  3. Quote generated: User sees exact outcome before signing
  4. Atomic execution: All operations execute together
Biconomy’s intent system supports a wide range of DeFi operations:
Solvers are specialized services that fulfill user intents by finding optimal execution paths. They compete to provide:
  • Best prices: Aggregate across DEXs, find arbitrage opportunities
  • Lowest gas: Optimize calldata and execution path
  • Fastest execution: Route through liquid pools
  • MEV protection: Shield users from sandwich attacks
Biconomy integrates with multiple solver networks to ensure users always get competitive execution.
Example comparison:Regular transaction:
Intent-based:
Yes! Cross-chain intents are a core capability:
The system:
  1. Finds optimal swap route on Ethereum
  2. Selects best bridge (cost vs. speed)
  3. Deposits on Base
  4. All with one signature
When you submit an intent, you receive a quote before execution:
The quote is:
  • Guaranteed: Execute within validity period for quoted price
  • Slippage protected: Minimum output amount enforced
  • Transparent: See route, fees, and price impact
Intents can be composed into complex workflows where each step depends on previous outputs:
No leftover tokens, no estimation errors—execution is perfectly composed.
Yes, intent-based execution provides MEV protection through several mechanisms:Unlike regular DEX swaps that can be sandwiched, intent-based swaps are protected from front-running and MEV extraction.
Using AbstractJS SDK:
Using Supertransaction API:

Explore intent-based execution

Onchain Orchestration

Coordinate complex multi-step operations

Multi-Chain Execution

Execute across chains with one signature