polymarket-space-trader

Trades Polymarket prediction markets on space launches, SpaceX milestones, satellite deployments, Mars missions, and commercial spaceflight outcomes. Use when you want to capture alpha on the rapidly growing space exploration market with 22% CAGR and clear binary resolution criteria.

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-space-trader" with this command: npx skills add Diagnostikon/polymarket-space-trader

Space & Launch Trader

This is a template.
The default signal is keyword discovery + FAA/SpaceX launch schedule alignment — remix it with NASA launch manifest APIs, TLE (Two-Line Element) satellite tracking data, or social media sentiment from SpaceX/Blue Origin announcements.
The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Space prediction markets have shown $120M+ cumulative volume (2020–2025) with 22% CAGR. Polymarket currently lists 106+ active space markets. This skill trades:

  • SpaceX milestones — Starship orbital tests, launch counts, Starlink constellation size
  • Mars missions — NASA/private mission announcements and landing events
  • Commercial spaceflight — Blue Origin, Virgin Galactic, Axiom Space timelines
  • Satellite & telecom — Orbital congestion, direct-to-cell launch milestones
  • Regulatory events — FAA approvals, international launch cadence comparisons

Key insight: volatility spikes ~25% around launch events, creating short-window entry opportunities for informed traders.

Signal Logic

Default Signal: Launch Schedule Divergence

  1. Discover active space/launch markets on Polymarket
  2. Query public launch databases (Rocket Watch, Next Spaceflight) for upcoming dates
  3. Compare scheduled launch date probability with current market price
  4. Before confirmed launches, markets often underprice success (retail pessimism bias)
  5. After anomalies (Falcon 9 hold, weather scrub), markets may overreact — fade the overreaction

Remix Ideas

  • Twitter/X sentiment: SpaceX tweet activity correlates with 30% volume spikes — use as momentum signal
  • FAA NOTAM filings: File of Notice to Air Missions is public and indicates imminent launches days ahead
  • Satellite tracker APIs: Real orbital data to verify Starlink counts vs market claims
  • NASA API: https://api.nasa.gov/ for real-time mission status feeds

Market Categories Tracked

SPACE_KEYWORDS = [
    "SpaceX", "Starship", "Starlink", "launch", "rocket",
    "Mars", "NASA", "Blue Origin", "Virgin Galactic", "Axiom",
    "satellite", "orbital", "ISS", "FAA", "Falcon",
    "space station", "lunar", "Artemis", "ESA"
]

Risk Parameters

ParameterDefaultNotes
Max position size$30 USDCSpace markets have good liquidity
Min market volume$2,500Space community is engaged
Max bid-ask spread8%Tighter than climate markets
Min days to resolution3Short-window launch events are tradable
Max open positions6Space events cluster by launch window

Volatility Note

Space markets spike sharply on anomaly news. If a launch is scrubbed, NO prices spike immediately. The skill detects these via context flip-flop warnings and pauses during high-volatility windows unless edge is strong.

Installation & Setup

clawhub install polymarket-space-trader

Requires: SIMMER_API_KEY environment variable.

Cron Schedule

Runs every 10 minutes (*/10 * * * *). Launch events can resolve rapidly; tighter loop than other categories.

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_SPACE_MAX_POSITION30Max USDC per trade
SIMMER_SPACE_MIN_VOLUME2500Min market volume filter (USD)
SIMMER_SPACE_MAX_SPREAD0.08Max bid-ask spread (0.10 = 10%)
SIMMER_SPACE_MIN_DAYS3Min days until market resolves
SIMMER_SPACE_MAX_POSITIONS6Max concurrent open positions

Dependency

simmer-sdk is published on PyPI by Simmer Markets.

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

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

Youtube Podcast Generator

Extracts the original text of Youtube video and converts it into a multi-voice AI podcast using a local Node.js API and FFmpeg. It also can show you the text...

Registry SourceRecently Updated
General

ERPClaw

AI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842,...

Registry SourceRecently Updated
General

Whisper AI Audio to Text Transcriber

Turn raw transcripts into structured summaries, meeting minutes, and action items.

Registry SourceRecently Updated
General

Task Planner

- **name**: Task Planner. Use when you need task planner capabilities. Triggers on: task planner.

Registry SourceRecently Updated