Talk to your money. It cashes out anywhere. A conversational off-ramp agent that converts multi-chain crypto to gift cards/top-ups gaslessly and with zero popups using EIP-7702 and AI.

### 🫛 What is Pouch?
Pouch is an AI cashout agent for crypto. Instead of dealing with bridges, gas tokens, chain selections, and signing transactions, users talk to Pouch in natural language. An AI agent parses their intent, consolidates balances across different chains, and buys real-world value (gift cards, mobile top-ups, eSIMs) with zero wallet popups or manual gas management.
### 🛑 The Problem
Off-ramping is the single largest friction point in web3. Today, cashing out crypto requires:
1. Identifying which chain holds your funds.
2. Swapping assets to a single off-ramp token (usually USDC).
3. Bridging assets to the settlement chain.
4. Paying native gas fees on multiple chains.
5. Signing 5-10 popups.
It is slow, expensive, and frustrating.
### ✨ The Solution (Invisible UX)
Pouch abstracts the blockchain completely:
- Unified Multi-chain Balance: Uses Particle Universal Accounts (EIP-7702) to aggregate balances across Base, Arbitrum, and Polygon.
- Conversational Off-Ramp: A Gemini 3.5 Flash conversational agent parses intents, compares provider rates, and plans transfers.
- Gasless Agent Settlement: An Openfort backend wallet transacts on-chain gaslessly via sponsor policies, leaving zero gas fees for the user to manage.
- Zero Popups: Magic Labs embedded wallets use blind signatures so users never see signing modals.
### 🤖 How It Works (Agent-to-Agent Architecture)
Pouch coordinates a network of 5 specialized agents:
1. Intent Parser (AI): Parses natural language to extract brands, amounts, and user confirmations.
2. Balance Agent (Particle UA): Fetches primary multi-chain assets.
3. Routing Agent (Domain): Finds the cheapest off-ramp provider (e.g. Bitrefill).
4. Settlement Agent (Openfort): Pays the off-ramp provider gaslessly.
5. Delivery Agent (Bitrefill): Finalizes the purchase and delivers the gift card code.
### 🛠️ Tech Stack
- Frontend: Next.js 15 (App Router), Tailwind CSS.
- Backend: Hono API (Edge-ready Next.js Route Handler).
- Core Web3: Particle Universal Account SDK (EIP-7702), Magic SDK (Blind signatures), Openfort Node SDK (Gas sponsorship).
- Core AI: Gemini 3.5 Flash (direct REST API) with robust regex fallbacks.
- Database: Supabase (PostgreSQL), Drizzle ORM.