{
  "x402Version": 2,
  "id": 4281,
  "slug": "4281",
  "resource": "https://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness",
  "description": "Paid deterministic assessment of whether a machine-readable commercial service is ready for agent discovery, exact pricing, and Base Sepolia x402 settlement.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0xff52824610cb82603089f2d33d44682edffa6630",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "100000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
            "httpMethod": "POST",
            "inputSchema": {
              "properties": {
                "sku": {
                  "type": "string"
                }
              },
              "required": [
                "sku"
              ],
              "type": "object"
            },
            "network": "eip155:84532",
            "outputSchema": {
              "properties": {
                "units": {
                  "type": "integer"
                }
              },
              "required": [
                "units"
              ],
              "type": "object"
            },
            "priceAtomic": 50000,
            "resourceLocation": "https://merchant.example.test/forecast",
            "serviceDescription": "Produces a machine-readable seven-day inventory forecast for a requested product SKU.",
            "serviceName": "Inventory Forecast API"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "assessments": {
              "agentDiscoverability": {
                "explanation": "The description and resource location are machine-usable.",
                "status": "PASS"
              },
              "inputOutputCompleteness": {
                "explanation": "Both JSON contracts declare required fields.",
                "status": "PASS"
              },
              "paymentCompatibility": {
                "explanation": "The service declares Base Sepolia test-USDC.",
                "status": "PASS"
              },
              "pricingClarity": {
                "explanation": "The exact atomic price is positive and explicit.",
                "status": "PASS"
              },
              "settlementCompatibility": {
                "explanation": "The service is compatible with x402 exact settlement.",
                "status": "PASS"
              }
            },
            "improvements": [],
            "overallStatus": "READY",
            "reportVersion": "1.0.0",
            "score": 100
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "asset": {
                    "type": "string"
                  },
                  "httpMethod": {
                    "enum": [
                      "GET",
                      "POST",
                      "PUT",
                      "PATCH",
                      "DELETE"
                    ],
                    "type": "string"
                  },
                  "inputSchema": {
                    "type": "object"
                  },
                  "network": {
                    "type": "string"
                  },
                  "outputSchema": {
                    "type": "object"
                  },
                  "priceAtomic": {
                    "minimum": 1,
                    "type": "integer"
                  },
                  "resourceLocation": {
                    "pattern": "^https?://",
                    "type": "string"
                  },
                  "serviceDescription": {
                    "maxLength": 1000,
                    "minLength": 20,
                    "type": "string"
                  },
                  "serviceName": {
                    "maxLength": 120,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "serviceName",
                  "serviceDescription",
                  "httpMethod",
                  "resourceLocation",
                  "priceAtomic",
                  "network",
                  "asset",
                  "inputSchema",
                  "outputSchema"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "assessments": {
                    "additionalProperties": false,
                    "properties": {
                      "agentDiscoverability": {
                        "additionalProperties": false,
                        "properties": {
                          "explanation": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "PASS",
                              "IMPROVE"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "explanation"
                        ],
                        "type": "object"
                      },
                      "inputOutputCompleteness": {
                        "additionalProperties": false,
                        "properties": {
                          "explanation": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "PASS",
                              "IMPROVE"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "explanation"
                        ],
                        "type": "object"
                      },
                      "paymentCompatibility": {
                        "additionalProperties": false,
                        "properties": {
                          "explanation": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "PASS",
                              "IMPROVE"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "explanation"
                        ],
                        "type": "object"
                      },
                      "pricingClarity": {
                        "additionalProperties": false,
                        "properties": {
                          "explanation": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "PASS",
                              "IMPROVE"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "explanation"
                        ],
                        "type": "object"
                      },
                      "settlementCompatibility": {
                        "additionalProperties": false,
                        "properties": {
                          "explanation": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "PASS",
                              "IMPROVE"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "status",
                          "explanation"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "paymentCompatibility",
                      "inputOutputCompleteness",
                      "pricingClarity",
                      "agentDiscoverability",
                      "settlementCompatibility"
                    ],
                    "type": "object"
                  },
                  "improvements": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "overallStatus": {
                    "enum": [
                      "READY",
                      "NEEDS_IMPROVEMENT"
                    ],
                    "type": "string"
                  },
                  "reportVersion": {
                    "type": "string"
                  },
                  "score": {
                    "maximum": 100,
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "required": [
                  "reportVersion",
                  "overallStatus",
                  "score",
                  "assessments",
                  "improvements"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "sandbox.weverpay.com",
  "lastUpdated": "2026-08-25T08:10:32.094Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-25T08:10:30.084Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "sandbox.weverpay.com",
    "manifest_name": "sandbox.weverpay.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}