polymarket-geopolitics-deadline-cascade-trader

Trades temporal inconsistencies across geopolitical markets with different deadlines. When P(event by later date) < P(event by earlier date), the later-deadline market is underpriced — a mathematical tautology violation. Also detects diplomacy-vs-escalation inversions within the same conflict.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "polymarket-geopolitics-deadline-cascade-trader" with this command: npx skills add Diagnostikon/polymarket-geopolitics-deadline-cascade-trader

Geopolitics Deadline Cascade Trader

This is a template. The default signal detects temporal monotonicity violations and diplomacy-escalation inversions across geopolitical deadline markets — remix it with richer conflict ontologies, news feeds, or satellite-derived intelligence. The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Geopolitical prediction markets frequently list the same conflict event across multiple deadlines: "Will Iran be struck by March 31?", "Will Iran be struck by December 31, 2026?", etc. By the laws of probability, the later-deadline market must always be at least as likely as the earlier one. When this relationship breaks, it is not a matter of opinion — the market is mathematically inconsistent.

This skill scans Polymarket for geopolitical markets, groups them by conflict theme and deadline, and identifies two classes of mispricing:

  1. Temporal monotonicity violations — P(event by later date) < P(event by earlier date)
  2. Diplomacy-escalation inversions — within the same conflict, both diplomatic and escalation events priced above 50%, which is logically strained

Edge Thesis

Individual geopolitical markets are priced by participants reacting to headlines. Few traders systematically compare related markets across deadlines. This creates pockets where the probability surface is not monotone — where buying the later deadline or selling the earlier one is structurally justified regardless of one's view on the conflict itself.

The edge is not in predicting wars. The edge is in enforcing calendar math.

Signal Logic

1. Temporal Monotonicity Check

  1. Discover geopolitical markets using conflict-related keywords (Iran, Israel, Gaza, Lebanon, nuclear, sanctions, tariff, ceasefire, war, troops, etc.)
  2. Parse each question to extract (conflict_theme, deadline_date, event_type)
  3. Group by conflict_theme
  4. Within each group, sort by deadline and check that probabilities are non-decreasing
  5. When a violation exceeds MIN_VIOLATION, generate:
    • YES on the underpriced later-deadline market
    • NO on the overpriced earlier-deadline market

2. Diplomacy-Escalation Inversion Check

Within the same conflict theme, if both an escalation event (war, strike, attack) and a diplomatic event (meeting, deal, sanctions) are priced above 50%, one should constrain the other. The skill flags both as overpriced and generates NO signals.

3. Conviction-Based Sizing

All trades use the conviction formula from the standard framework:

  • YES: conviction = (YES_THRESHOLD - p) / YES_THRESHOLD, boosted by violation magnitude
  • NO: conviction = (p - NO_THRESHOLD) / (1 - NO_THRESHOLD), boosted by violation magnitude
  • Size: max(MIN_TRADE, conviction * MAX_POSITION)

Trades are only placed when both the inconsistency exists AND the single-market threshold is satisfied.

Remix Ideas

  • Add news sentiment scoring to weight violations that align with recent headlines
  • Incorporate satellite imagery APIs for troop movement confirmation
  • Extend conflict themes with country-pair graphs (e.g., US-China, Russia-Ukraine)
  • Add cross-venue arbitrage against Kalshi or Metaculus geopolitical questions
  • Weight violations by market liquidity depth, not just volume

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 mean nothing runs automatically until configured in Simmer UI.

Required Credentials

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

Tunables (Risk Parameters)

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

VariableDefaultPurpose
SIMMER_MAX_POSITION40Max USDC per trade at full conviction
SIMMER_MIN_TRADE5Floor for any trade
SIMMER_MIN_VOLUME10000Min market volume filter (USD)
SIMMER_MAX_SPREAD0.07Max bid-ask spread
SIMMER_MIN_DAYS3Min days until resolution
SIMMER_MAX_POSITIONS6Max concurrent open positions
SIMMER_YES_THRESHOLD0.38Buy YES only if market probability <= this value
SIMMER_NO_THRESHOLD0.62Sell NO only if market probability >= this value
SIMMER_MIN_VIOLATION0.04Min probability violation to trigger a signal

Dependency

simmer-sdk by Simmer Markets (SpartanLabsXyz)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated