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
Turn Allium-backed wallet transactions into a short recent-activity brief.
Endpoint: /v1/recipes/allium-wallet-activity-brief/run
Capabilities: allium, wallet-activity, wallet-brief, base
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
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:35Z
Source: Allium Wallet Transactions Raw
Step id: transactions
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| 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 |
{
"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"
}
}
{
"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"
}
}