metapilot
A conversational DeFi coach on Arbitrum. Chat in plain English, get live yield recommendations from Aave/GMX/Camelot, and execute with one click — no jargon, no guesswork.
視頻


技術堆疊
描述
Metapilot is an AI agent that makes DeFi yield farming accessible to everyday people. Most DeFi tools assume you already know what APY, TVL, and impermanent loss mean — Yield Autopilot doesn't.
Users chat naturally: "Where should I put my USDC?" The agent (powered by Claude) fetches live yield data from DeFi Llama across Arbitrum protocols like Aave V3, GMX, and Camelot, then explains the opportunity in plain English — including what it means in real dollar terms and a risk level anyone can understand ("similar to a savings account" vs "similar to a volatile stock").
When the user is ready, they hit Execute and the action goes on-chain on Arbitrum.
Built with: Node.js/Express backend, PostgreSQL for full conversation and transaction history, Claude AI for the conversational layer, DeFi Llama for live yield data, and a Stylus (Rust) smart contract for on-chain execution — one of the few submissions using Stylus instead of plain Solidity.
黑客松進展
Built a complete backend (Express + PostgreSQL) with wallet-based auth, conversation history, live DeFi yield aggregation, and transaction logging. Implemented the Claude-powered chat agent with a system prompt that injects live yield data and explains DeFi concepts in plain English. Designed and wrote a Stylus (Rust) smart contract for swap/deposit execution on Arbitrum. Built the frontend chat UI with wallet connection, streaming responses, and an Execute confirmation flow.