Polymira is an autonomous AI agent built for the Colosseum Agent Hackathon 2026.
It operates as an intelligent layer on top of Polymarket, combining real-time market data with Gemini 3.0 Flash Preview reasoning to detect mispriced prediction markets and surface high-probability insights.
Polymira runs continuously, researches independently, and publishes actionable forecasts without human intervention.
- ๐ค Autonomous Agent (24/7) - Continuous monitoring and analysis via systemd service
- ๐ Deep Research Engine V3 - Gemini 3.0 Flash Preview + Google Search Tooling
- ๐ Real-time Scanning - Smart filtering of Polymarket events (Politics, Crypto, Finance, Sports)
- ๐ฏ Edge Detection - AI probability vs market odds analysis (10% threshold)
- ๐ Solana Integration - Phantom Wallet support (Desktop & Mobile)
- ๐ฑ Mobile Deep Linking - Seamless wallet connection on mobile devices
- ๐ Reputation System - Leaderboard tracking (buyers, likers, sharers)
- ๐ฆ Social Sharing - Twitter/X integration with verification
- ๐ Secure Payments - 0.01 SOL per prediction unlock (Devnet)
- ๐จ Modern UI - Tailwind CSS + Three.js animations
- โก Automated GitHub Sync - Self-updating repository with latest findings
- ๐ Rate Limiting - Built-in security with Flask-Limiter
Edge = True_Probability (AI) โ Market_Probability (Polymarket)
If Edge > 10%, Polymira automatically publishes a prediction card, updates the local database, and pushes changes to the GitHub repository.
Polymira is an AI-powered forecasting system that operates 24/7, providing automated market analysis. It automatically searches for forecasts, analyzes them using Google Search, and generates results.
- Visit https://forecasts.polymira.org/
- Switch network in Phantom wallet (Settings โ Developer settings โ Solana Devnet)
- Get SOL Dev from https://faucet.solana.com/
- Buy a forecast, like, repost, and add your own X
Backend: Python 3.12, Flask, Gemini 3.0 Flash Preview (google-genai), Polymarket API
Frontend: Tailwind CSS, Three.js, Lucide Icons
Blockchain: Solana Web3.js, Phantom Wallet (Desktop & Mobile Deep Linking)
Infrastructure: Nginx, Systemd, Gunicorn, Venv
APIs: Polymarket Gamma API, Google Gemini, Twitter/X
life.py โ scanner.py โ brain.py (Gemini 3.0) โ storage.py โ forecasts.json โ Web Interface
Polymira Agent runs as a systemd service (polymira-agent.service), automatically cycling every 5 hours to scan markets and publish predictions with auto-commits to GitHub.
- Runs every 300 minutes via systemd
- Scans Polymarket events with "Freshness First" logic
- Sends top candidates to
brain.pyfor Google Search Grounding - Auto-commits predictions to GitHub as @kolyantrend
.envbased secrets (API keys, tokens)- Rate limiting with Flask-Limiter
- Non-custodial wallet integration
- Private Core Files:
brain.py- AI prediction logic & Google Search integrationscanner.py- Market scanning & filtering enginestorage.py- Data persistence layer.env- Environment variables
Colosseum Agent Hackathon 2026
Category: AI Agent
Blockchain: Solana (Devnet)
License: MIT
Built by @kolyantrend
- ๐ Website: polymira.org
- ๐ฆ Twitter: Polymira
- ๐ป GitHub: @kolyantrend
.jpeg)