402.bot
Recipe
live $0.0050 simple Wallet Intelligence

Allium Wallet Labels Brief

Summarize the most common Allium-backed labels attached to recent wallet activity.

$0.0050price
2steps
2sources
150ktokens saved
10tool calls compressed
11798msmedian latency
Allium Wallet LabelsGoogle Gemini Flash Structured

Endpoint: /v1/recipes/allium-wallet-labels-brief/run
Capabilities: allium, wallet-labels, wallet-brief, base

Why pay for this?

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

Load Allium labels -> Summarize Allium labels

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

Usage and trust

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

Pipeline

Stage 1

Load Allium labels

materialize

Source: Allium Wallet Labels
Step id: labels

Stage 2

Summarize Allium labels

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
c8c408f5-97c6-41c1-a461-ad63b8f8039a succeeded recipe_api 2026-03-12T08:36:31.175Z
5fedf68a-2cff-4788-85c7-75847536b88b succeeded recipe_api 2026-03-12T07:59:40.812Z
View raw step spec

Load Allium labels

{
  "id": "labels",
  "kind": "materialize",
  "title": "Load Allium labels",
  "request": {
    "scope": {
      "window": "{{ $.input.window }}",
      "maxItems": 50,
      "walletAddress": "{{ $.input.walletAddress }}"
    },
    "network": "eip155:8453",
    "templateId": "allium_wallet_labels",
    "deliveryFormat": "json"
  }
}

Summarize Allium labels

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Allium labels",
  "request": {
    "params": {
      "input": {
        "labels": "{{ $.stepsById.labels.output }}",
        "window": "{{ $.input.window }}",
        "walletAddress": "{{ $.input.walletAddress }}"
      },
      "prompt": "Summarize this Allium-backed wallet label report. Focus on label highlights, notable counterparties, and practical checks for an operator.",
      "responseSchema": {
        "type": "object",
        "required": [
          "walletAddress",
          "window",
          "summary",
          "labelHighlights",
          "notableCounterparties",
          "suggestedChecks"
        ],
        "properties": {
          "window": {
            "type": "string"
          },
          "summary": {
            "type": "string"
          },
          "walletAddress": {
            "type": "string"
          },
          "labelHighlights": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Label highlights."
          },
          "suggestedChecks": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Suggested checks."
          },
          "notableCounterparties": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Notable counterparties."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise Allium label brief. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}