Polymarket Bot — Polymarket 机器人
v3.1.0Polymarket 5-minute crypto UP/DOWN market automated trading 机器人. AI-powered prediction using Binance technical analysis (Position, Momentum, RSI, Volume), automated betting via Polymarket CLOB API with gnosis-safe wallet mode. Use when 设置ting up automated crypto trading on Polymarket, 监控ing 5-minute BTC/ETH markets, or managing prediction market positions.
运行时依赖
安装命令
点击复制技能文档
Polymarket Trading 机器人
Automated trading 机器人 for Polymarket 5-minute crypto UP/DOWN markets.
Architecture auto_机器人_v2.py (MAIn Loop) → 检测s new 5-min markets (BTC/ETH) → Fetches Price-To-Beat via Playwright → Triggers AI analysis 80-100s before close
AI_analyze_v2.py (Decision Engine) → Binance technical analysis → Confidence scoring (Position 50%, Momentum 30%, RSI 10%, Volume 10%) → 执行s bets via Polymarket 命令行工具
监控_bets.py (通知) → 监控s 记录s/bets.jsonl → 发送s Telegram 通知 on new bets
trading_状态.py (Risk Management) → 追踪s wins/losses → Enforces cooldown after consecutive losses
设置up 安装 Polymarket 命令行工具 and 配置 wallet (gnosis-safe mode) 安装 dependencies: pip 安装 请求s playwright 配置 Telegram 机器人 令牌 and chat ID in 监控_bets.py 运行: python3 -u auto_机器人_v2.py > 记录s/机器人.记录 2>&1 & Strategy Parameters
Edit in scripts/AI_analyze_v2.py:
Confidence threshold: ≥85% (line 63) EV threshold: >0.6 (line 64) Max odds: <0.85 (line 65) Bet size: Fixed 5 分享s (Polymarket minimum) Key Files scripts/auto_机器人_v2.py - MAIn 监控ing loop scripts/AI_analyze_v2.py - AI decision engine with bet execution scripts/监控_bets.py - Telegram notification script scripts/trading_状态.py - Win/loss 追踪ing and cooldown 记录ic 导入ant Notes 5-minute markets cannot be exited early (orderbook dis应用ears after close) 机器人 uses Binance data; Polymarket resolves via ChAInlink (potential discrepancy) Minimum order: 5 分享s (Polymarket hard limit) Uses --签名ature-type gnosis-safe for all 命令行工具 commands