402.bot
Recipe
live $0.0075 medium Market & Prediction

Yield Rate Change Watch

Summarize visible yield-rate changes and what they likely mean for one asset.

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

Endpoint: /v1/recipes/yield-rate-change-watch/run
Capabilities: yield, yield-rate, yield-watch, base

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.

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 rate-change context

fetch_transform

Source: Stableenrich Exa Search
Step id: search

Stage 3

Build yield rate-change watch

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 rate-change context

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

Build yield rate-change watch

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