DEV Community

ItsEvilDuck
ItsEvilDuck

Posted on • Originally published at quackbuilds.com

BotWarden: Real‑time dashboard for Polymarket trading bots

BotWarden is a small web app that gives you a command centre for your Polymarket trading bots. The UI refreshes every 10 seconds, so you see each trade as it happens, along with the current P&L and equity curve. Below the live view it offers a set of analytics:

  • Win rate
  • Sharpe ratio
  • Maximum drawdown
  • Per‑strategy performance breakdown

Risk controls are built in; you can define a daily loss limit that the dashboard will enforce. Access is gated by wallet sign‑in, keeping the experience simple for users already familiar with Web3 authentication.

The app is intended for developers or hobbyists who run automated strategies on Polymarket and need a quick way to monitor performance without building their own UI. It does not add any trading functionality – it only displays data that your bot already produces.

You can try BotWarden directly from the QuackBuilds site.

BotWarden

Top comments (1)

Collapse
 
jbowz profile image
jbowz

The per-strategy breakdown is the right unit for this. One metric worth adding next to win rate: each strategy's excess wins per 100 events over what its entry prices implied. Win rate and dollar P&L both move with variance and position sizing; the excess-over-prices number tells you whether the strategy actually reads the market, and it makes comparisons fair across bankroll sizes.