PredictX is a decentralized prediction market game where you can test your forecasting skills against cutting-edge AI. Bet with or against AI predictions on real-world events, earn rewards, and climb the leaderboard.
Prize Pool
PredictX is a decentralized prediction market game built on Coinbase Base. Challenge AI predictions on a wide range of events, from election outcomes to product launches. Bet with the AI if you think it's right, or bet against it if you think you know better. Earn rewards for accurate predictions, compete with other users, and explore the fascinating intersection of AI and forecasting.
Frontend: A user-friendly web interface that allows users to interact with the application (create markets, place bets, view results, etc.). This is likely built with a modern JavaScript framework like React.
Backend: A server-side application that handles API requests, interacts with the blockchain, and manages the AI prediction engine. This is built with Python, using FastAPI and Uvicorn.
Smart Contracts: Solidity contracts deployed on the Coinbase Base blockchain. These handle the core logic of the prediction markets: market creation, bet placement, resolution, and payouts.
AI Prediction Engine: A separate component (likely also Python-based) that generates predictions on events. This could be integrated directly into the backend or run as a separate service.