402.bot
Recipe
live $0.0100 premium Bankr Ops

Bankr Fee Inspection Brief

Run a Bankr Agent API fee query and summarize opportunities, risks, and next actions.

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

Endpoint: /v1/recipes/bankr-fee-inspection-brief/run
Capabilities: bankr, fees, agent-prompt, 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 Bankr fee query -> Summarize Bankr fee inspection

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 Bankr fee query

fetch_transform

Source: Bankr Agent Prompt
Step id: inspect

Stage 2

Summarize Bankr fee inspection

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 Bankr fee query

{
  "id": "inspect",
  "kind": "fetch_transform",
  "title": "Run Bankr fee query",
  "request": {
    "params": {
      "query": "{{ $.input.query }}",
      "threadId": "{{ $.input.threadId }}"
    },
    "sourceId": "bankr_agent_prompt",
    "deliveryFormat": "json"
  }
}

Summarize Bankr fee inspection

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