PiggyPot: one-click AI Web3 investing—1inch swaps & Uniswap V3 liquidity, no blockchain know-how
PiggyPot bridges the gap between traditional savers and DeFi. On the backend, we run a custom Subgraph to collect pool data, pre-filter by core parameters (TVL, fees, etc), then call 1inch to calculate additional metrics (impermanent loss, APY volatility, etc). All this enriched data lives in Postgres database, refreshed daily via a cron job. When a user invokes our recommendation endpoint, we fetch the latest metrics, send them along with the user’s preferences to an LLM, and return the top pool suggestions
The frontend is built for simplicity: users sign up and authenticate with Privy, fund their account, choose an amount to invest (e.g. $100) and risk allocation, then click “Invest.” Behind the scenes, we call our recommendation API, perform one-click swaps through 1inch, and provision liquidity in the selected pools on Uniswap V3. PiggyPot makes DeFi returns available to anyone—no jargon, no multi-step workflows, just higher yields with a double-click.

