Why pay for this?
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Simulate Bankr launch -> Summarize launch readiness
Simulate a Bankr token launch and summarize fee split, returned identifiers, and readiness notes.
Endpoint: /v1/recipes/bankr-launch-readiness-brief/run
Capabilities: bankr, launch, simulation, operator-brief
This recipe turns roughly 8 separate tool operations into one paid endpoint call and saves about ~120k tokens saved.
Simulate Bankr launch -> Summarize launch readiness
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: 26
Success 30d: 0%
Refund 30d: 0%
Paid runs: 1
Creator recipes: 1
Last run: 2026-03-12 08:35Z
Source: Bankr Token Launch
Step id: launch
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| ed2398e8-4fe2-4ea6-aeb7-b27934e1ccf6 | failed | recipe_api | 2026-03-12T08:32:59.574Z |
{
"id": "launch",
"kind": "fetch_transform",
"title": "Simulate Bankr launch",
"request": {
"params": {
"name": "{{ $.input.name }}",
"chain": "base",
"symbol": "{{ $.input.symbol }}",
"imageUrl": "{{ $.input.imageUrl }}",
"tweetUrl": "{{ $.input.tweetUrl }}",
"simulated": true,
"websiteUrl": "{{ $.input.websiteUrl }}",
"description": "{{ $.input.description }}",
"feeRecipientType": "{{ $.input.feeRecipientType }}",
"feeRecipientValue": "{{ $.input.feeRecipientValue }}"
},
"sourceId": "bankr_token_launch",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize launch readiness",
"request": {
"params": {
"input": {
"launch": "{{ $.stepsById.launch.output }}"
},
"prompt": "Summarize this simulated Bankr launch result for an operator. Focus on the returned fee split, identifiers, readiness notes, and the next actions before a live launch.",
"responseSchema": {
"type": "object",
"required": [
"launchId",
"status",
"simulated",
"summary",
"feeSplit",
"returnedIdentifiers",
"readinessNotes",
"nextActions"
],
"properties": {
"status": {
"type": "string"
},
"summary": {
"type": "string"
},
"feeSplit": {
"type": "string"
},
"launchId": {
"type": "string"
},
"simulated": {
"type": "boolean"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Suggested next actions."
},
"readinessNotes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Readiness notes."
},
"returnedIdentifiers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Returned identifiers."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a launch-readiness brief. Stay grounded in the supplied JSON only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}