Understanding the present, shaping the future.

Search
12:18 PM UTC · SUNDAY, MAY 10, 2026 XIANDAI · Xiandai
May 10, 2026 · Updated 12:18 PM UTC
Crypto

New Python-based automation tool targets Polymarket 'No' entries

A new open-source Python bot, 'nothing-ever-happens,' has been released to automate 'No' position buying on non-sports Polymarket markets.

Ryan Torres

1 min read

New Python-based automation tool targets Polymarket 'No' entries
New Python-based automation tool targets Polymarket 'No' entries

Developer sterlingcrispin has released 'nothing-ever-happens,' an asynchronous Python-based bot designed to automate trading on the Polymarket prediction platform.

The software specifically targets standalone, non-sports 'yes/no' markets. It scans available markets for 'No' entries that fall below a user-defined price cap.

Automated market monitoring

The bot utilizes an asynchronous runtime to track open positions and manage live recovery states. It includes a built-in dashboard to monitor real-time performance and activity.

According to the project's documentation, the tool requires specific environment configurations to execute live trades. Users must enable 'BOT_MODE=live', 'LIVE_TRADING_ENABLED=true', and 'DRY_RUN=false' to move beyond the PaperExchangeClient simulation.

Full execution in live environments requires integration with Polygon RPC URLs and private keys for transaction signing. The system also relies on a database URL to persist trade history and recovery data.

Developers can deploy the tool via Heroku, using a specific configuration flow to scale web dynos while preventing accidental worker execution. The repository includes several utility scripts for inspecting database activity, exporting trade logs, and auditing wallet history.

The author provides the software 'as is' and explicitly states it is for entertainment purposes only, disclaiming all liability for financial losses incurred during use.

Comments