← 返回
数据分析 Key 中文

Polymarket Music Entertainment Trader

Trades Polymarket prediction markets on music streaming milestones, album chart performance, Grammy nominations, concert tour revenues, and music industry de...
在Polymarket预测市场交易音乐流媒体里程碑、专辑榜单表现、格莱美提名、演唱会收入及音乐行业动态。
diagnostikon
数据分析 clawhub v0.0.3 3 版本 99866 Key: 需要
★ 0
Stars
📥 745
下载
💾 18
安装
3
版本
#latest

概述

Music & Entertainment Trader

> This is a template.

> The default signal is keyword discovery + Spotify Charts API momentum — remix it with Billboard chart position tracking, TikTok trending audio API, Apple Music chart feeds, or social media velocity metrics for artist momentum.

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

Strategy Overview

Record labels now monitor Polymarket the way Wall Street monitors stocks — as real-time demand signals for artist momentum. This creates an unusual information flow:

  • Artists/labels with inside momentum push prices UP before numbers confirm
  • Retail fans bid on emotional attachment, often overpaying for beloved artists
  • Data-driven traders can fade fan-driven overpricing and capture industry-informed flows

This skill trades:

  • Streaming milestones — First-week equivalents, billion-stream thresholds
  • Chart performance — Billboard 200 #1, Hot 100 chart positions
  • Awards — Grammy nominations/wins, VMAs, AMAs outcomes
  • Tour revenue — Gross threshold markets for major arena tours
  • Industry deals — Catalog sales, platform launches, licensing deals

Signal Logic

Default Signal: Conviction-Based Sizing with Sentiment Bias

  1. Discover active music/entertainment markets on Polymarket
  2. Compute base conviction from distance to threshold (0% at boundary → 100% at p=0/p=1)
  3. Apply sentiment_bias() multiplier based on market type and artist category
  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

Sentiment Bias (built-in, no API required)

Different market types have systematic mispricing patterns in music. sentiment_bias() adjusts conviction based on known retail behavior:

Market typeBiasWhy
---------
Megastar fan markets (Taylor Swift, Beyoncé, BTS)0.75xFan bias inflates YES; emotionally driven, high noise
Awards ceremonies (Grammy, Oscar, VMA)0.85xFan voting + label politics = hard to model reliably
Streaming / chart milestones (Spotify, Billboard)1.15xData available before market reprices — lean in
Emerging global genres (Afrobeats, K-pop, Latin)1.20xSystematically underweighted by US-centric retail traders
Other1.00xNo systematic bias detected

Example: Afrobeats streaming milestone at 25% → conviction 34% × 1.2x = 41% → $6 position. Same market for a Beyoncé milestone → 34% × 0.75x = 26% → $5 (floor, trade cautiously).

Remix Ideas

  • Spotify Charts API / Chartmetric: Replace market.current_probability with stream velocity-implied probability — trade the divergence between real-time data and market price
  • TikTok Trending: Viral audio as leading indicator for streaming momentum (48–72h lag to market)
  • Ticketmaster/StubHub: Secondary ticket prices as proxy for tour gross markets
  • RIAA certification tracker: Monitor certifications approaching milestone thresholds

Market Categories Tracked

KEYWORDS = [
    'Taylor Swift', 'Bad Bunny', 'Beyoncé', 'Drake', 'Kendrick',
    'Spotify', 'Billboard', 'Grammy', 'streaming', 'album',
    'chart', 'tour', 'concert', 'certification', 'RIAA',
    'K-pop', 'Afrobeats', 'Latin music', 'country', 'TikTok music',
    'music catalog', 'record label', 'music deal',
]

Risk Parameters

ParameterDefaultNotes
---------------------------
Max position size$15 USDCEntertainment markets are retail-driven
Min market volume$2,000Lower bar; community markets matter
Max bid-ask spread15%Entertainment markets can be illiquid
Min days to resolution7Streaming data needs time to settle
Max open positions10Diversify across artists and categories

Behavioral Edge

Fan Bias

Music fans are strongly emotionally attached. For beloved artists (Taylor Swift, BTS), markets consistently overprice YES outcomes by 8–15% vs streaming data expectations. Short-term this means NO positions on fan-favorite markets are structurally profitable.

Recency Momentum

Conversely, artists trending hard on TikTok are underpriced for 48–72 hours before mainstream media coverage. Early entry on breakout markets captures the lag.

Key Data Sources

  • Spotify Charts: https://charts.spotify.com/charts/overview/global
  • Billboard API: https://www.billboard.com/charts/
  • Chartmetric: https://chartmetric.com/ (paid, powerful)
  • RIAA Database: https://www.riaa.com/gold-platinum/

Installation & Setup

clawhub install polymarket-music-entertainment-trader

Requires: SIMMER_API_KEY environment variable.

Cron Schedule

Runs every 30 minutes (/30 *). Chart data updates weekly; streaming data daily. No need for tight polling.

Safety & Execution Mode

The skill defaults to paper trading (venue="sim"). Real trades only execute when --live is passed explicitly.

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

The automaton cron is set to null — it does not run on a schedule until you configure it in the Simmer UI. autostart: false means it won't start automatically on install.

Required Credentials

VariableRequiredNotes
---------------------------
SIMMER_API_KEYYesTrading authority — keep this credential private. Do not place a live-capable key in any environment where automated code could call --live.

Tunables (Risk Parameters)

All risk parameters are declared in clawhub.json as tunables and adjustable from the Simmer UI without code changes. They use SIMMER_-prefixed env vars so apply_skill_config() can load them securely.

VariableDefaultPurpose
----------------------------
SIMMER_MAX_POSITION15Max USDC per trade (reached at 100% conviction)
SIMMER_MIN_VOLUME2000Min market volume filter (USD)
SIMMER_MAX_SPREAD0.15Max bid-ask spread (0.15 = 15%)
SIMMER_MIN_DAYS7Min days until market resolves
SIMMER_MAX_POSITIONS10Max 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 is published on PyPI by Simmer Markets.

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

Review the source before providing live credentials if you require full auditability.

版本历史

共 3 个版本

  • v0.0.3 当前
    2026-05-03 03:54 安全 安全
  • v1.0.1
    2026-03-31 15:36 安全
  • v1.0.0
    2026-03-19 19:40

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

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

A股量化 AkShare

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

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,179