Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.
Combines wallet balances, token flow, and public surface context into one compact Base payout-rail brief.
Combine Base flow evidence and public Polymer context into a compact payout-rail brief.
Endpoint: /v1/recipes/polymer-base-payout-rail-brief/run
Capabilities: payout-rail, settlement-brief, base-payments
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.
Combines wallet balances, token flow, and public surface context into one compact Base payout-rail brief.
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: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Wallet Portfolio
Step id: portfolio
Source: Token Flow Snapshot
Step id: flows
Source: Stableenrich Exa Search
Step id: search
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "portfolio",
"kind": "materialize",
"title": "Materialize wallet portfolio",
"request": {
"scope": {
"walletAddress": "{{ $.input.walletAddress }}"
},
"network": "eip155:8453",
"templateId": "wallet_portfolio",
"deliveryFormat": "json"
}
}
{
"id": "flows",
"kind": "materialize",
"title": "Materialize token flow snapshot",
"request": {
"scope": {
"window": "7d",
"walletAddress": "{{ $.input.walletAddress }}"
},
"network": "eip155:8453",
"templateId": "token_flow_snapshot",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search Polymer rail context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.primaryOrigin }} Polymer Base payout rail {{ $.input.operatorGoal }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build Polymer Base payout rail brief",
"request": {
"params": {
"input": {
"flows": "{{ $.stepsById.flows.output.response.result }}",
"portfolio": "{{ $.stepsById.portfolio.output.response.result }}",
"operatorGoal": "{{ $.input.operatorGoal }}",
"primaryOrigin": "{{ $.input.primaryOrigin }}",
"searchContext": "{{ $.stepsById.search.output }}",
"walletAddress": "{{ $.input.walletAddress }}"
},
"prompt": "Build a Polymer Base payout rail brief. Focus on the payout verdict, the rail signals, the flow signals, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"walletAddress",
"primaryOrigin",
"payoutVerdict",
"summary",
"railSignals",
"flowSignals",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"flowSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Wallet-flow signals."
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Next actions."
},
"railSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Payout rail signals."
},
"payoutVerdict": {
"enum": [
"ready",
"watch",
"weak"
],
"type": "string"
},
"primaryOrigin": {
"type": "string"
},
"walletAddress": {
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing a Polymer-style Base payout rail into a bounded operator brief. Stay grounded in the supplied wallet portfolio, token-flow snapshot, and public surface context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}