← 返回
数据分析 Key 中文

Polymarket Global Elections Trader

Trades Polymarket prediction markets on elections, referendums, and democratic events worldwide. Exploits two structural edges — electoral system type predic...
在Polymarket预测市场交易全球选举、公投及民主事件,利用两大结构性优势——选举制度类型预测。
diagnostikon
数据分析 clawhub v0.0.3 2 版本 100000 Key: 需要
★ 0
Stars
📥 634
下载
💾 11
安装
2
版本
#latest

概述

Global Elections & Democracy Trader

> This is a template.

> The default signal is keyword-based market discovery combined with conviction-based sizing and election_bias() — remix it with the data sources listed below.

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

Strategy Overview

Global election markets on Polymarket have two layered structural edges that compound cleanly without any external API:

  1. Electoral system type — Polymarket retail trades all elections as if they were US presidential races. They aren't. FPTP systems amplify poll leads into landslides; proportional representation systems make outright majorities near-impossible. Retail systematically misprices both.
  1. Regional information lag — Polymarket is US-English-speaking. Wahlrecht.de updates German polling daily. DataFolha updates Brazilian tracking daily. Neither is read by the average Polymarket trader. The lag between a 3-point swing in a non-English aggregator and Polymarket repricing is 12–48 hours.

Signal Logic

Default Signal: Conviction-Based Sizing with Election Bias

  1. Discover active election and referendum markets on Polymarket
  2. Compute base conviction from distance to threshold (0% at boundary → 100% at p=0/p=1)
  3. Apply election_bias() — combines electoral system type with regional information lag
  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

Election Bias (built-in, no API required)

Factor 1 — Electoral System Type

System / question typeMultiplierThe structural reality
---------
FPTP "will X win" (UK, Australia, Canada)1.20xA 5% poll lead → ~80-85% win probability; retail anchors to raw margin, not seat translation
Runoff / second round1.15xPost-round-1 head-to-head polling has <3% average error; retail treats it like first round
Referendum (binary yes/no)1.10xClean resolution criteria, well-polled in democracies
Snap election / early dissolution0.85xNo steady polling baseline — volatility dominates
Coalition formation / who governs0.80xMulti-party negotiation dynamics genuinely unpredictable from polls alone
No-confidence / leadership challenge0.80xParliamentary arithmetic + defection timing — hard to model
PR system "will X win outright majority"0.70xNear-impossible in Germany, Sweden, Netherlands, Spain, Israel — retail massively overprices

The PR Majority Rule — In proportional representation systems, a single party winning an outright majority is a statistical anomaly, not a plausible baseline. Germany's Bundestag, Sweden's Riksdag, Israel's Knesset, the Netherlands' Tweede Kamer — single-party majorities happen perhaps once per generation. Yet retail prices these markets at 15–30% because they project the US two-party binary onto a multi-party system. Every such market is a structural NO unless one party is polling above 45%, which essentially never happens in mature PR democracies.

Factor 2 — Regional Information Lag

RegionMultiplierKey data sources retail doesn't read
---------
Germany / France / Benelux / Scandinavia1.20xWahlrecht.de (daily), Politico Europe, Votecompass — 12-36h lag vs Polymarket
Brazil / Latin America1.15xDataFolha, Quaest (daily tracking in Portuguese); CIEP, CNC for other countries
South / Southeast Asia1.15xIndia: CSDS, ABP-CVoter; Indonesia: LSI/Indikator; Philippines: Pulse Asia — local exit polls hours ahead of English
UK / Australia / Canada1.05xEnglish but underweighted vs US — Electoral Calculus MRP models give structural edge
Sub-Saharan Africa / fragile democracies0.75xLow polling quality, coup risk, result disputes — resolution risk is material

Combined Examples

MarketSystem multRegion multFinal bias
------------
"Will SPD win majority in Bundestag?"0.70x (PR majority)1.20x (Germany lag)0.84x — skeptical
"Will CDU win German general election?"1.20x (FPTP-style win)1.20x (Germany lag)1.35x cap
"Who wins Brazil runoff?"1.15x (runoff)1.15x (Latin America)1.32x
"Will UK Labour win majority?"1.20x (FPTP)1.05x (English)1.26x
"Will snap election be called?"0.85x (snap)1.0x0.85x
"Will Nigerian election resolve cleanly?"1.0x0.75x (Africa)0.75x

Keywords Monitored

election, referendum, vote, prime minister, chancellor, president,
Germany election, France election, Brazil election, India election,
UK election, Japan election, South Korea, Taiwan election, snap election,
coalition, majority, parliament, polling, exit poll, incumbent, runoff,
second round, Bundestag, Riksdag, Assemblée, Duma, Diet, Congress,
Lok Sabha, confidence vote, no confidence, hung parliament,
minority government, proportional representation, first past the post

Remix Signal Ideas

  • Wahlrecht.de: German polling aggregator updated daily — compare to Polymarket for German election markets; the lag is often >24h and actionable
  • Politico Europe Poll of Polls: Aggregated EU-wide polling — covers France, Germany, Italy, Spain, Poland simultaneously
  • DataFolha / Quaest: Brazilian tracking polls in Portuguese — daily updates on presidential and state races
  • Electoral Calculus MRP (UK): Constituency-level seat projections — translates raw polling to seat counts, far more predictive than national vote share alone

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_POSITION30Max USDC per trade (reached at 100% conviction)
SIMMER_MIN_VOLUME10000Min market volume filter (USD) — elections need liquidity
SIMMER_MAX_SPREAD0.08Max bid-ask spread (8%)
SIMMER_MIN_DAYS5Min 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

版本历史

共 2 个版本

  • v0.0.3 当前
    2026-05-01 09:54 安全 安全
  • v1.0.0
    2026-03-20 02:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

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

Data Analysis

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

Polymarket Ai Tech Trader

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