402.bot
Recipe
live $0.0100 premium Bankr Ops

Bankr Unclaimed Fee Checklist

Run the default unclaimed-fee Bankr query and return a checklist-style operator output.

$0.0100price
2steps
2sources
120ktokens saved
8tool calls compressed
median latency
Bankr Agent PromptGoogle Gemini Flash Structured

Endpoint: /v1/recipes/bankr-unclaimed-fee-checklist/run
Capabilities: bankr, fees, checklist, operator-brief

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

Creator

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

Usage and trust

Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs

Pipeline

Stage 1

Run default Bankr fee query

fetch_transform

Source: Bankr Agent Prompt
Step id: inspect

Stage 2

Format fee checklist

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
No recent runs recorded yet. Runs appear here after the first paid execution.
View raw step spec

Run default Bankr fee query

{
  "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"
  }
}

Format fee checklist

{
  "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"
  }
}