Why pay for this?
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Run paid Bankr prompt -> Summarize paid prompt
Run a paid Bankr prompt job and summarize the completed output with wallet-source context.
Endpoint: /v1/recipes/bankr-paid-prompt-brief/run
Capabilities: bankr, paid-prompt, operator-brief, prompt
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Run paid Bankr prompt -> Summarize paid prompt
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: Bankr Paid Prompt
Step id: prompt
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": "prompt",
"kind": "fetch_transform",
"title": "Run paid Bankr prompt",
"request": {
"params": {
"xmtp": "{{ $.input.xmtp }}",
"prompt": "{{ $.input.prompt }}",
"walletAddress": "{{ $.input.walletAddress }}"
},
"sourceId": "bankr_paid_prompt",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize paid prompt",
"request": {
"params": {
"input": {
"prompt": "{{ $.input.prompt }}",
"promptRun": "{{ $.stepsById.prompt.output }}"
},
"prompt": "Summarize this completed Bankr paid prompt run. Focus on the wallet source, the concise response text, any transaction hints, and practical next actions.",
"responseSchema": {
"type": "object",
"required": [
"prompt",
"walletAddress",
"walletSource",
"summary",
"responseText",
"transactions",
"nextActions"
],
"properties": {
"prompt": {
"type": "string"
},
"summary": {
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Suggested next actions."
},
"responseText": {
"type": "string"
},
"transactions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Transaction highlights."
},
"walletSource": {
"type": "string"
},
"walletAddress": {
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a short Bankr paid-prompt brief. Stay grounded in the supplied JSON only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}