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 balances -> Summarize Allium balances
Summarize one Base wallet's Allium-backed balance state into a short operator brief.
Endpoint: /v1/recipes/allium-wallet-balance-brief/run
Capabilities: allium, wallet-balances, 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 balances -> Summarize Allium balances
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:33Z
Source: Allium Wallet Balances Raw
Step id: balances
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| 20256b84-18ad-4086-8efc-78b86332afd2 | succeeded | recipe_api | 2026-03-12T08:31:52.232Z |
| 08cf5f85-d976-4cce-8774-28209570ce34 | succeeded | recipe_api | 2026-03-12T07:47:48.573Z |
{
"id": "balances",
"kind": "materialize",
"title": "Load Allium wallet balances",
"request": {
"scope": {
"walletAddress": "{{ $.input.walletAddress }}"
},
"network": "eip155:8453",
"templateId": "allium_wallet_balances_raw",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize Allium balances",
"request": {
"params": {
"input": {
"balances": "{{ $.stepsById.balances.output }}",
"walletAddress": "{{ $.input.walletAddress }}"
},
"prompt": "Summarize this Allium-backed Base wallet balance snapshot. Focus on visible concentration, top holdings, and operator watch items.",
"responseSchema": {
"type": "object",
"required": [
"walletAddress",
"summary",
"concentrationLevel",
"topHoldings",
"watchItems"
],
"properties": {
"summary": {
"type": "string"
},
"watchItems": {
"type": "array",
"items": {
"type": "string"
},
"description": "Watch items."
},
"topHoldings": {
"type": "array",
"items": {
"type": "object",
"required": [
"symbol",
"normalizedBalance",
"role"
],
"properties": {
"role": {
"type": "string"
},
"symbol": {
"type": "string"
},
"normalizedBalance": {
"type": "string"
}
},
"additionalProperties": false
}
},
"walletAddress": {
"type": "string"
},
"concentrationLevel": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a concise Allium wallet balance brief. Stay grounded in the supplied JSON only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}