🧪 Skills
Prediction Market Sentinel
Monitor Polymarket prediction market wallets and detect new trades in real-time. Use when tracking whale wallets, detecting new positions, or monitoring pred...
v1.0.0
Description
name: polymarket-monitor description: Monitor Polymarket prediction market wallets and detect new trades in real-time. Use when tracking whale wallets, detecting new positions, or monitoring prediction market activity. Supports CLOB API queries, wallet tracking, and trade alerts.
Polymarket Monitor
Monitor Polymarket whale wallets and detect trading activity.
Quick Start
Run the monitor script to track a wallet:
bash scripts/monitor.sh <wallet_address>
Features
- Track any Polymarket wallet by address
- Detect new orders via CLOB API
- Alert on new positions or large trades
- Support multiple wallets simultaneously
Usage
Single wallet monitoring
bash scripts/monitor.sh 0x17db3fcd93ba12d38382a0cade24b200185c5f6d
Configuration
Set environment variables:
POLL_INTERVAL- Seconds between checks (default: 600)ALERT_THRESHOLD- Minimum trade size to alert (default: 100 USDC)
How It Works
- Queries Polymarket CLOB API for wallet orders
- Compares with previous state
- Alerts on new or changed positions
- Logs all activity for analysis
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!