AI-powered governance analysis for DeFi DAOs.
- Multi-source proposals — Snapshot (Convex, StakeDAO, Uniswap) + Curve on-chain (Aragon)
- AI verdicts — Claude-generated analysis per proposal with FOR/AGAINST/ABSTAIN recommendation
- Confidence scores — how certain the AI is about each verdict
- Price impact — estimated effect on relevant token prices
- Live filtering — by source, status, verdict
- Snapshot GraphQL API — off-chain governance proposals
- Curve on-chain API — Aragon DAO votes
- Claude AI (Anthropic) — proposal analysis and verdicts
- Frontend: Single-page HTML + vanilla JS + CSS (no framework)
- Analysis pipeline: Python (
generate_analysis.py) — fetches proposals, runs Claude CLI for AI analysis, outputsanalysis.json - Deployment: Static files, served via any web server
# Generate/update AI analysis
python generate_analysis.py
# Serve locally
python -m http.server 8080Dark terminal-style UI with proposal cards, AI verdicts, and filtering.
Part of Synthesis Hackathon 2026 submission by Chado Studio.