402.bot
Recipe
live $0.0075 medium Wallet Intelligence

Allium Wallet Balance Brief

Summarize one Base wallet's Allium-backed balance state into a short operator brief.

$0.0075price
2steps
2sources
150ktokens saved
10tool calls compressed
19380msmedian latency
Allium Wallet Balances RawGoogle Gemini Flash Structured

Endpoint: /v1/recipes/allium-wallet-balance-brief/run
Capabilities: allium, wallet-balances, 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 wallet balances -> Summarize Allium balances

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:33Z

Pipeline

Stage 1

Load Allium wallet balances

materialize

Source: Allium Wallet Balances Raw
Step id: balances

Stage 2

Summarize Allium balances

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
20256b84-18ad-4086-8efc-78b86332afd2 succeeded recipe_api 2026-03-12T08:31:52.232Z
08cf5f85-d976-4cce-8774-28209570ce34 succeeded recipe_api 2026-03-12T07:47:48.573Z
View raw step spec

Load Allium wallet balances

{
  "id": "balances",
  "kind": "materialize",
  "title": "Load Allium wallet balances",
  "request": {
    "scope": {
      "walletAddress": "{{ $.input.walletAddress }}"
    },
    "network": "eip155:8453",
    "templateId": "allium_wallet_balances_raw",
    "deliveryFormat": "json"
  }
}

Summarize Allium balances

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Allium balances",
  "request": {
    "params": {
      "input": {
        "balances": "{{ $.stepsById.balances.output }}",
        "walletAddress": "{{ $.input.walletAddress }}"
      },
      "prompt": "Summarize this Allium-backed Base wallet balance snapshot. Focus on visible concentration, top holdings, and operator watch items.",
      "responseSchema": {
        "type": "object",
        "required": [
          "walletAddress",
          "summary",
          "concentrationLevel",
          "topHoldings",
          "watchItems"
        ],
        "properties": {
          "summary": {
            "type": "string"
          },
          "watchItems": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Watch items."
          },
          "topHoldings": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "symbol",
                "normalizedBalance",
                "role"
              ],
              "properties": {
                "role": {
                  "type": "string"
                },
                "symbol": {
                  "type": "string"
                },
                "normalizedBalance": {
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          },
          "walletAddress": {
            "type": "string"
          },
          "concentrationLevel": {
            "enum": [
              "low",
              "medium",
              "high"
            ],
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise Allium wallet balance brief. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}