Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Combines stablecoin snapshots with public chatter into a compact depeg response brief.
Combine stablecoin market state and public chatter into a compact depeg response brief.
Endpoint: /v1/recipes/stablecoin-depeg-response-brief/run
Capabilities: stablecoin, depeg-response, risk-brief, markets
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Combines stablecoin snapshots with public chatter into a compact depeg response 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: Messari Stablecoins
Step id: stablecoins
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": "stablecoins",
"kind": "fetch_transform",
"title": "Load stablecoin market snapshot",
"request": {
"params": {
"limit": 10
},
"sourceId": "messari_stablecoins",
"deliveryFormat": "json"
}
}
{
"id": "tweets",
"kind": "fetch_transform",
"title": "Search depeg chatter",
"request": {
"params": {
"phrase": "{{ $.input.assetKey }} depeg",
"minLikes": 2
},
"sourceId": "twitsh_tweet_search",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search depeg context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.assetKey }} depeg stablecoin risk issuer liquidity"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build depeg response brief",
"request": {
"params": {
"input": {
"tweets": "{{ $.stepsById.tweets.output }}",
"assetKey": "{{ $.input.assetKey }}",
"stablecoins": "{{ $.stepsById.stablecoins.output }}",
"publicContext": "{{ $.stepsById.search.output }}"
},
"prompt": "Prepare a stablecoin depeg response brief. Focus on risk level, depeg signals, a response checklist, and next actions.",
"responseSchema": {
"type": "object",
"required": [
"assetKey",
"riskLevel",
"summary",
"depegSignals",
"responseChecklist",
"nextActions"
],
"properties": {
"summary": {
"type": "string"
},
"assetKey": {
"type": "string"
},
"riskLevel": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"depegSignals": {
"type": "array",
"items": {
"type": "string"
},
"description": "Depeg signals."
},
"responseChecklist": {
"type": "array",
"items": {
"type": "string"
},
"description": "Response checklist."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a compact stablecoin depeg response brief. Stay grounded in the supplied stablecoin snapshot and public context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}