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
Summarize the configured Bankr operator profile, linked wallets, socials, and Bankr Club state.
Endpoint: /v1/recipes/bankr-profile-brief/run
Capabilities: bankr, identity, profile, operator
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
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
Success 30d: 100%
Refund 30d: 0%
Paid runs: 1
Creator recipes: 1
Last run: 2026-03-12 08:31Z
Source: Bankr Me
Step id: profile
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| a8f6c021-aa12-4387-8e8a-c886d50e5ded | succeeded | recipe_api | 2026-03-12T08:23:35.285Z |
{
"id": "profile",
"kind": "fetch_transform",
"title": "Load Bankr profile",
"request": {
"params": {},
"sourceId": "bankr_me",
"deliveryFormat": "json"
}
}
{
"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"
}
}