pmus_scan_extreme_markets
Scan Polymarket markets for heavy favorites and long shots, comparing fee-adjusted annualized yields to settlement with spread costs to highlight trading opportunities.
Instructions
Scan active markets for extreme implied probabilities (heavy favorites >= high_threshold and long shots <= low_threshold). For each, computes the fee-adjusted 'yield to settlement' of betting WITH the market (buy YES on favorites, short NO on long shots), annualized to the end date, plus spread width and whether resting inside the spread beats crossing. Uses event snapshot quotes; confirm with pmus_analyze_spread before acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| pages | No | Event pages of 100 to scan (sorted by volume) | |
| sort_by | No | annualized_roi | |
| category | No | Restrict to a category, e.g. politics, sports, macro, crypto | |
| tag_slug | No | ||
| low_threshold | No | Mid <= this counts as a long shot | |
| high_threshold | No | Mid >= this counts as a heavy favorite | |
| max_days_to_end | No | Only markets ending within this many days | |
| min_days_to_end | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||