April 13, 2026
Shorting Reality, Longing Drama
Nothing Ever Happens: Polymarket bot that always buys No on non-sports markets
A bot that bets against hype, and commenters say reality wins
TLDR: An open-source bot named “Nothing Ever Happens” auto-bets “No” on non-sports prediction markets, claiming boring reality beats hype. Commenters split between praising the psychology, demanding real performance data, and joking about timing out the repo—turning a simple strategy into a debate about hype vs reality.
The internet is cackling over a new open-source bot that cruises Polymarket—an online prediction site where people buy “YES” or “NO” shares on future events—and just keeps clicking NO on non-sports questions. It’s literally named Nothing Ever Happens, and the comments are treating it like the patron saint of skepticism. One top take blasts through the thread: this thing is “arbitraging human imagination”—because flashy headlines rarely come true, and boring reality usually wins.
Cue the drama: folks are demanding receipts. “Any stats on your returns?” asks one user, while another shrugs “Already priced in,” like the bot just discovered gravity. Meanwhile, the repo itself got hit by a wave of rubberneckers—one commenter swears “we’ve collectively DDoSed it,” reporting 504 errors while trying to check the author’s GitHub. Nothing says “viral” like a time-out.
Amid the jokes, the practical crowd wants data for backtesting (aka testing a strategy on past results). The bot is labeled “FOR ENTERTAINMENT ONLY,” but it ships a dashboard, scripts, and a safety switch that defaults to “fake trades” unless you flip multiple live-trading settings. Translation: you can peek without risking your wallet.
Bottom line: the community is split between philosophers who think this bot captures human hype, pragmatists begging for performance numbers, and meme-lords cheering for the “NO” button like it’s a lifestyle brand.
Key Points
- •“Nothing Ever Happens” is an async Python bot that buys “No” on standalone non-sports yes/no Polymarket markets.
- •Live trading is gated by three environment variables; otherwise, the bot uses a PaperExchangeClient.
- •Additional live-mode secrets (PRIVATE_KEY, FUNDER_ADDRESS, DATABASE_URL, POLYGON_RPC_URL) are required for full operation.
- •The bot scans markets under a price cap, tracks positions, exposes a dashboard, and persists recovery state.
- •It includes setup instructions, local run commands, a Heroku deployment workflow, tests via pytest, and operational scripts for DB, wallet, and logs.