402.bot
Recipe
live $0.0075 medium Wallet Intelligence

Allium Wallet Activity Brief

Turn Allium-backed wallet transactions into a short recent-activity brief.

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

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

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

Pipeline

Stage 1

Load Allium wallet transactions

materialize

Source: Allium Wallet Transactions Raw
Step id: transactions

Stage 2

Summarize Allium activity

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
4d54d4e1-338f-4a7f-b81b-b1b092aa86a2 succeeded recipe_api 2026-03-12T08:33:16.744Z
13535bf7-7004-4d3c-a6a6-64ff9499dab7 succeeded recipe_api 2026-03-12T07:57:53.256Z
View raw step spec

Load Allium wallet transactions

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

Summarize Allium activity

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Allium activity",
  "request": {
    "params": {
      "input": {
        "window": "{{ $.input.window }}",
        "transactions": "{{ $.stepsById.transactions.output }}",
        "walletAddress": "{{ $.input.walletAddress }}"
      },
      "prompt": "Summarize this Allium-backed wallet activity feed. Focus on fresh movement, repeated counterparties, visible labels, and practical follow-up actions.",
      "responseSchema": {
        "type": "object",
        "required": [
          "walletAddress",
          "window",
          "summary",
          "alertLevel",
          "keyCounterparties",
          "keyLabels",
          "recommendedActions"
        ],
        "properties": {
          "window": {
            "type": "string"
          },
          "summary": {
            "type": "string"
          },
          "keyLabels": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Key labels."
          },
          "alertLevel": {
            "enum": [
              "low",
              "medium",
              "high"
            ],
            "type": "string"
          },
          "walletAddress": {
            "type": "string"
          },
          "keyCounterparties": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Key counterparties."
          },
          "recommendedActions": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Recommended actions."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise Allium wallet activity brief. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}