Getting Started¶
Welcome to PolyBot! This guide will help you get up and running with automated trading on prediction markets.
Prerequisites¶
- Python 3.11 or higher
- Node.js 18+ (for dashboard development)
- A Polymarket wallet with some USDC
Installation Options¶
Choose your preferred installation method:
Quick Setup¶
1. Configure Credentials¶
Required settings:
2. Initialize Databases¶
3. Start in Shadow Mode¶
Shadow mode lets you test strategies without executing real trades:
# Enable a strategy
polybot strategy enable arbitrage
# Turn on shadow mode
polybot strategy shadow arbitrage --enable
# Start all services
polybot start
4. Access the Dashboard¶
Open http://localhost:8000/ui in your browser.
Next Steps¶
- Installation Details - Detailed installation instructions
- Configuration Reference - All configuration options
- First Trade Guide - Complete walkthrough of your first trade
- Strategy Overview - Learn about available strategies