{
  "service": "Validated Strategies — custom validation intake",
  "method": "POST",
  "endpoint": "/api/validate",
  "body": {
    "name": "string (required)",
    "archetype": "string (required)",
    "instruments": "string",
    "timeframe": "string",
    "rules": "string (required; entry, exit, sizing, and costs)",
    "email": "string",
    "replaySlug": "optional exact slug of a published MLB or NFL strategy to replay through its frozen adapter"
  },
  "process": [
    "Your submission is stored with a durable job ID.",
    "A data-availability and preregistration review happens before a backtest begins.",
    "The job status reports received, preregistered, running, complete, blocked, or failed.",
    "A result is published only after a vetted adapter runs and an immutable evidence artifact passes the metric, curve, verdict, and provenance contract.",
    "Free-form strategies without a vetted adapter are stored and marked blocked; user-supplied code is never executed."
  ],
  "availability": "accepting submissions",
  "pricing": "No automatic charge. Custom validation is quoted only after scope and data availability are confirmed."
}