{
  "currency": "USD",
  "customerRevenue": "80",
  "tokenSubsidy": "100",
  "computeCost": "50",
  "reviewCost": "20",
  "otherCost": "5",
  "budget": "30",
  "capPercent": 60,
  "contributors": [
    {
      "id": "Contributor A",
      "acceptedTasks": 10,
      "quality": 0.9,
      "independent": true
    },
    {
      "id": "Contributor B",
      "acceptedTasks": 5,
      "quality": 1,
      "independent": true
    },
    {
      "id": "Contributor C",
      "acceptedTasks": 30,
      "quality": 1,
      "independent": false
    }
  ]
}
