Install
openclaw skills install @themsquared/polymarket-arb-scanner-proScans top Polymarket markets for pure arbitrage where YES + NO < $0.94, enabling risk-free simultaneous Fill-or-Kill trades with liquidity and risk controls.
openclaw skills install @themsquared/polymarket-arb-scanner-proPure math arbitrage on Polymarket. Finds markets where YES + NO < $0.94 (6¢+ gap). No prediction required — guaranteed profit at resolution. Includes liquidity filter, market blacklist, and SQS integration for automated execution.
If YES costs 45¢ and NO costs 50¢ = total 95¢ to hold both. At resolution, one pays $1.00. Locked-in profit: 5¢ on 95¢ deployed = 5.3% risk-free return.
edge = 1.00 - (yes_price + no_price)
profit = edge * deploy_size
pip install requests
Configure .env in script directory:
PRIVATE_KEY=your_polygon_private_key
WALLET_ADDRESS=0xYourPolymarketWallet
Or export as environment variables.
# Scan only (dry run)
python3 arb_scanner.py
# Set minimum edge
python3 arb_scanner.py --min-edge 0.04
# Scan more markets
python3 arb_scanner.py --limit 1000
# Execute found arbs
python3 arb_scanner.py --buy
# Execute with custom deployment size
python3 arb_scanner.py --buy --max-deploy 100
Integrates with risk_manager.py if present:
⚡ POLYMARKET ARB SCANNER
Min edge: 2.0% | Scanning 500 markets
📡 Fetching markets...
483 markets loaded
⚡ Found 3 arb opportunity(ies):
Edge YES NO Vol24h Question
---- --- -- ------ --------
4.2% 48.0% 47.8% $892,341 Will Bitcoin exceed $100k by March?
3.1% 31.0% 65.9% $45,201 Will Fed cut rates in March 2025?
2.3% 72.1% 25.6% $234,882 Will the Lakers win the championship?
py_clob_client: pip install polymarket-clob-clientPure arb opportunities are rare (market is fairly efficient). This scanner checks the top volume markets where pricing inefficiencies are most likely due to high trading activity and bid-ask spread dynamics.