0x/arise ← all tools
Polymarket · edge

directional-deskThe one whale signal worth reacting to — a sharp wallet just made a real directional bet.

// $49 · one-time

A 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.

directional-desk — zsh
$ python3 run.py --once
# dry-run by default — prints to stdout, no Telegram, no writes
🟢 DIRECTIONAL | edenmoon (S) YES · NEW POSITION | +$18,400 net-new → total $42,100 @ 0.38 · str 82/100

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

$49USD · one-time · pay in USDC
  • 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 arisehype@gmail.com 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

  1. unzip the folder anywhere
  2. pip install -r requirements.txt
  3. point DDESK_WATCHLIST_PATH at your wallets.yaml (or use the bundled example / the pack)
  4. 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.