Free tools for Polymarket trading.
Open-source and community-built applications for trading Polymarket, collected in one place. Download the crypto Up/Down bot, run the wallet monitor, and get new tools as they ship — all free, and all built by people running them on their own accounts.
These are working tools rather than demos. The Up/Down bot places real orders against the CLOB; the wallet monitor polls live positions and logs indicator state as markets move. If you are starting from nothing, the build guide is the better entry point — it walks through the same mechanics these tools implement, so the code here stops being a black box.
Applications
Free Tools
PR&R Up/Down Crypto Bot
Automated trading bot for Polymarket's crypto up/down markets. Configurable strategies, live signal ingestion, and hands-off execution — built by PR&R for the community.

Crypto Up/Down Wallet Monitor
Track wallets trading the crypto up/down markets in real time. Configurable polling, indicator logging, and alerts for significant trade activity.
What these tools are for
Most people arrive here after reading a guide and wanting something that already runs. The applications are that: a starting point you can execute, read, and then take apart.
The Up/Down crypto bot is the reference implementation of the loop described across our tutorials — discover the active cycle, read the book, size a position, place an order against the CLOB, and handle resolution. Because the market and token identifiers change every cycle, it also demonstrates the runtime discovery that catches out most first bots. See Up/Down markets and condition_id for the mechanics.
The wallet monitor is the research side. Rather than placing trades it watches them, tracking wallets active in the crypto Up/Down markets and logging how their positions evolve through a cycle. It is the tool behind a good deal of what ends up in our trader reports, and it is the fastest way to see a strategy from the strategy database being run by somebody with money on it.
Everything here is free. Some downloads ask you to sign in so we can keep the distribution honest, but there is no paid tier and no upsell. If you want to backtest before running anything live, start with the free dataset samples — and note that historical crypto cycles must be resolved against the 60-second TWAP, not spot, or the results will not match what the exchange actually paid out.
