nothing-ever-happens-polymarket-bot
Installation
SKILL.md
Nothing Ever Happens Polymarket Bot
Skill by ara.so — Daily 2026 Skills collection.
An async Python bot that scans Polymarket standalone non-sports yes/no markets and buys the "No" outcome on any market where the NO price is below a configured cap. Designed for paper trading by default with explicit opt-in to live order transmission.
What It Does
- Scans Polymarket for standalone (non-grouped) yes/no markets
- Filters out sports markets
- Buys NO positions when NO price is below
max_no_pricethreshold - Tracks open positions and persists recovery state to a database
- Exposes a live dashboard (HTTP) showing portfolio and activity
- Uses
PaperExchangeClientunless all three live-mode env vars are set