Paid deterministic assessment of whether a machine-readable commercial service is ready fo
Paid deterministic assessment of whether a machine-readable commercial service is ready for agent discovery, exact pricing, and Base Sepolia x402 settlement.
100000 (raw units)
price
4
calls / 30d
1
unique payers
2026-08-25
updated
Provider
sandbox.weverpay.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:84532",
"payTo": "0xff52824610cb82603089f2d33d44682edffa6630",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"amount": "100000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"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"
}
}
}Use it
curl
curl "https://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4281.json, and this resource appears in /discovery/resources and /discovery/search.