← 返回
数据分析 Key 中文

Polymarket Sports Live Trader

Trades Polymarket prediction markets on sports championships, tournament outcomes, MVP awards, transfer windows, and season milestones. Use when you want to...
在Polymarket预测市场交易体育锦标赛、赛事结果、MVP奖项、转会窗口及赛季里程碑。当您想要...
diagnostikon
数据分析 clawhub v0.0.3 3 版本 99859.2 Key: 需要
★ 0
Stars
📥 709
下载
💾 27
安装
3
版本
#latest

概述

Sports & Championships Trader

> This is a template.

> The default signal is keyword-based market discovery combined with probability-extreme detection — remix it with the data sources listed in the Edge Thesis below.

> The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Sports prediction markets are dominated by passionate fans who bet emotionally. This creates two structural edges this skill exploits without any external API:

  1. Fan loyalty dampening — Popular clubs (Real Madrid, Man City, Lakers) are systematically overpriced by emotional retail traders
  2. Sports calendar timing — Each sport has a defined peak season; trading in-season means better signal density

Signal Logic

Default Signal: Conviction-Based Sizing with Fan Bias + Calendar

  1. Discover active sports markets on Polymarket
  2. Compute base conviction from distance to threshold (0% at boundary → 100% at p=0/p=1)
  3. Apply sport_bias() — combines fan loyalty adjustment with sports calendar timing
  4. Size = max(MIN_TRADE, conviction × bias × MAX_POSITION) — capped at MAX_POSITION
  5. Skip markets with spread > MAX_SPREAD or fewer than MIN_DAYS to resolution

Sport Bias (built-in, no API required)

Factor 1 — Fan Loyalty Adjustment

Market typeMultiplierWhy
---------
Fan-favorite clubs (Real Madrid, Man City, Lakers)0.75xFan loyalty inflates YES — high noise, trade cautiously
Peak fan events (Super Bowl, UCL final, World Cup final)0.80xMaximum emotional retail attention = maximum mispricing
Individual sports (tennis, F1, golf)1.15xIndividual performance is more data-driven than team sports
Transfer / contract markets1.20xJournalist sources trackable before market reprices
Award markets (MVP, Ballon d'Or, Golden Boot)1.10xStats-driven — quantifiable advantage

Factor 2 — Sports Calendar Timing

Sport / EventActive seasonIn-season multiplier
---------
Football title run-in (UCL, PL, Liga)Mar–May1.15x
Transfer windowsJan + Jun–Sep1.20x
NBA playoffsApr–Jun1.15x
NFL seasonSep–Feb1.10x
Tennis / WimbledonJun–Sep1.15x

Combined and capped at 1.35x. Example: Transfer market in July → 1.20 × 1.20 = 1.35x (capped).

Remix Signal Ideas

  • Club Elo: Replace market.current_probability with Elo-implied win probability — trade divergence vs market
  • FiveThirtyEight NBA/NFL models: Same divergence approach for American sports
  • Transfermarkt API: Player valuations and injury status as signal inputs
  • ESPN hidden API: https://site.api.espn.com/apis/site/v2/sports/{sport}/{league}/scoreboard for live scores/injury data

Safety & Execution Mode

The skill defaults to paper trading (venue="sim"). Real trades only with --live flag.

ScenarioModeFinancial risk
---------
python trader.pyPaper (sim)None
Cron / automatonPaper (sim)None
python trader.py --liveLive (polymarket)Real USDC

autostart: false and cron: null — nothing runs automatically until you configure it in Simmer UI.

Required Credentials

VariableRequiredNotes
---------
SIMMER_API_KEYYesTrading authority. Treat as high-value credential.

Tunables (Risk Parameters)

All declared as tunables in clawhub.json and adjustable from the Simmer UI.

VariableDefaultPurpose
---------
SIMMER_MAX_POSITION25Max USDC per trade (reached at 100% conviction)
SIMMER_MIN_VOLUME5000Min market volume filter (USD)
SIMMER_MAX_SPREAD0.08Max bid-ask spread (8%)
SIMMER_MIN_DAYS2Min days until resolution
SIMMER_MAX_POSITIONS8Max concurrent open positions
SIMMER_YES_THRESHOLD0.38Buy YES if market price ≤ this value
SIMMER_NO_THRESHOLD0.62Sell NO if market price ≥ this value
SIMMER_MIN_TRADE5Floor for any trade (min USDC regardless of conviction)

Dependency

simmer-sdk by Simmer Markets (SpartanLabsXyz)

  • PyPI: https://pypi.org/project/simmer-sdk/
  • GitHub: https://github.com/SpartanLabsXyz/simmer-sdk

版本历史

共 3 个版本

  • v0.0.3 当前
    2026-05-03 04:02 安全 安全
  • v1.0.1
    2026-03-31 15:43 安全
  • v1.0.0
    2026-03-19 21:24

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,069
ai-intelligence

Polymarket Ai Tech Trader

diagnostikon
在Polymarket预测市场上交易AI模型发布、科技IPO、产品发布、GPU基础设施里程碑以及AI监管事件的预测。
★ 0 📥 714
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,555