submit_task_proof
Submit cryptographic proof of completed work to an escrow contract, generating an immutable timestamped attestation that verifies deliverables were fulfilled.
Instructions
[Cost: $0.01 USDC on Base & Solana] Submits and cryptographically attests proof of task completion.
Generates an immutable timestamped attestation record proving deliverables were fulfilled.
Args:
escrow_id: Target escrow ID.
worker_id: Assigned worker ID.
proof_data: Raw result payload, SHA-256 hash of deliverables, or verification URL.
payment_signature: Optional x402 Base USDC transaction hash or developer mock key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escrow_id | Yes | ||
| worker_id | Yes | ||
| proof_data | Yes | ||
| payment_signature | No |