402.bot
Recipe
live $0.0100 premium Bankr Ops

Bankr Launch Readiness Brief

Simulate a Bankr token launch and summarize fee split, returned identifiers, and readiness notes.

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

Endpoint: /v1/recipes/bankr-launch-readiness-brief/run
Capabilities: bankr, launch, simulation, 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.

Simulate Bankr launch -> Summarize launch readiness

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

Usage and trust

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

Pipeline

Stage 1

Simulate Bankr launch

fetch_transform

Source: Bankr Token Launch
Step id: launch

Stage 2

Summarize launch readiness

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
ed2398e8-4fe2-4ea6-aeb7-b27934e1ccf6 failed recipe_api 2026-03-12T08:32:59.574Z
View raw step spec

Simulate Bankr launch

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

Summarize launch readiness

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