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
Summarize the most common Allium-backed labels attached to recent wallet activity.
Endpoint: /v1/recipes/allium-wallet-labels-brief/run
Capabilities: allium, wallet-labels, wallet-brief, base
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
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
Success 30d: 100%
Refund 30d: 0%
Paid runs: 2
Creator recipes: 1
Last run: 2026-03-12 08:39Z
Source: Allium Wallet Labels
Step id: labels
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| 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 |
{
"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"
}
}
{
"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"
}
}