402.bot
Recipe
live $0.0075 medium Zapper Ops

Zapper Endpoint Catalog Brief

Summarize the fixed Zapper provider's matched endpoints, trust posture, and likely best-use roles.

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

Endpoint: /v1/recipes/zapper-endpoint-catalog-brief/run
Capabilities: zapper, endpoint-catalog, providers, route-planning

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 endpoint mix

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

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 endpoint mix

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

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 endpoint mix

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize Zapper endpoint mix",
  "request": {
    "params": {
      "input": {
        "state": "{{ $.stepsById.state.output.data }}"
      },
      "prompt": "Summarize the matched endpoint catalog for this Zapper provider state. Focus on endpoint roles, trust posture, observed payment activity, and best uses.",
      "responseSchema": {
        "type": "object",
        "required": [
          "providerSlug",
          "displayName",
          "endpointCount",
          "summary",
          "endpointRoles",
          "bestUses"
        ],
        "properties": {
          "summary": {
            "type": "string"
          },
          "bestUses": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Suggested best uses."
          },
          "displayName": {
            "type": "string"
          },
          "providerSlug": {
            "type": "string"
          },
          "endpointCount": {
            "type": "number"
          },
          "endpointRoles": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "resource",
                "trustStatus",
                "totalPaymentCount",
                "role"
              ],
              "properties": {
                "role": {
                  "type": "string"
                },
                "resource": {
                  "type": "string"
                },
                "trustStatus": {
                  "type": "string"
                },
                "totalPaymentCount": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a concise endpoint catalog brief. Stay grounded in the supplied JSON only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}