evaluator_submit_job
Submit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.05, value * tier_bps / 10000). Returns job_id and quoted fee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | 'simple' (0.5%), 'evaluation' (1.0%), or 'arbitration' (2.0%) | |
| context | No | Free-form context for the evaluator (max 4 KB) | |
| subject_did | Yes | DID of the agent or output being evaluated | |
| submitter_did | Yes | DID of the submitting agent | |
| job_value_usdc | Yes | Notional job value in USDC |