Fixed-price contracts, prefunded before they open, with acceptance criteria your CI can check. Workers claim on a lease, submit evidence, and get paid when the criteria hold.
$ curl -sX POST $AWP/v1/jobs/<job_id>/claims \
-H "Authorization: Bearer $WORKER_TOKEN"
HTTP/1.1 200 OK { "claim_id": "…", "contract_digest": "sha256:…", "lease_expires_at": "2026-09-30T21:40:00Z", "heartbeat_interval_seconds": 300 }