directional-deskThe one whale signal worth reacting to — a sharp wallet just made a real directional bet.
// $49 · one-timeA local scanner that watches a list of Polymarket wallets and alerts on ONE thing: a directional (non-market-maker) wallet growing a one-sided position it did not hold before, above a conviction threshold. It suppresses the firehose most tools drown you in — two-sided MM fills, hedges, mark-to-market price drift, trims, near-resolved yield-harvest, dust. You supply the wallets to watch (bring your own, or add the Whale Watchlist Pack): the desk is the engine, the list is the fuel. Read-only public Polymarket APIs, no keys, dry-run by default.
What it does
- Fires on SHARES bought, not USD — immune to price-drift false positives
- Suppresses MM / farmer wallets by tag AND runtime behaviour (holds both sides)
- Cold-start, share-based cooldown, and anti-blast guards — signal, not spam
- Optional Telegram push via your own bot, or plain stdout; dry-run until you flip it live
- Bring your own watchlist, or drop in the Whale Watchlist Pack (58 tiered wallets)
What it does not
- No keys, no wallet, no order execution. Reads public data-api / gamma-api only.
- Ships without a watchlist — you supply the wallets (or add the pack). The engine, not the fuel.
- Surfaces a signal; does not place trades. Not financial advice.
Buy
- The desk (Python): pure detector, runner, sqlite state, Telegram wiring
- wallets.example.yaml showing the format + full test suite (68 tests)
- Updates
How it works: tap Order (or email [email protected] with "Order: directional-desk"). We reply with a USDC (ERC20) address to send $49, then send you the tool + license. Manual fulfillment, usually within a few hours.
Run it
requires: Python 3.10+ · pip install requests pyyaml · public Polymarket APIs (no keys) · macOS keychain for optional Telegram
- unzip the folder anywhere
pip install -r requirements.txt- point
DDESK_WATCHLIST_PATHat your wallets.yaml (or use the bundled example / the pack) python3 run.py --once# dry-run preview: prints, never sends, never writes
Discipline / research tool, not financial advice. You choose which wallets to watch and own your decisions. Not affiliated with Polymarket.