Watchdog · early access
The kill switch your trading bot does not have.
A monitor that runs apart from your bot, connected to the exchange with a read-only API key. It watches drawdown, position size, stale data and heartbeat, and alerts you before the account is gone. Because it is independent of the bot, a bug in the bot cannot switch it off.
Reserve early access No payment now. One email when the first version is ready.
Why a separate monitor
Every failure in the evidence behind this site has the same shape: the bot that placed the trades was also the only thing watching them. A stop-loss kept in the bot memory dies with the bot. A circuit breaker inside the bot is skipped by the code path the last feature added. A grid bot that crashes overnight loses 10,000 USD before anyone wakes up. The commercial suites bundle their kill switch with the bot that needs watching; none of them sells the monitoring on its own.
How it works
What it watches
| Check | Question it answers | Control it covers |
|---|---|---|
| Daily loss cap | Has the account lost more than X today? | Global circuit breaker |
| Drawdown | Is equity more than Y % below the high of the day? | Global circuit breaker |
| Position size | Is any position larger than Z, in the quote currency? | Maximum order size |
| Unprotected position | Is there an open position with no stop order resting at the exchange? | Orphaned stop-loss |
| Heartbeat | Has the bot gone silent for more than N minutes? | Reconnection |
| Ghost positions | Does the exchange hold a position the bot never reported? | Reconciliation |
| Key permissions | Does the key the bot uses allow withdrawals? | API key permissions |
Founding price
19 USD/monthkept as long as you stay · first month free
Reference: commercial bot suites charge 20 to 140 USD per month, and none of them sells the monitoring layer separately. Founding members get the first version, shape the alert rules, and keep this price for as long as they stay subscribed.
Requesting early access is not a purchase; see the terms.
Reserve early access
Tell us where you trade and what you run. You get one email when the first version is ready, and the founding price for as long as you stay.
Received
You are on the list.
Confirmation for . Keep the reference above if you write to us about it.
- You get one email when the first version is ready. No newsletter in between.
- The founding price is held for you for as long as you stay subscribed.
- Meanwhile, the 21 controls are free to read and to check on whatever you run today.
What it is not
- Not a trading bot and not a strategy. It never places an order.
- Not a guarantee. It reports what the exchange reports, at the interval the exchange allows; a limit crossed between two checks is caught at the next one.
- Not financial advice. Your limits are yours to set.