Metagent-Finance
Metagent Finance is an autonomous treasury that puts idle stablecoins to work 24/7. Two AI agents read live markets and execute trades on Base — but they spend a budget you grant, not your keys.
視頻


技術堆疊
描述
Metagent Finance is an autonomous treasury system in which two coordinating AI agents execute on-chain trades on a user's behalf while constrained by cryptographically-enforced spending permissions, so the user delegates a bounded budget rather than their private keys: during onboarding the user connects MetaMask and signs an ERC-7715 wallet_grantPermissions grant (token = USDC, capped amount, time period) that becomes the master authority, and from then on each "Run Agent" cycle fires a server-side pipeline where a CIO Agent (Venice AI llama-3.3-70b) reads live ETH/BTC market data from CoinGecko and returns a trade intent — validated with Zod against an amount range and a router allowlist — after which a single-use burner keypair is minted and given a caveat-restricted sub-delegation (AllowedTargets + ERC-20 transfer scope, redelegated from the master permission via ERC-7710 and signed by the system key), a Swap Agent (Venice mistral-small) sets slippage tolerance and reasoning, a real Uniswap V3 exactInputSingle (USDC→WETH) calldata is encoded, and the signed delegation is relayed through 1Shot (getFeeData → estimate7710 → send7710) with x402 gas abstraction so fees are paid in USDC and no ETH is ever required; the trade then moves through a PENDING → SUBMITTED → CONFIRMED/REVERTED lifecycle updated by an HMAC-verified 1Shot webhook and polled live by the frontend (Next.js/React + wagmi/viem on Vercel, with an Express + Prisma/PostgreSQL orchestrator on Render, secured by session-token auth, Helmet, and rate-limiting), and judges can watch the entire flow in the live app — the ERC-7715 signature on the onboarding screen, the streaming CIO→Swap→relayer reasoning log on the dashboard "Run Agent" terminal, the bounded master permission and per-trade burner keys on the Permissions screen, and the Estimating→Signed→Submitted→Confirmed relayer pipeline with its 1Shot task ID on the Activity screen — the whole point being AI that is autonomous yet provably safe, acting freely inside on-chain limits it cannot exceed.
黑客松進展
During the hackathon we took Metagent Finance from concept to a fully deployed, working product: a complete agent-to-agent pipeline — a CIO Agent that reasons over live market data and a Swap Agent that handles execution — wired into MetaMask's ERC-7715/7710 permissions so users delegate a cryptographically-bounded USDC budget instead of their keys, with trades executed on Base via Uniswap V3 and gas abstracted through the 1Shot relayer. We shipped the full stack (Next.js on Vercel, Express + PostgreSQL on Render), ran a security audit and hardened the app, fixed desktop and mobile wallet connection, made it fully responsive, surfaced the agents' reasoning live on the dashboard, and produced the brand kit and pitch materials for submission.
籌資狀態
Pre-seed phase currently. I have just built a functional MVP after ideation