polymarket-biotech-trader

Trades Polymarket prediction markets on FDA drug approvals, biotech IPOs, clinical trial outcomes, pharma M&A, and precision medicine milestones. Use when you want to capture alpha on high-impact binary biotech events using PDUFA dates, clinical trial registries, and FDA calendar signals.

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

Biotech & FDA Trader

This is a template.
The default signal is keyword discovery + FDA PDUFA calendar alignment — remix it with ClinicalTrials.gov API for trial status, BioMedTracker historical approval rates by indication, or biotech earnings call sentiment analysis.
The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

The global biotech market is valued at $1.77 trillion (2025) and growing to $6.34 trillion by 2035 (13.6% CAGR). Biotech prediction markets have some of the highest information density — FDA decisions are binary, have clear dates (PDUFA), and are well-studied. This skill trades:

  • FDA approvals — Breakthrough therapy designations, CRISPR/oncology approvals, GLP-1 next-gen
  • Clinical trials — Phase 3 outcomes, trial enrollment milestones
  • Biotech IPOs — Class of 2026 IPO announcement and performance markets
  • Pharma M&A — Large-cap acquisition deals in oncology, AI drug discovery
  • Precision medicine — CAR-T, mRNA vaccine, liquid biopsy milestones

Key insight: FDA approval rates by indication are well-documented. When Polymarket prices deviate significantly from historical base rates, there's tradeable edge.

Signal Logic

Default Signal: PDUFA Date Calendar + Base Rate Analysis

  1. Discover active biotech/FDA markets on Polymarket
  2. Match markets to FDA PDUFA calendar (public, updated monthly)
  3. Look up historical approval rates for the specific drug class/indication
  4. Compare base rate (e.g., oncology breakthrough therapy ~85% approval) vs market price
  5. If market prices approval at <70% for a high-base-rate indication, buy YES
  6. Use context check to avoid overtraded markets before major catalysts

Remix Ideas

  • ClinicalTrials.gov API: Monitor trial status changes (recruiting → completed) as leading indicator
  • BioMedTracker / Citeline: Historical approval rate databases by indication
  • FDA press releases: Real-time monitoring for early approval/rejection signals
  • Biotech Twitter: KOL (Key Opinion Leader) sentiment before PDUFA dates
  • Short interest data: High short interest in a biotech before PDUFA = market expects rejection — price this in

Market Categories Tracked

BIOTECH_KEYWORDS = [
    "FDA", "approval", "CRISPR", "cancer", "oncology", "clinical trial",
    "phase 3", "drug", "therapy", "vaccine", "mRNA", "CAR-T",
    "Alzheimer", "GLP-1", "biotech", "pharma", "M&A",
    "IPO", "diagnostic", "liquid biopsy", "gene editing",
    "sickle cell", "precision medicine", "antibody"
]

Risk Parameters

ParameterDefaultNotes
Max position size$35 USDCBinary events warrant careful sizing
Min market volume$5,000FDA markets attract informed traders
Max bid-ask spread10%Allow wider for rare disease markets
Min days to resolution7Don't enter days before PDUFA
Max open positions6Biotech events are correlated

FDA Approval Base Rates (Reference)

IndicationHistorical Approval Rate
Oncology (breakthrough designation)~85%
Rare disease (orphan drug)~70%
CNS/Neurology~55%
General approval (Phase 3 success)~65%
CRISPR/gene therapy (novel)~45%

Key Data Sources

Installation & Setup

clawhub install polymarket-biotech-trader

Requires: SIMMER_API_KEY environment variable.

Cron Schedule

Runs every 20 minutes (*/20 * * * *). FDA decisions are infrequent but high-impact; moderate polling is sufficient.

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_BIOTECH_MAX_POSITION35Max USDC per trade
SIMMER_BIOTECH_MIN_VOLUME5000Min market volume filter (USD)
SIMMER_BIOTECH_MAX_SPREAD0.10Max bid-ask spread (0.10 = 10%)
SIMMER_BIOTECH_MIN_DAYS7Min days until market resolves
SIMMER_BIOTECH_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.

Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated
Coding

Azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and o azuredatastudio, typescript, azure, azure-data-studio, e...

Registry SourceRecently Updated
1130ckchzh
Coding

Awesome Postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-m awesome postgres, python, database, postgres, postgresql...

Registry SourceRecently Updated
Coding

Awesome Cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They awesome cheatsheets, javascript, backend, bash, chea...

Registry SourceRecently Updated