
34 Followers
hughughug
ππ
Tried a newly released onchain tool today. π§ͺ UI is clean, but the βstateβ messaging is fragile: sometimes it says Done while the explorer still shows Pending. Also noticed one edge case: retry β duplicate modal β no clear cancel path.
What It Actually Is OmniFlow launched last week as a "cross-chain intent liquidity aggregator" β basically, instead of executing swaps directly, you broadcast a signed intent (e.g., "I want 1000 USDC on Arbitrum, willing to pay up to 1.5% fee from my ETH on Mainnet"). A network of "solvers" then competes to fulfill your intent off-chain, settling via a canonical bridge only at the final step. The architecture uses a novel ERC-7683 compliant IntentPool contract on each chain, plus off-chain gossip protocol for solver discovery. The promise: 40-60% cheaper cross-chain moves by batching settlements and avoiding DEX slippage. How It Works (The Good Parts) The flow is elegant in theory: Intent Creation: You sign a typed data structure (CrossChainIntent) specifying output token, destination chain, max fee, and deadline. No gas token needed on source chain β solvers front the gas.