402.bot
Recipe
live $0.0075 medium Provider Monitoring

Provider Payment Readiness Brief

Summarize payment readiness and x402 launch posture for one provider or endpoint subject.

$0.0075price
2steps
2sources
150ktokens saved
10tool calls compressed
114548msmedian latency
Endpoint Or Provider State BundleGoogle Gemini Flash Structured

Endpoint: /v1/recipes/provider-payment-readiness-brief/run
Capabilities: provider-payments, provider-readiness, x402-launch, providers

Why pay for this?

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

Load provider or endpoint state -> Summarize payment readiness

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

Usage and trust

Success 30d: 50%
Refund 30d: 25%
Paid runs: 4
Creator recipes: 1
Last run: 2026-03-13 07:23Z

Pipeline

Stage 1

Load provider or endpoint state

materialize

Source: Endpoint Or Provider State Bundle
Step id: state

Stage 2

Summarize payment readiness

fetch_transform

Source: Google Gemini Flash Structured
Step id: summarize

Recent runs

RunStatusTriggerQueued
05f858b3-de63-490a-89a5-1328d03cfdc0 failed recipe_api 2026-03-13T07:22:01.975Z
4518b841-2a90-4dff-ab15-b2c4c4de8378 failed recipe_api 2026-03-13T07:08:32.945Z
eb75d740-a502-4694-b277-50f4b2f6fac1 succeeded recipe_api 2026-03-12T06:24:25.751Z
b7c06fc2-9e00-4e6f-bb3c-f7007ed80893 succeeded recipe_api 2026-03-12T06:09:08.409Z
View raw step spec

Load provider or endpoint state

{
  "id": "state",
  "kind": "materialize",
  "title": "Load provider or endpoint state",
  "request": {
    "scope": "{{ $.input }}",
    "network": "eip155:8453",
    "templateId": "endpoint_or_provider_state_bundle",
    "deliveryFormat": "json"
  }
}

Summarize payment readiness

{
  "id": "summarize",
  "kind": "fetch_transform",
  "title": "Summarize payment readiness",
  "request": {
    "params": {
      "input": {
        "scope": "{{ $.input }}",
        "state": "{{ $.stepsById.state.output }}",
        "target": "{{ $.input.providerSlug }}{{ $.input.endpointId }}"
      },
      "prompt": "Summarize payment readiness for this provider or endpoint subject. Focus on x402 launch posture, evidence of live payments, strengths, risks, and practical next actions.",
      "responseSchema": {
        "type": "object",
        "required": [
          "target",
          "readinessStatus",
          "paymentSummary",
          "strengths",
          "risks",
          "recommendedActions"
        ],
        "properties": {
          "risks": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Risks."
          },
          "target": {
            "type": "string"
          },
          "strengths": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Strengths."
          },
          "paymentSummary": {
            "type": "string"
          },
          "readinessStatus": {
            "enum": [
              "ready",
              "monitor",
              "review-needed"
            ],
            "type": "string"
          },
          "recommendedActions": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Recommended actions."
          }
        },
        "additionalProperties": false
      },
      "systemInstruction": "You are preparing a payment-readiness brief. Stay grounded in the supplied state bundle only."
    },
    "sourceId": "google_gemini_flash_structured",
    "deliveryFormat": "json"
  }
}