402.bot
Recipe
live $0.0100 premium Bankr Ops

Bankr Paid Prompt Brief

Run a paid Bankr prompt job and summarize the completed output with wallet-source context.

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

Endpoint: /v1/recipes/bankr-paid-prompt-brief/run
Capabilities: bankr, paid-prompt, operator-brief, prompt

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

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 paid Bankr prompt

fetch_transform

Source: Bankr Paid Prompt
Step id: prompt

Stage 2

Summarize paid prompt

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 paid Bankr prompt

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

Summarize paid prompt

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