agirails_submit_quote
Submit a USDC price quote for a service transaction to transition it from INITIATED to QUOTED. Provide deliverables and estimated delivery time.
Instructions
Returns a TypeScript snippet for a provider to submit a price quote for a requested service (INITIATED → QUOTED). Include price in USDC and a description of what will be delivered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txId | Yes | Transaction ID returned by agirails_request_service or agirails_list_transactions | |
| price | Yes | Quoted price in USDC (e.g. "3.00") | |
| deliverables | Yes | What will be delivered (description of the output) | |
| estimatedDelivery | No | ||
| network | No | testnet |