-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymarket-scanner.html
More file actions
183 lines (171 loc) · 9.05 KB
/
polymarket-scanner.html
File metadata and controls
183 lines (171 loc) · 9.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Polymarket Scanner — Find Prediction Market Mispricings | Python</title>
<meta name="description" content="Polymarket Scanner finds mispricings and arbitrage opportunities on prediction markets. Scans Polymarket for edge, tracks odds movement, and exports alerts. Python CLI tool.">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://tools.vesperfinch.com/polymarket-scanner.html">
<meta property="og:type" content="product">
<meta property="og:title" content="Polymarket Scanner — Find Prediction Market Mispricings">
<meta property="og:description" content="Scan prediction markets for arbitrage and mispriced contracts. Python CLI with real-time alerts.">
<meta property="og:url" content="https://tools.vesperfinch.com/polymarket-scanner.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Polymarket Scanner — Find Prediction Market Mispricings">
<meta name="twitter:description" content="Python CLI for prediction market analysis. Find edge, track odds, export alerts.">
<link rel="stylesheet" href="style.css">
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"SoftwareApplication",
"name":"Polymarket Scanner",
"applicationCategory":"DeveloperApplication",
"operatingSystem":"Windows, macOS, Linux",
"offers":[
{"@type":"Offer","price":"0","priceCurrency":"USD","description":"Free open-source edition","url":"https://github.com/vesper-astrena/polymarket-scanner"},
{"@type":"Offer","price":"29","priceCurrency":"USD","description":"Pro edition with advanced features","url":"https://vesperfinch.gumroad.com/l/kxbax"}
],
"author":{"@type":"Organization","name":"Vesper Finch"},
"description":"Find mispricings and arbitrage opportunities on Polymarket and other prediction markets."
}
</script>
</head>
<body>
<header>
<div class="container">
<a href="index.html" class="logo">Vesper<span>Finch</span></a>
<nav>
<a href="csv-cleaner.html">CSV Cleaner</a>
<a href="promptlab.html">PromptLab</a>
<a href="polymarket-scanner.html">Polymarket Scanner</a>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<span class="badge">Markets</span>
<h1>Find Prediction Market<br>Mispricings Automatically</h1>
<p class="subtitle">Polymarket Scanner watches the odds so you don't have to. It surfaces arbitrage opportunities, tracks price movement, and alerts you when edge appears.</p>
<div class="btn-group">
<a href="https://github.com/vesper-astrena/polymarket-scanner" class="btn btn-outline">Get it Free on GitHub</a>
<a href="https://vesperfinch.gumroad.com/l/kxbax" class="btn btn-green">Get Pro — $29</a>
</div>
</div>
</section>
<!-- What it does -->
<section>
<div class="container">
<div class="section-header">
<h2>What It Does</h2>
<p>Prediction markets are information-rich but time-consuming to monitor. Polymarket Scanner automates the tedious parts.</p>
</div>
<div class="features">
<div class="feature">
<h4>Arbitrage Detection</h4>
<p>Finds contracts where YES + NO prices sum to less than $1.00, or multi-outcome markets with guaranteed profit opportunities.</p>
</div>
<div class="feature">
<h4>Edge Scoring</h4>
<p>Compares market prices against aggregated polling data, model predictions, and historical base rates to surface mispriced contracts.</p>
</div>
<div class="feature">
<h4>Odds Movement Tracking</h4>
<p>Monitors price changes over time. Flags sharp moves that may indicate new information or manipulation.</p>
</div>
<div class="feature">
<h4>Volume Analysis</h4>
<p>Tracks liquidity depth and trading volume. Helps you size positions appropriately and avoid thin markets.</p>
</div>
<div class="feature">
<h4>Custom Watchlists</h4>
<p>Define the markets you care about. Get alerts only for opportunities that match your criteria.</p>
</div>
<div class="feature">
<h4>Export & Alerts</h4>
<p>Output to CSV, JSON, or webhook. Pipe to Slack, Discord, or email for real-time notifications.</p>
</div>
</div>
</div>
</section>
<!-- Example Output -->
<section style="background:var(--surface)">
<div class="container">
<div class="section-header">
<h2>Example Output</h2>
<p>Run a scan and see opportunities ranked by edge.</p>
</div>
<div class="code-block">
<span class="prompt">$</span> <span class="cmd">polymarket-scanner scan --min-edge 5 --min-volume 10000</span><br><br>
<span class="out">Scanning 847 active markets on Polymarket...</span><br>
<span class="out">Filtering: min edge 5.0% · min volume $10,000</span><br><br>
<span class="out">Found 7 opportunities:</span><br><br>
<span class="out"> # Market Price Est.Fair Edge Volume</span><br>
<span class="out"> 1 Fed rate cut by June 2026 $0.34 $0.46 +12.3% $482K</span><br>
<span class="out"> 2 SpaceX Starship orbit by Q2 $0.72 $0.63 -9.1% $215K</span><br>
<span class="out"> 3 Bitcoin above $150K by Dec $0.28 $0.35 +7.0% $1.2M</span><br>
<span class="out"> 4 UK election before 2027 $0.15 $0.21 +6.2% $89K</span><br>
<span class="out"> 5 GPT-5 release by Sep 2026 $0.55 $0.49 -6.0% $340K</span><br>
<span class="out"> 6 US recession in 2026 (NBER) $0.22 $0.27 +5.4% $670K</span><br>
<span class="out"> 7 FIFA World Cup 2026 — Brazil $0.18 $0.23 +5.1% $3.1M</span><br><br>
<span class="comment"># Check for pure arbitrage</span><br>
<span class="prompt">$</span> <span class="cmd">polymarket-scanner arb --min-profit 0.5</span><br>
<span class="out">Scanning multi-outcome markets for arbitrage...</span><br>
<span class="out">Found 2 arbitrage opportunities:</span><br><br>
<span class="out"> Market: "Next UK Prime Minister"</span><br>
<span class="out"> Sum of YES prices: $0.94 · Guaranteed profit: 6.4%</span><br>
<span class="out"> Strategy: Buy all outcomes · Risk: $94 · Return: $100</span>
</div>
</div>
</section>
<!-- Comparison Table -->
<section>
<div class="container">
<div class="section-header">
<h2>Free vs Pro</h2>
<p>Free gives you basic scanning. Pro adds real-time monitoring, historical data, and advanced analytics.</p>
</div>
<div class="table-wrap">
<table>
<thead>
<tr><th>Feature</th><th>Free</th><th>Pro ($29)</th></tr>
</thead>
<tbody>
<tr><td>Market scanning (on-demand)</td><td class="check">Yes</td><td class="check">Yes</td></tr>
<tr><td>Arbitrage detection</td><td class="check">Yes</td><td class="check">Yes</td></tr>
<tr><td>Basic edge scoring</td><td class="check">Yes</td><td class="check">Yes</td></tr>
<tr><td>CSV/JSON export</td><td class="check">Yes</td><td class="check">Yes</td></tr>
<tr><td>Top 10 results per scan</td><td class="check">Yes</td><td class="check">Unlimited</td></tr>
<tr><td>Continuous monitoring (daemon)</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Webhook / Slack / Discord alerts</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Historical odds data & charting</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Custom watchlists</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Volume & liquidity depth analysis</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Multi-platform support (Kalshi, Manifold)</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Portfolio tracking & P&L</td><td class="cross">—</td><td class="check">Yes</td></tr>
<tr><td>Priority support</td><td class="cross">—</td><td class="check">Yes</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- CTA -->
<section>
<div class="container">
<div class="cta-banner">
<h2>Let the scanner find the edge</h2>
<p>One-time purchase. No subscription, no API fees from us. Bring your own Polymarket account.</p>
<div class="btn-group">
<a href="https://github.com/vesper-astrena/polymarket-scanner" class="btn btn-primary">Free on GitHub</a>
<a href="https://vesperfinch.gumroad.com/l/kxbax" class="btn btn-outline">Get Pro — $29</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>Built by <a href="https://github.com/vesper-astrena">Vesper Finch</a> · <a href="index.html">All Tools</a> · <a href="csv-cleaner.html">CSV Cleaner</a> · <a href="promptlab.html">PromptLab</a></p>
</div>
</footer>
</body>
</html>