Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Compares public narrative against token-flow positioning in one compact brief.
Compare public narrative with token-flow positioning for one asset or thesis.
Endpoint: /v1/recipes/narrative-vs-positioning-brief/run
Capabilities: narrative, positioning, token-flows, markets
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Compares public narrative against token-flow positioning in one compact 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: Token Flow Snapshot
Step id: flow
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": "flow",
"kind": "materialize",
"title": "Load token flow snapshot",
"request": {
"scope": {
"window": "24h",
"tokenAddress": "{{ $.input.tokenAddress }}"
},
"network": "eip155:8453",
"templateId": "token_flow_snapshot",
"deliveryFormat": "json"
}
}
{
"id": "tweets",
"kind": "fetch_transform",
"title": "Search X narrative",
"request": {
"params": {
"phrase": "{{ $.input.query }}",
"minLikes": 5
},
"sourceId": "twitsh_tweet_search",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search public narrative context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.query }} token narrative liquidity positioning"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build narrative vs positioning brief",
"request": {
"params": {
"input": {
"flow": "{{ $.stepsById.flow.output }}",
"query": "{{ $.input.query }}",
"tweets": "{{ $.stepsById.tweets.output }}",
"tokenAddress": "{{ $.input.tokenAddress }}",
"publicContext": "{{ $.stepsById.search.output }}"
},
"prompt": "Compare the public narrative with the visible token-flow positioning. Focus on narrative themes, positioning signals, divergences, and next actions.",
"responseSchema": {
"type": "object",
"required": [
"tokenAddress",
"query",
"summary",
"narrativeThemes",
"positioningSignals",
"divergences",
"nextActions"
],
"properties": {
"query": {
"type": "string"
},
"summary": {
"type": "string"
},
"divergences": {
"type": "array",
"items": {
"type": "string"
},
"description": "Divergences."
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"tokenAddress": {
"type": "string"
},
"narrativeThemes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Narrative themes."
},
"positioningSignals": {
"type": "array",
"items": {
"type": "string"
},
"description": "Positioning signals."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a compact narrative-versus-positioning brief. Stay grounded in the supplied token-flow, X, and public web context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}