Nothing Ever Happens is an experimental open-source trading bot designed for the Polymarket platform that implements a deliberately simple and unconventional strategy: automatically buying “No” positions across non-sports binary prediction markets. The project is built in Python using asynchronous architecture, allowing it to monitor markets, evaluate opportunities, and execute trades continuously with minimal latency. Its core concept is based on statistical observations that a majority of prediction market outcomes resolve negatively, and it attempts to exploit this base-rate bias through systematic participation rather than predictive modeling. ...