Skip to main content

Documentation Index

Fetch the complete documentation index at: https://carboncopy-32d80704.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Blueprints lets you automate Polymarket trading strategies as directed graphs.

Core idea

A blueprint is a DAG of nodes that:
  1. Ingest market/social/manual input signals
  2. Apply comparisons and logic gates
  3. Emit order intents that pass through risk and execution

Product boundaries

  • Authoring plane: web studio for strategy graph editing
  • Execution plane: API runtime for feed subscriptions, evaluation, and order processing
  • State plane: Postgres-backed durable state for drafts, releases, intents, attempts, and audit data

Who this is for

  • Individual or team operators running strategy automations on Polymarket
  • Engineers extending node types, runtime logic, and API surfaces

Key terms

  • Thesis: the strategy thesis that informs one or more blueprints
  • Blueprint: executable graph definition
  • Order intent: durable request to place/close positions
  • Runtime: orchestrator + feed bridge + order/reconciliation workers