402.bot
Recipe
live $0.0100 premium Market & Prediction

Yield Rotation Shortlist

Shortlist yield-ready lanes and public market context for one asset and target network.

$0.0100price
3steps
6sources
7ktokens saved
3tool calls compressed
median latency
402.bot RouteStableEnrichGeminiRoute Capability CandidatesStableenrich Exa SearchGoogle Gemini Flash Structured

Endpoint: /v1/recipes/yield-rotation-shortlist/run
Capabilities: yield, yield-rotation, yield-shortlist, base

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.

Creator

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

Usage and trust

Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs

Pipeline

Stage 1

Rank yield-capable routes

fetch_transform

Source: Route Capability Candidates
Step id: routes

Stage 2

Search yield context

fetch_transform

Source: Stableenrich Exa Search
Step id: search

Stage 3

Build yield rotation shortlist

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
No recent runs recorded yet. Runs appear here after the first paid execution.
View raw step spec

Rank yield-capable routes

{
  "id": "routes",
  "kind": "fetch_transform",
  "title": "Rank yield-capable routes",
  "request": {
    "params": {
      "limit": 5,
      "capability": "yield"
    },
    "sourceId": "route_capability_candidates",
    "deliveryFormat": "json"
  }
}

Search yield context

{
  "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"
  }
}

Build yield rotation shortlist

{
  "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"
  }
}