Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Combines social search, wallet activity, and public context into a compact Base social-signal brief.
Combine Base wallet behavior and bounded social signal context into a compact Neynar-fit brief.
Endpoint: /v1/recipes/neynar-base-social-signal-brief/run
Capabilities: social-signals, farcaster-intel, base-discovery
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~8k tokens saved.
Combines social search, wallet activity, and public context into a compact Base social-signal 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: Allium Wallet Transactions Raw
Step id: activity
Source: Twitsh Tweet Search
Step id: tweets
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": "activity",
"kind": "materialize",
"title": "Materialize wallet activity",
"request": {
"scope": {
"window": "7d",
"walletAddress": "{{ $.input.walletAddress }}"
},
"network": "eip155:8453",
"templateId": "allium_wallet_transactions_raw",
"deliveryFormat": "json"
}
}
{
"id": "tweets",
"kind": "fetch_transform",
"title": "Search social signal context",
"request": {
"params": {
"limit": 10,
"query": "{{ $.input.query }}"
},
"sourceId": "twitsh_tweet_search",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search Neynar surface context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.primaryOrigin }} Base social graph {{ $.input.operatorGoal }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build Neynar Base social signal brief",
"request": {
"params": {
"input": {
"query": "{{ $.input.query }}",
"tweets": "{{ $.stepsById.tweets.output }}",
"activity": "{{ $.stepsById.activity.output.response.result }}",
"operatorGoal": "{{ $.input.operatorGoal }}",
"primaryOrigin": "{{ $.input.primaryOrigin }}",
"searchContext": "{{ $.stepsById.search.output }}",
"walletAddress": "{{ $.input.walletAddress }}"
},
"prompt": "Build a Neynar Base social signal brief. Focus on the signal fit, the social signals, the wallet signals, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"walletAddress",
"primaryOrigin",
"signalFit",
"summary",
"socialSignals",
"walletSignals",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"signalFit": {
"enum": [
"strong",
"mixed",
"weak"
],
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Next actions."
},
"primaryOrigin": {
"type": "string"
},
"socialSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Social signal notes."
},
"walletAddress": {
"type": "string"
},
"walletSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Wallet or flow signals."
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing a Neynar-style Base social lane into a bounded operator brief. Stay grounded in the supplied wallet activity, social search context, and public search context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}