402.bot
Recipe
live $0.0075 medium Wallet Intelligence

Allium Wallet Counterparty Brief

Summarize the top Allium-backed counterparties for one Base wallet.

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

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

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

Pipeline

Stage 1

Load Allium counterparties

materialize

Source: Allium Wallet Counterparties
Step id: counterparties

Stage 2

Summarize Allium counterparties

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
2264f993-042e-4ae6-8592-6088222b5062 succeeded recipe_api 2026-03-12T08:35:17.274Z
d2e76823-58a1-4837-8a5c-041166019f43 succeeded recipe_api 2026-03-12T07:58:09.280Z
View raw step spec

Load Allium counterparties

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

Summarize Allium counterparties

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Allium counterparties",
  "request": {
    "params": {
      "input": {
        "window": "{{ $.input.window }}",
        "walletAddress": "{{ $.input.walletAddress }}",
        "counterparties": "{{ $.stepsById.counterparties.output }}"
      },
      "prompt": "Summarize this Allium-backed counterparty map. Focus on dominant relationships, repeated addresses, and risk notes for an operator.",
      "responseSchema": {
        "type": "object",
        "required": [
          "walletAddress",
          "window",
          "summary",
          "dominantCounterparties",
          "repeatedCounterparties",
          "riskNotes"
        ],
        "properties": {
          "window": {
            "type": "string"
          },
          "summary": {
            "type": "string"
          },
          "riskNotes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Risk notes."
          },
          "walletAddress": {
            "type": "string"
          },
          "dominantCounterparties": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "address",
                "direction",
                "transferCount"
              ],
              "properties": {
                "address": {
                  "type": "string"
                },
                "direction": {
                  "type": "string"
                },
                "transferCount": {
                  "type": "integer"
                }
              },
              "additionalProperties": false
            }
          },
          "repeatedCounterparties": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Repeated counterparties."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise Allium counterparty brief. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}