π AI Agent Wallet
θͺε¨εε ε―θ΄§εΈδΊ€ζ Agent β θ§εεΌζ + Claude LLM
Status
β Ready
Network
Sepolia
Database
SQLite
AI Model
Claude
Loading portfolio data...
Agent Status
Status: Stopped
β¨ Core Features
π Chainlink Oracle
Real-time ETH/USD price feeds with 30s polling
π€ Hybrid AI
Rules engine + Claude LLM confidence scoring
π Stop Loss & Take Profit
Automated trading strategies with price triggers
πΎ SQLite Database
Persistent decision logs and trade history
π Zero Server Keys
MetaMask signing, client-side transactions
π‘ REST APIs
Prices, status, decisions, start/stop agent
π‘ API Endpoints
GET /api/prices?symbol=ETH/USD
POST /api/agent/start
POST /api/agent/stop
GET /api/agent/status
GET /api/agent/decisions?limit=100
π Agent Decision Flow
1.Chainlink price update (every 30s)
β
2.Evaluate rules (Stop Loss, Take Profit, DCA)
β
3.If triggered β Claude LLM analyzes market
β
4.Confidence > 60% β Auto-execute | Notify user
β
5.Log decision to SQLite database
π― Next Steps
- Wire MetaMask connection (wagmi) for real wallet holdings
- Implement Uniswap v3 swap execution flow
- Build Strategy Management UI
- Create trade confirmation dialog
- Enable DCA time-based scheduling