Settings

AI Probability Analysis

Claude (with native web search) reads each market question, gathers current information, builds a bull case, a bear case, identifies the base rate, and outputs a calibrated probability estimate. The Scanner page shows the AI estimate alongside the market price and computed edge for each row — use the Min AI edge filter on the Scanner page to focus on opportunities above any threshold you choose.

Sonnet 4.6 + web search costs ~$0.005 per market (≈ $5 per 1000 markets).
0 disables web search.
2 for Tier 1, 4-8 for Tier 2+.
Recommended OFF: bulk analysis is fast & cheap without web search; use the per-row Deep-dive with web search button (in the Info modal) to add live research for individual markets you're considering ordering.
AI ready
Scanner Defaults
Default value of the "Min AI edge" filter on the Scanner page. You can override per visit.
Used by the AI cron job to prioritize stale-estimate refresh. Doesn't affect Scanner display.
Default for the scanner filter.
Hide events that resolve later than this many days from now.
When opening Scanner, auto-sync if last sync is older than this.
Background Automation (optional)

The scanner auto-syncs on page load when stale, so cron isn't required. If you want fresh data and AI estimates ready before you open the page, schedule these jobs:

# Sync Polymarket events every 30 minutes
*/30 * * * * /usr/bin/php /home/scaltpzo/public_html/cron/scan.php >> /tmp/poly_scan.log 2>&1

# AI probability analysis — every 4 hours (requires Anthropic API key)
0 */4 * * * /usr/bin/php /home/scaltpzo/public_html/cron/ai_scan.php >> /tmp/poly_ai.log 2>&1

Or trigger manually: Sync events

Cancel