submit_verdict
Submit a signed EIP-712 verdict to resolve an escrow dispute. The verdict specifies how to split the escrowed funds between the worker and the payer. Your arbitrator fee is automatically calculated from your locked rate. Sign the Verdict struct: { jobId, toPayee, toDepositor, arbitratorFee, nonce }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | Unique nonce for replay protection | |
| job_id | Yes | The disputed job ID | |
| to_payee | Yes | Amount to send to worker (raw USDC, 6 decimals, e.g. "70000000" for $70) | |
| agent_key | Yes | Your agent API key | |
| signature | Yes | EIP-712 signature of the Verdict struct (hex string starting with 0x) | |
| to_depositor | Yes | Amount to refund to payer (raw USDC, 6 decimals) | |
| arbitrator_fee | Yes | Your fee amount (raw USDC, 6 decimals). Must match your locked rate. |