Why pay for this?
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Ranks yield-capable routes, layers on public market context, and returns a compact rotation shortlist.
Shortlist yield-ready lanes and public market context for one asset and target network.
Endpoint: /v1/recipes/yield-rotation-shortlist/run
Capabilities: yield, yield-rotation, yield-shortlist, base
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Ranks yield-capable routes, layers on public market context, and returns a compact rotation shortlist.
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 context",
"request": {
"params": {
"count": 5,
"query": "{{ $.input.asset }} yield opportunities {{ $.input.targetNetwork }} liquidity risk"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build yield rotation shortlist",
"request": {
"params": {
"input": {
"asset": "{{ $.input.asset }}",
"routes": "{{ $.stepsById.routes.output }}",
"amountUsd": "{{ $.input.amountUsd }}",
"publicContext": "{{ $.stepsById.search.output }}",
"targetNetwork": "{{ $.input.targetNetwork }}"
},
"prompt": "Prepare a yield rotation shortlist. Focus on the strongest visible routes, market signals, key risks, and next actions.",
"responseSchema": {
"type": "object",
"required": [
"asset",
"targetNetwork",
"summary",
"candidateRoutes",
"marketSignals",
"risks",
"nextActions"
],
"properties": {
"asset": {
"type": "string"
},
"risks": {
"type": "array",
"items": {
"type": "string"
},
"description": "Risks."
},
"summary": {
"type": "string"
},
"nextActions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Next actions."
},
"marketSignals": {
"type": "array",
"items": {
"type": "string"
},
"description": "Market signals."
},
"targetNetwork": {
"type": "string"
},
"candidateRoutes": {
"type": "array",
"items": {
"type": "object",
"required": [
"endpointId",
"resource",
"priceUsdc",
"score"
],
"properties": {
"score": {
"type": "number"
},
"resource": {
"type": "string"
},
"priceUsdc": {
"type": "number"
},
"endpointId": {
"type": "string"
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a compact yield rotation shortlist. Stay grounded in the supplied route shortlist and public search context only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}