Why pay for this?
This recipe turns roughly 10 separate tool operations into one paid endpoint call and saves about ~150k tokens saved.
Load provider or endpoint state -> Summarize payment readiness
Summarize payment readiness and x402 launch posture for one provider or endpoint subject.
Endpoint: /v1/recipes/provider-payment-readiness-brief/run
Capabilities: provider-payments, provider-readiness, x402-launch, providers
This recipe turns roughly 10 separate tool operations into one paid endpoint call and saves about ~150k tokens saved.
Load provider or endpoint state -> Summarize payment readiness
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 50
Success 30d: 50%
Refund 30d: 25%
Paid runs: 4
Creator recipes: 1
Last run: 2026-03-13 07:23Z
Source: Endpoint Or Provider State Bundle
Step id: state
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| 05f858b3-de63-490a-89a5-1328d03cfdc0 | failed | recipe_api | 2026-03-13T07:22:01.975Z |
| 4518b841-2a90-4dff-ab15-b2c4c4de8378 | failed | recipe_api | 2026-03-13T07:08:32.945Z |
| eb75d740-a502-4694-b277-50f4b2f6fac1 | succeeded | recipe_api | 2026-03-12T06:24:25.751Z |
| b7c06fc2-9e00-4e6f-bb3c-f7007ed80893 | succeeded | recipe_api | 2026-03-12T06:09:08.409Z |
{
"id": "state",
"kind": "materialize",
"title": "Load provider or endpoint state",
"request": {
"scope": "{{ $.input }}",
"network": "eip155:8453",
"templateId": "endpoint_or_provider_state_bundle",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize payment readiness",
"request": {
"params": {
"input": {
"scope": "{{ $.input }}",
"state": "{{ $.stepsById.state.output }}",
"target": "{{ $.input.providerSlug }}{{ $.input.endpointId }}"
},
"prompt": "Summarize payment readiness for this provider or endpoint subject. Focus on x402 launch posture, evidence of live payments, strengths, risks, and practical next actions.",
"responseSchema": {
"type": "object",
"required": [
"target",
"readinessStatus",
"paymentSummary",
"strengths",
"risks",
"recommendedActions"
],
"properties": {
"risks": {
"type": "array",
"items": {
"type": "string"
},
"description": "Risks."
},
"target": {
"type": "string"
},
"strengths": {
"type": "array",
"items": {
"type": "string"
},
"description": "Strengths."
},
"paymentSummary": {
"type": "string"
},
"readinessStatus": {
"enum": [
"ready",
"monitor",
"review-needed"
],
"type": "string"
},
"recommendedActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Recommended actions."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a payment-readiness brief. Stay grounded in the supplied state bundle only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}