402.bot
Recipe
live $0.0075 medium Bankr Ops

Bankr Profile Brief

Summarize the configured Bankr operator profile, linked wallets, socials, and Bankr Club state.

$0.0075price
2steps
2sources
120ktokens saved
8tool calls compressed
4417msmedian latency
Bankr MeGoogle Gemini Flash Structured

Endpoint: /v1/recipes/bankr-profile-brief/run
Capabilities: bankr, identity, profile, operator

Why pay for this?

This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.

Load Bankr profile -> Summarize Bankr profile

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: 78

Usage and trust

Success 30d: 100%
Refund 30d: 0%
Paid runs: 1
Creator recipes: 1
Last run: 2026-03-12 08:31Z

Pipeline

Stage 1

Load Bankr profile

fetch_transform

Source: Bankr Me
Step id: profile

Stage 2

Summarize Bankr profile

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
a8f6c021-aa12-4387-8e8a-c886d50e5ded succeeded recipe_api 2026-03-12T08:23:35.285Z
View raw step spec

Load Bankr profile

{
  "id": "profile",
  "kind": "fetch_transform",
  "title": "Load Bankr profile",
  "request": {
    "params": {},
    "sourceId": "bankr_me",
    "deliveryFormat": "json"
  }
}

Summarize Bankr profile

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Bankr profile",
  "request": {
    "params": {
      "input": {
        "profile": "{{ $.stepsById.profile.output }}"
      },
      "prompt": "Summarize this Bankr operator profile. Focus on account identity, linked wallets, social presence, and whether Bankr Club is enabled.",
      "responseSchema": {
        "type": "object",
        "required": [
          "displayName",
          "username",
          "overview",
          "bankrClub",
          "linkedWallets",
          "socialAccounts"
        ],
        "properties": {
          "overview": {
            "type": "string"
          },
          "username": {
            "type": "string"
          },
          "bankrClub": {
            "type": "boolean"
          },
          "displayName": {
            "type": "string"
          },
          "linkedWallets": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "address",
                "chain",
                "label"
              ],
              "properties": {
                "chain": {
                  "type": "string"
                },
                "label": {
                  "type": "string"
                },
                "address": {
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          },
          "socialAccounts": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "platform",
                "handle"
              ],
              "properties": {
                "handle": {
                  "type": "string"
                },
                "platform": {
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a short Bankr operator identity brief. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}