Blueprints lets you automate Polymarket trading strategies as directed graphs.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.
Core idea
A blueprint is a DAG of nodes that:- Ingest market/social/manual input signals
- Apply comparisons and logic gates
- 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