Agentic, non-custodial deFi Assistant based on openclaw, EIP7702 and ERC8004
Gundwane is a non-custodial DeFi agent for Telegram. Users chat with a bot to swap tokens, bridge cross-chain, check balances, set price alerts, and run DCA, without giving up wallet custody. It uses EIP-7702 delegation: a one-time signature via a Telegram Mini App lets the bot execute transactions through a delegate contract on the user's behalf. Fully revocable anytime.
4 components: (1) Solidity delegate contract using EIP-7702 + ERC-7201, deployed via CREATE2 for same address across chains. (2) Next.js 16 Mini App with Privy for Telegram auth, embedded wallets, and 7702 signing. (3) TypeScript OpenClaw plugin exposing DeFi tools (swap, bridge, portfolio, DCA). (4) OpenClaw bot with GPT-5-mini. LI.FI powers all swap/bridge routing — skipSimulation=true to handle 7702.
Please, for more details refer to the github repo: https://github.com/fabriziogianni7/gundwane

