Settings
Configure your Polymarket AI Dashboard environment
Environment Configuration
Current status of your environment variables and external services
Polymarket API
Base URL for Polymarket market data API
Not Set
AI Engine
External AI quant engine for advanced signal generation
Not Set
Application URL
Base URL for API calls within the application
Not Set
Configuration Validation
Check if your environment is properly configured
Configuration Issues
Missing required variables: polymarketApiUrl
Setup Instructions
How to configure your environment variables
1. Copy Environment File
Copy the example environment file and configure your variables:
cp .env.example .env.local
2. Configure Required Variables
Edit .env.local with your values:
# Polymarket API Configuration POLYMARKET_API_BASE_URL=https://gamma-api.polymarket.com # AI Engine Configuration (optional) # AI_ENGINE_URL=http://localhost:8000 # Application Configuration NEXT_PUBLIC_BASE_URL=http://localhost:3000
3. External AI Engine (Optional)
If you have an external AI quant engine, set the AI_ENGINE_URL environment variable. The dashboard will use a dummy AI engine as fallback if this is not configured.
Features
Current capabilities of the Polymarket AI Dashboard
- Live Polymarket market data integration
- AI-powered signal generation with fallback
- Kelly criterion bet sizing calculations
- Advanced filtering and sorting
- Responsive dark theme design
- Real-time data refresh capabilities