返回顶部
p

polymarket-spread-sniper

Snipe mispriced markets by comparing Polymarket AMM price vs live CLOB orderbook midpoint. Buys the underpriced side when spread > 4% on liquid markets. Pure algorithm, zero LLM, no outcome prediction needed.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.0
安全检测
已通过
110
下载量
0
收藏
概述
安装方式
版本历史

polymarket-spread-sniper

# Polymarket Spread Sniper > **This is a template.** Buys the underpriced side when the CLOB midpoint diverges from the AMM price. No outcome prediction needed — pure spread arbitrage. ## The Edge Polymarket has two pricing mechanisms: 1. **AMM** — pool-based price, slow to update 2. **CLOB** — live orderbook, reflects real money When they diverge by >4%, the AMM is mispriced. This skill buys the cheap side and profits when prices converge. ## Quick Start ```bash export SIMMER_API_KEY=sk_live_... # Dry run (safe) python spread_sniper.py # Live trading python spread_sniper.py --live # Show positions python spread_sniper.py --positions ``` ## Configuration | Setting | Env Var | Default | Description | |---------|---------|---------|-------------| | Min spread | `SIMMER_SPREAD_MIN_SPREAD` | 0.04 | Min bid-ask spread to trade (4¢) | | Min volume | `SIMMER_SPREAD_MIN_VOLUME` | 5000 | Min 24h volume in USD | | Max position | `SIMMER_SPREAD_MAX_POSITION` | 5.00 | Max USD per trade | | Max trades/run | `SIMMER_SPREAD_MAX_TRADES` | 3 | Max trades per scan | | Min price | `SIMMER_SPREAD_MIN_PRICE` | 0.10 | Never buy below 10¢ | | Max price | `SIMMER_SPREAD_MAX_PRICE` | 0.90 | Never buy above 90¢ | | Max hours | `SIMMER_SPREAD_MAX_HOURS` | 48 | Skip markets resolving >48h |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 polymarket-spread-sniper-1775937513 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 polymarket-spread-sniper-1775937513 技能

通过命令行安装

skillhub install polymarket-spread-sniper-1775937513

下载 Zip 包

⬇ 下载 polymarket-spread-sniper v1.2.0

文件大小: 6.27 KB | 发布时间: 2026-4-12 11:02

v1.2.0 最新 2026-4-12 11:02
Fix critical edge bug: edge was always negative (was using CLOB ask as entry price). Now correctly uses AMM price as entry and computes edge as CLOB_mid minus AMM_price after 2% fee. Lower default min_spread to 0.005. Fix entry price display.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部