402.bot
Recipe
live $0.0075 medium Zapper Ops

Zapper Provider Overview Brief

Summarize Zapper's fixed provider profile, docs host, readiness state, and current payment posture.

$0.0075price
3steps
3sources
83ktokens saved
7tool calls compressed
125200msmedian latency
api.402.botTransformGoogle Gemini Flash Structured

Endpoint: /v1/recipes/zapper-provider-overview-brief/run
Capabilities: zapper, provider-overview, provider-readiness, providers

Why pay for this?

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

Load Zapper provider profile -> Normalize Zapper provider state -> Summarize Zapper provider overview

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: 63

Usage and trust

Success 30d: 67%
Refund 30d: 0%
Paid runs: 3
Creator recipes: 1
Last run: 2026-03-12 16:26Z

Pipeline

Stage 1

Load Zapper provider profile

http

Source: api.402.bot
Step id: profile

Stage 2

Normalize Zapper provider state

transform

Source: Transform
Step id: state

Stage 3

Summarize Zapper provider overview

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
e660891b-f280-4545-8380-efa0963176fd succeeded recipe_api 2026-03-12T16:24:14.795Z
a730dc5c-5ec9-4e0e-8f3d-906799fbec41 succeeded recipe_api 2026-03-12T16:02:39.398Z
2ea84017-9b07-4561-a6a8-edf9ba244093 running recipe_api 2026-03-12T15:42:46.207Z
View raw step spec

Load Zapper provider profile

{
  "id": "profile",
  "url": "https://api.402.bot/v1/providers/zapper-public-zapper-xyz",
  "kind": "http",
  "title": "Load Zapper provider profile",
  "method": "GET",
  "outputPath": "$.response"
}

Normalize Zapper provider state

{
  "id": "state",
  "kind": "transform",
  "title": "Normalize Zapper provider state",
  "request": {
    "mode": "clean_json",
    "source": {
      "kind": "json",
      "value": {
        "provider": {
          "provider": {
            "slug": "{{ $.stepsById.profile.output.provider.slug }}",
            "docsUrl": "{{ $.stepsById.profile.output.provider.docsUrl }}",
            "homepage": "{{ $.stepsById.profile.output.provider.homepage }}",
            "displayName": "{{ $.stepsById.profile.output.provider.displayName }}",
            "resourceUrl": "{{ $.stepsById.profile.output.provider.resourceUrl }}",
            "capabilities": "{{ $.stepsById.profile.output.provider.capabilities }}",
            "walletAddress": "{{ $.stepsById.profile.output.provider.walletAddress }}",
            "verificationMethod": "{{ $.stepsById.profile.output.provider.verificationMethod }}",
            "verificationStatus": "{{ $.stepsById.profile.output.provider.verificationStatus }}"
          },
          "endpoints": "{{ $.stepsById.profile.output.endpoints }}",
          "readiness": {
            "paidEndpointCount": "{{ $.stepsById.profile.output.readiness.evidence.paidEndpointCount }}",
            "freshEndpointCount": "{{ $.stepsById.profile.output.readiness.evidence.freshEndpointCount }}",
            "activeEndpointCount": "{{ $.stepsById.profile.output.readiness.evidence.activeEndpointCount }}",
            "auditedEndpointCount": "{{ $.stepsById.profile.output.readiness.evidence.auditedEndpointCount }}",
            "matchedEndpointCount": "{{ $.stepsById.profile.output.readiness.evidence.matchedEndpointCount }}",
            "promotedEndpointCount": "{{ $.stepsById.profile.output.telemetry.promotedEndpointCount }}",
            "totalObservedPaymentCount": "{{ $.stepsById.profile.output.telemetry.totalObservedPaymentCount }}",
            "verifiedIdentityEndpointCount": "{{ $.stepsById.profile.output.readiness.evidence.verifiedIdentityEndpointCount }}",
            "totalObservedPaymentAmountUsdc": "{{ $.stepsById.profile.output.telemetry.totalObservedPaymentAmountUsdc }}"
          },
          "onchainEvidence": {
            "payToWallets": "{{ $.stepsById.profile.output.telemetry.payToWallets }}",
            "walletAddress": "{{ $.stepsById.profile.output.provider.walletAddress }}",
            "promotedWalletCount": "{{ $.stepsById.profile.output.telemetry.promotedEndpointCount }}",
            "maxDistinctPayerCount": "{{ $.stepsById.profile.output.telemetry.maxDistinctPayerCount }}",
            "promotedEndpointCount": "{{ $.stepsById.profile.output.telemetry.promotedEndpointCount }}"
          }
        }
      }
    }
  },
  "outputPath": "$.data"
}

Summarize Zapper provider overview

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Zapper provider overview",
  "request": {
    "params": {
      "input": {
        "state": "{{ $.stepsById.state.output.data }}"
      },
      "prompt": "Summarize this Zapper provider state for an operator. Focus on provider identity, docs host, readiness, and current payment posture.",
      "responseSchema": {
        "type": "object",
        "required": [
          "providerSlug",
          "displayName",
          "docsUrl",
          "homepage",
          "readinessStatus",
          "overview",
          "paymentPosture",
          "nextActions"
        ],
        "properties": {
          "docsUrl": {
            "type": "string"
          },
          "homepage": {
            "type": "string"
          },
          "overview": {
            "type": "string"
          },
          "displayName": {
            "type": "string"
          },
          "nextActions": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Suggested next actions."
          },
          "providerSlug": {
            "type": "string"
          },
          "paymentPosture": {
            "type": "string"
          },
          "readinessStatus": {
            "enum": [
              "ready",
              "monitor",
              "review-needed"
            ],
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise provider overview. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}