Commit Graph

3 Commits

Author SHA1 Message Date
jaxperro 0ac6b9be7c watch.json: trim to 4 sharpest wallets (Famecesgoal, JAMJAMJAM4, Domerina, MyLastStand), re-weighted by z
Drops the market-maker bots (paspor, donthackme), the longshot lottery
(qqqq88888), and the un-followable in-game trader (Xixihaha008). Concentrates
on high-z, followable, non-bot wallets.
2026-06-13 21:10:56 -04:00
jaxperro 3e57588c38 watch.json: add edge-weights (z x copyability) used by the /trading tracker 2026-06-13 17:33:41 -04:00
jaxperro 079fbf1787 Add push-based wallet trade watcher (Alchemy webhook -> Discord)
webhook_receiver.py: zero-dep stdlib HTTP server that receives Alchemy
Address-Activity webhook POSTs, confirms/enriches the trade via Polymarket
data-API, and pushes a Discord alert — fires only on a real trade, no polling.
Cloud-ready: secrets via env (DISCORD_WEBHOOK, ALCHEMY_SIGNING_KEY), non-secret
watch list in committed watch.json, binds to $PORT, /health endpoint,
optional HMAC signature verification, in-memory dedup. Procfile for one-command
deploy. config.json (secrets) stays gitignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 16:49:55 -04:00