Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.
Combines market history, token flow, and bounded discussion context into a compact Base metric-jump watch.
Combine market history, token flow, and bounded discussion context into a compact Base DeFi metric-jump watch.
Endpoint: /v1/recipes/base-defi-metric-jump-watch/run
Capabilities: metric-jump, base-watch, protocol-intelligence
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.
Combines market history, token flow, and bounded discussion context into a compact Base metric-jump watch.
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: Messari Asset Timeseries
Step id: timeseries
Source: Token Flow Snapshot
Step id: flow
Source: Twitsh Tweet Search
Step id: tweets
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": "timeseries",
"kind": "fetch_transform",
"title": "Load asset price history",
"request": {
"params": {
"limit": 14,
"assetId": "{{ $.input.assetSlug }}",
"frequency": "1d",
"metricKey": "price_usd"
},
"sourceId": "messari_asset_timeseries",
"deliveryFormat": "json"
}
}
{
"id": "flow",
"kind": "materialize",
"title": "Materialize 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 discussion context",
"request": {
"params": {
"phrase": "{{ $.input.query }}",
"minLikes": 2
},
"sourceId": "twitsh_tweet_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build Base DeFi metric jump watch",
"request": {
"params": {
"input": {
"flow": "{{ $.stepsById.flow.output.response.result }}",
"tweets": "{{ $.stepsById.tweets.output }}",
"timeseries": "{{ $.stepsById.timeseries.output }}",
"protocolName": "{{ $.input.protocolName }}"
},
"prompt": "Build a Base DeFi metric-jump watch. Focus on the alert level, the metric-jump signals, the likely drivers, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"protocolName",
"alertLevel",
"summary",
"jumpSignals",
"likelyDrivers",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"alertLevel": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"jumpSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Metric-jump signals."
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Next actions."
},
"protocolName": {
"type": "string"
},
"likelyDrivers": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Likely drivers."
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing Base protocol-intelligence into a bounded watch packet. Stay grounded in the supplied time-series, token-flow, and discussion context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}