Skip to content

joshdayorg/orca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐋 Orca

Hunt with the whales. Real-time Polymarket smart money alerts.


🎯 What It Does

Monitors Polygon blockchain and alerts you when top Polymarket traders make moves.

⚡ Features

  • 🐋 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

🚀 Quick Start

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

📋 Commands

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

⚙️ Config

Copy .env.example to .env:

ALCHEMY_API_KEY=
ALCHEMY_RPC_URL=
ALCHEMY_WSS_URL=
CONVEX_URL=
SLACK_WEBHOOK_URL=
DUNE_API_KEY=

📄 License

MIT

About

Monitors Polygon blockchain and alerts you when top Polymarket traders make moves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published