Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Combines wallet posture and bounded public context into a compact Base research-fit brief.
Combine Base wallet posture and bounded StableEnrich context into a compact research-fit brief.
Endpoint: /v1/recipes/stableenrich-base-research-fit-brief/run
Capabilities: research-fit, provider-choice, base-research
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Combines wallet posture and bounded public context into a compact Base research-fit 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: Stableenrich Exa Search
Step id: search
Source: Stableenrich Exa Answer
Step id: answer
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": "search",
"kind": "fetch_transform",
"title": "Search StableEnrich surface context",
"request": {
"params": {
"count": 6,
"query": "{{ $.input.researchQuery }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "answer",
"kind": "fetch_transform",
"title": "Ask grounded StableEnrich fit question",
"request": {
"params": {
"question": "{{ $.input.referenceQuestion }}"
},
"sourceId": "stableenrich_exa_answer",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build StableEnrich Base research fit brief",
"request": {
"params": {
"input": {
"portfolio": "{{ $.stepsById.portfolio.output.response.result }}",
"operatorGoal": "{{ $.input.operatorGoal }}",
"primaryOrigin": "{{ $.input.primaryOrigin }}",
"searchContext": "{{ $.stepsById.search.output }}",
"walletAddress": "{{ $.input.walletAddress }}",
"groundedAnswer": "{{ $.stepsById.answer.output }}"
},
"prompt": "Build a StableEnrich Base research fit brief. Focus on the research fit, the bounded research signals, the spend signals, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"walletAddress",
"primaryOrigin",
"researchFit",
"summary",
"researchSignals",
"spendSignals",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Next actions."
},
"researchFit": {
"enum": [
"strong",
"mixed",
"weak"
],
"type": "string"
},
"spendSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Treasury or spend signals."
},
"primaryOrigin": {
"type": "string"
},
"walletAddress": {
"type": "string"
},
"researchSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Research-fit signals."
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing a StableEnrich-style Base research surface into a bounded operator brief. Stay grounded in the supplied wallet portfolio, public search context, and grounded answer only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}