AI-Powered Intelligence Engine for Prediction Markets
Talos leverages Multi-Agent Consensus (powered by Gemini 3.0 Pro) to analyze Polymarket events for ambiguity traps, arbitrage opportunities, and mispriced odds.
- Live Feed: Real-time ingestion of Polymarket events via Gamma API.
- Consensus Engine: Gemini 3.0 Pro acts as a "Legal Auditor" to check resolution rules for scams.
- Hybrid Proxy: Automatically switches between Vercel serverless functions and public proxies to ensure 100% uptime.
To deploy this for your grant application:
-
Push to GitHub:
git init git add . git commit -m "Initial commit" git branch -M main git remote add origin <your-repo-url> git push -u origin main
-
Deploy on Vercel:
- Go to Vercel Dashboard -> Add New Project.
- Import your GitHub repository.
- CRITICAL STEP: In "Environment Variables", add:
- Key:
API_KEY - Value:
YOUR_GOOGLE_GEMINI_KEY(Get it free at aistudio.google.com)
- Key:
- Click Deploy.
If running locally:
- Create a
.envfile in the root. - Add
API_KEY=your_key_here. - Run
npm run dev.
- Frontend: React 19, TypeScript, Tailwind CSS
- AI: Google Gemini 3.0 Pro & Flash (Auto-fallback)
- Data: Polymarket Gamma API