Hunt with the whales. Real-time Polymarket smart money alerts.
Monitors Polygon blockchain and alerts you when top Polymarket traders make moves.
- 🐋 Whale Tracking - Monitor top 100 profitable wallets
- 🧠 Smart Money Detection - Catch sophisticated arbitrage moves
- 🔔 Instant Alerts - Sub-second Slack notifications
- 🎚️ Filtered Noise - Only $5k+ trades, with cooldowns
git clone https://github.com/YOU/orca.git
cd orca && npm install
cp .env.example .env
npx convex dev
npm run discover 60
npm run monitor| Command | Description |
|---|---|
npm run monitor |
🔴 Start live alerts |
npm run discover [sec] |
🔍 Find active whales |
npm run import-wallets |
📥 Import wallet list |
npm run dune <id> |
📊 Import from Dune query |
npm run backfill [hrs] |
⏪ Fetch historical data |
Copy .env.example to .env:
ALCHEMY_API_KEY=
ALCHEMY_RPC_URL=
ALCHEMY_WSS_URL=
CONVEX_URL=
SLACK_WEBHOOK_URL=
DUNE_API_KEY=MIT