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 payment signals
Summarize Zapper's observed paid-endpoint signals, promoted endpoints, and monitoring priorities.
Endpoint: /v1/recipes/zapper-payment-signal-watch/run
Capabilities: zapper, payment-watch, provider-monitoring, providers
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 payment signals
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
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: api.402.bot
Step id: profile
Source: Transform
Step id: state
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "profile",
"url": "https://api.402.bot/v1/providers/zapper-public-zapper-xyz",
"kind": "http",
"title": "Load Zapper provider profile",
"method": "GET",
"outputPath": "$.response"
}
{
"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"
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Summarize payment signals",
"request": {
"params": {
"input": {
"state": "{{ $.stepsById.state.output.data }}"
},
"prompt": "Summarize the observed payment and readiness signals for this fixed Zapper provider. Focus on paid traffic, promoted endpoints, and the watch items worth monitoring.",
"responseSchema": {
"type": "object",
"required": [
"providerSlug",
"summary",
"paymentTotals",
"observedSignals",
"watchItems"
],
"properties": {
"summary": {
"type": "string"
},
"watchItems": {
"type": "array",
"items": {
"type": "string"
},
"description": "Monitoring watch items."
},
"providerSlug": {
"type": "string"
},
"paymentTotals": {
"type": "object",
"required": [
"totalObservedPaymentCount",
"totalObservedPaymentAmountUsdc",
"promotedEndpointCount",
"maxDistinctPayerCount"
],
"properties": {
"maxDistinctPayerCount": {
"type": "number"
},
"promotedEndpointCount": {
"type": "number"
},
"totalObservedPaymentCount": {
"type": "number"
},
"totalObservedPaymentAmountUsdc": {
"type": "number"
}
},
"additionalProperties": false
},
"observedSignals": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed payment and usage signals."
}
},
"additionalProperties": false
},
"systemInstruction": "You are preparing a payment-signal watch brief. Stay grounded in the supplied JSON only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}