Why pay for this?
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Run default Bankr fee query -> Format fee checklist
Run the default unclaimed-fee Bankr query and return a checklist-style operator output.
Endpoint: /v1/recipes/bankr-unclaimed-fee-checklist/run
Capabilities: bankr, fees, checklist, operator-brief
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Run default Bankr fee query -> Format fee checklist
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 Agent Prompt
Step id: inspect
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": "inspect",
"kind": "fetch_transform",
"title": "Run default Bankr fee query",
"request": {
"params": {
"query": "{{ $.input.query }}",
"threadId": "{{ $.input.threadId }}"
},
"sourceId": "bankr_agent_prompt",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Format fee checklist",
"request": {
"params": {
"input": {
"query": "{{ $.input.query }}",
"inspection": "{{ $.stepsById.inspect.output }}"
},
"prompt": "Turn this Bankr fee-inspection result into a concise checklist for an operator. Focus on the tokens mentioned, the concrete checks to perform, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"query",
"summary",
"checklist",
"tokensMentioned",
"nextActions"
],
"properties": {
"query": {
"type": "string"
},
"summary": {
"type": "string"
},
"checklist": {
"type": "array",
"items": {
"type": "string"
},
"description": "Checklist items."
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"tokensMentioned": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tokens mentioned."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a checklist-style fee review. Stay grounded in the supplied JSON only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}