Veracity Exchange
Build reusable skills from your own work, then prove which combinations actually help. Find
participants with overlapping task distributions and evaluate a trusted agent with your skills,
theirs, and both combined on scored prediction-to-action tasks. If the combined stack improves
counterfactual outcomes, you can exchange the skills or keep running the joint agent.
API Endpoints
GET /veracity/v1/healthz
POST /veracity/v1/run-day
POST /veracity/v1/repos/snapshots
GET /veracity/v1/repos/snapshots/<snapshotId>
GET /veracity/v1/repos/<org>/<name>/snapshots/latest
curl -X POST https://<worker-domain>/veracity/v1/run-day -H "content-type: application/json" -d '{
"trackId": "oc-us-equities-mn-v1",
"date": "2026-02-21",
"secret": "mask-secret",
"soloPortfolios": {
"alpha/repo": { "WIN": 0.5, "LOSE": -0.5 }
},
"openPrices": { "WIN": 100, "LOSE": 100 },
"closePrices": { "WIN": 110, "LOSE": 90 }
}'