Why pay for this?
This recipe turns roughly 5 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Combines public search and a grounded answer into a compact facilitator readiness comparison.
Compare named x402 facilitators into one compact readiness board for a target network or operator goal.
Endpoint: /v1/recipes/facilitator-readiness-compare/run
Capabilities: facilitator, payment-infra, provider-compare
This recipe turns roughly 5 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Combines public search and a grounded answer into a compact facilitator readiness comparison.
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: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Stableenrich Exa Search
Step id: search
Source: Stableenrich Exa Answer
Step id: answer
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "search",
"kind": "fetch_transform",
"title": "Search facilitator context",
"request": {
"params": {
"count": 6,
"query": "{{ $.input.researchQuery }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "answer",
"kind": "fetch_transform",
"title": "Ask grounded facilitator question",
"request": {
"params": {
"question": "{{ $.input.operatorGoal }}"
},
"sourceId": "stableenrich_exa_answer",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build facilitator readiness comparison",
"request": {
"params": {
"input": {
"networkFocus": "{{ $.input.networkFocus }}",
"operatorGoal": "{{ $.input.operatorGoal }}",
"searchContext": "{{ $.stepsById.search.output }}",
"groundedAnswer": "{{ $.stepsById.answer.output }}",
"facilitatorNames": "{{ $.input.facilitatorNames }}"
},
"prompt": "Build a facilitator readiness comparison. Keep it bounded: at most 4 facilitatorRows, 4 comparisonRisks, and 4 nextActions. Compare only the named facilitators and focus on settlement fit, coverage, and operator takeaways.",
"responseSchema": {
"type": "object",
"required": [
"networkFocus",
"operatorGoal",
"bestFitFacilitator",
"summary",
"facilitatorRows",
"comparisonRisks",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Recommended next actions."
},
"networkFocus": {
"type": "string"
},
"operatorGoal": {
"type": "string"
},
"comparisonRisks": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Main comparison caveats."
},
"facilitatorRows": {
"type": "array",
"items": {
"type": "object",
"required": [
"facilitator",
"settlementFit",
"coverageNote",
"operatorTakeaway"
],
"properties": {
"facilitator": {
"type": "string",
"maxLength": 80
},
"coverageNote": {
"type": "string",
"maxLength": 120
},
"settlementFit": {
"enum": [
"strong",
"usable",
"weak"
],
"type": "string"
},
"operatorTakeaway": {
"type": "string",
"maxLength": 120
}
},
"additionalProperties": false
},
"maxItems": 4
},
"bestFitFacilitator": {
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing facilitator comparison into a compact operator board. Stay grounded in the supplied public search context and grounded answer only. Do not invent chain coverage, merchant support, or settlement guarantees."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}