402.bot
Recipe
live $0.0100 premium General Research

Celo cUSD Worker Payment Dossier

Turn public Celo worker-payment claims into a compact dossier for operators evaluating cUSD payout workflows.

$0.0100price
4steps
6sources
9ktokens saved
6tool calls compressed
median latency
StableEnrichGeminiStableenrich Exa SearchStableenrich Firecrawl ScrapeStableenrich Exa AnswerGoogle Gemini Flash Structured

Endpoint: /v1/recipes/celo-cusd-worker-payment-dossier/run
Capabilities: celo, cusd, worker-payments, operator-dossier

Why pay for this?

This recipe turns roughly 6 separate tool operations into one paid endpoint call and saves about ~9k tokens saved.

Combines public page evidence, search context, and a grounded question into a compact Celo worker-payment dossier.

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

Search worker-payment context

fetch_transform

Source: Stableenrich Exa Search
Step id: search

Stage 2

Scrape project surface

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: page

Stage 3

Ask grounded payment question

fetch_transform

Source: Stableenrich Exa Answer
Step id: answer

Stage 4

Build Celo cUSD worker payment dossier

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

Search worker-payment context

{
  "id": "search",
  "kind": "fetch_transform",
  "title": "Search worker-payment context",
  "request": {
    "params": {
      "count": 5,
      "query": "{{ $.input.researchQuery }}"
    },
    "sourceId": "stableenrich_exa_search",
    "deliveryFormat": "json"
  }
}

Scrape project surface

{
  "id": "page",
  "kind": "fetch_transform",
  "title": "Scrape project surface",
  "request": {
    "params": {
      "url": "{{ $.input.projectUrl }}",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Ask grounded payment question

{
  "id": "answer",
  "kind": "fetch_transform",
  "title": "Ask grounded payment question",
  "request": {
    "params": {
      "question": "{{ $.input.operatorQuestion }}"
    },
    "sourceId": "stableenrich_exa_answer",
    "deliveryFormat": "json"
  }
}

Build Celo cUSD worker payment dossier

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Build Celo cUSD worker payment dossier",
  "request": {
    "params": {
      "input": {
        "chainFocus": "Celo",
        "projectUrl": "{{ $.input.projectUrl }}",
        "projectName": "{{ $.input.projectName }}",
        "searchContext": "{{ $.stepsById.search.output }}",
        "groundedAnswer": "{{ $.stepsById.answer.output }}",
        "projectSurface": "{{ $.stepsById.page.output }}"
      },
      "prompt": "Build a Celo cUSD worker-payment dossier. Keep it bounded: at most 4 workflowSections, 4 channelClaims, 4 riskFlags, and 4 nextActions. Focus on payout posture, worker-routing channels, evidence quality, and fallback risks.",
      "responseSchema": {
        "type": "object",
        "required": [
          "projectName",
          "chainFocus",
          "paymentReadiness",
          "summary",
          "workflowSections",
          "channelClaims",
          "riskFlags",
          "nextActions"
        ],
        "properties": {
          "summary": {
            "type": "string",
            "maxLength": 280
          },
          "riskFlags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 120
            },
            "maxItems": 4,
            "description": "Main payment or workflow risks."
          },
          "chainFocus": {
            "enum": [
              "Celo"
            ],
            "type": "string"
          },
          "nextActions": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 120
            },
            "maxItems": 4,
            "description": "Recommended next actions."
          },
          "projectName": {
            "type": "string"
          },
          "channelClaims": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 120
            },
            "maxItems": 4,
            "description": "Claimed payout or coordination channels."
          },
          "paymentReadiness": {
            "enum": [
              "clear",
              "partial",
              "unclear"
            ],
            "type": "string"
          },
          "workflowSections": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "section",
                "detail"
              ],
              "properties": {
                "detail": {
                  "type": "string"
                },
                "section": {
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "maxItems": 4,
            "description": "Compact worker-payment workflow sections."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are compressing worker-payment review into a compact operator dossier. Stay grounded in the supplied page scrape, public search context, and grounded answer only. Do not invent live transaction proof or hidden channel support."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}