Why pay for this?
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Run Bankr fee query -> Summarize Bankr fee inspection
Run a Bankr Agent API fee query and summarize opportunities, risks, and next actions.
Endpoint: /v1/recipes/bankr-fee-inspection-brief/run
Capabilities: bankr, fees, agent-prompt, operator-brief
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Run Bankr fee query -> Summarize Bankr fee inspection
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 Bankr fee query",
"request": {
"params": {
"query": "{{ $.input.query }}",
"threadId": "{{ $.input.threadId }}"
},
"sourceId": "bankr_agent_prompt",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize Bankr fee inspection",
"request": {
"params": {
"input": {
"query": "{{ $.input.query }}",
"inspection": "{{ $.stepsById.inspect.output }}"
},
"prompt": "Turn this completed Bankr fee inspection into a concise operator brief. Focus on opportunities, risks, and next actions without inventing facts.",
"responseSchema": {
"type": "object",
"required": [
"query",
"summary",
"opportunities",
"risks",
"nextActions",
"rawResponse"
],
"properties": {
"query": {
"type": "string"
},
"risks": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed risks."
},
"summary": {
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Suggested next actions."
},
"rawResponse": {
"type": "string"
},
"opportunities": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed opportunities."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a Bankr fee inspection brief. Stay grounded in the supplied JSON only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}