Why pay for this?
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~6k tokens saved.
Blends a yield-capable route shortlist with public market context to explain visible rate-change signals.
Summarize visible yield-rate changes and what they likely mean for one asset.
Endpoint: /v1/recipes/yield-rate-change-watch/run
Capabilities: yield, yield-rate, yield-watch, base
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~6k tokens saved.
Blends a yield-capable route shortlist with public market context to explain visible rate-change signals.
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: Route Capability Candidates
Step id: routes
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": "routes",
"kind": "fetch_transform",
"title": "Rank yield-capable routes",
"request": {
"params": {
"limit": 5,
"capability": "yield"
},
"sourceId": "route_capability_candidates",
"deliveryFormat": "json"
}
}
{
"id": "search",
"kind": "fetch_transform",
"title": "Search yield rate-change context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.asset }} yield rate change {{ $.input.targetNetwork }} incentives liquidity"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build yield rate-change watch",
"request": {
"params": {
"input": {
"asset": "{{ $.input.asset }}",
"routes": "{{ $.stepsById.routes.output }}",
"publicContext": "{{ $.stepsById.search.output }}",
"targetNetwork": "{{ $.input.targetNetwork }}"
},
"prompt": "Write a yield rate-change watch. Focus on visible change signals, likely drivers, and concrete next actions.",
"responseSchema": {
"type": "object",
"required": [
"asset",
"summary",
"changeSignals",
"rateDrivers",
"nextActions"
],
"properties": {
"asset": {
"type": "string"
},
"summary": {
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"rateDrivers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Rate drivers."
},
"changeSignals": {
"type": "array",
"items": {
"type": "string"
},
"description": "Change signals."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a compact yield rate-change memo. Stay grounded in the supplied route shortlist and public search context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}