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
Summarize the top Allium-backed counterparties for one Base wallet.
Endpoint: /v1/recipes/allium-wallet-counterparty-brief/run
Capabilities: allium, wallet-counterparties, wallet-brief, base
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
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:36Z
Source: Allium Wallet Counterparties
Step id: counterparties
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| 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 |
{
"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"
}
}
{
"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"
}
}