Agentic payments for Uniswap v4 CLMM AI selects pool and range using ERC-8004
We’re building an agentic payment system on top of Uniswap v4 CLMM. Users describe their intent (pay, swap, or provide liquidity) and the AI agent recommends the best Uniswap v4 pool and the safest/most profitable liquidity range based on current pool conditions such as price, volatility, fee tier, and liquidity depth. After the user approves, the agent executes the full flow automatically, including pool selection, range parameters, and transaction execution. We integrate ERC-8004 to standardize how the agent receives user permissions and intent, enabling transparent, verifiable, and composable agent actions for DeFi payments.
Liqu is built as an onchain agentic execution system for Uniswap v4 CLMM. We use Uniswap v4 as the execution layer for swaps and liquidity provisioning, where agents create and manage CLMM positions directly against pools. An onchain AI agent layer handles pool discovery, fee tier selection, and price range recommendations based on current CLMM state. User intent, permissions, and execution scope are standardized using ERC-8004, which acts as a trustless interface between users and agents. Before execution, agents enforce policy checks such as slippage limits, maximum range width, and risk constraints. ENS is integrated as the ownership and identity layer, allowing users to claim ERC-8004 agents via ENS names. A frontend lets users input intent, review strategies, and explicitly approve execution.

