{
  "version": "v1",
  "objective": "Onboard a participant and their datasets to define testable areas where information can add measurable value.",
  "phases": [
    {
      "id": "participant-offer",
      "goal": "Clarify what's being exchanged and when it matters.",
      "questions": [
        "What exactly are you exchanging on Veracity Exchange (dataset, signal, research), and what decision does it inform?",
        "What do you have earlier than the market/consensus, and why?",
        "When is it stale, wrong, or not applicable?"
      ]
    },
    {
      "id": "data-inventory",
      "goal": "Map available evidence and data operations.",
      "questions": [
        "Which datasets are available, and how fresh are they?",
        "What are the data access limits, delays, and quality issues?",
        "Which variables are trusted enough for daily use?"
      ]
    },
    {
      "id": "hypothesis-design",
      "goal": "Translate claims plus data into explicit tests.",
      "questions": [
        "What signal should move first when your thesis is correct?",
        "What would falsify this hypothesis quickly?",
        "How should signal strength map to position direction and size?"
      ]
    }
  ],
  "requiredOutputs": [
    "candidate_profile.md",
    "data_inventory.csv",
    "edge_hypotheses.md",
    "participant_repo_plan.md"
  ]
}