Check up to ten declared claim-evidence relationships against a finite, versioned rule set
Check up to ten declared claim-evidence relationships against a finite, versioned rule set. Reports unsupported frame transfers and missing information. Unknown combinations remain unresolved. No prose interpretation, source inspection or truth certification.
10500 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-13
updated
Provider
www.mahastrategies.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10500",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"dataClass": "synthetic",
"pairs": [
{
"claimAsOfDate": "2026-09-13",
"claimScope": "synthetic-model-v1-test-a",
"claimType": "independent-performance",
"evidencePublishedDate": "2026-09-01",
"evidenceScope": "synthetic-model-v1-test-a",
"evidenceType": "vendor-brochure",
"locator": "page-2",
"pairId": "synthetic-vendor-performance",
"sourceId": "synthetic-brochure",
"sourceRole": "vendor"
}
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"amountBaseUnits": "10500",
"boundaries": [
"Public or synthetic inputs only. Caller labels are declarations,…"
],
"inputDigest": "sha256:f6a1dcb8b6015739ad7dcb0148763855fad0420be6325a3ff05cb0bfe…",
"offerId": "evidence-frame-compatibility",
"receiptDigest": "sha256:5802494f41e3a859b80f21e1e3e29ebdc7372e899f5bc3f8bd8f28686…",
"result": {
"arbitraryProseRead": false,
"assertionsVerified": false,
"pairs": [
{
"index": 0,
"issues": [
{
"explanation": "A vendor brochure is not independent performance evidence.",
"field": "evidenceType",
"neededNext": "Independent measurements of the same system, version, conditions…",
"ruleId": "E-VENDOR-NOT-INDEPENDENT"
}
],
"matchedRuleId": "E-VENDOR-NOT-INDEPENDENT",
"pairId": "synthetic-vendor-performance",
"state": "frame-transfer-not-justified"
}
],
"ruleSetDigest": "sha256:4ddb7fa3765025f360e265da0ce813b12218a72d171ad4d517b1c7ba1…",
"ruleSetVersion": "maha-evidence-frame-compatibility/0.1",
"sourcesInspected": false
},
"version": "maha-microproducts/0.1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"dataClass": {
"enum": [
"public",
"synthetic"
],
"type": "string"
},
"pairs": {
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"dataClass",
"pairs"
],
"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": {
"amountBaseUnits": {
"enum": [
"10500"
],
"type": "string"
},
"boundaries": {
"maxItems": 128,
"minItems": 0,
"type": "array"
},
"inputDigest": {
"maxLength": 71,
"type": "string"
},
"offerId": {
"enum": [
"evidence-frame-compatibility"
],
"type": "string"
},
"receiptDigest": {
"maxLength": 71,
"type": "string"
},
"result": {
"type": "object"
},
"version": {
"enum": [
"maha-microproducts/0.1"
],
"type": "string"
}
},
"required": [
"version",
"offerId",
"amountBaseUnits",
"inputDigest",
"result",
"boundaries",
"receiptDigest"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"declaration-integrity": {
"canonicalResource": "https://www.mahastrategies.com/api/v1/micro/evidence-frame-compatibility",
"declarationDigest": "sha256:c565c0263b7da1a2d8de6d25b8218fee516ad5d6e3f75c77a18d1c74f921cfe1",
"metadataVersion": "2026-08-10"
},
"maha-offer": {
"amount": "10500",
"asset": "USDC",
"assetDecimals": 6,
"canonicalResource": "https://www.mahastrategies.com/api/v1/micro/evidence-frame-compatibility",
"declarationInline": "compact",
"declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/evidence-frame-compatibility",
"fullSourceTextStored": false,
"maxRequestBytes": 32768,
"method": "POST",
"network": "eip155:8453",
"offerId": "evidence-frame-compatibility",
"payableInProduction": true,
"status": "available",
"verbatimExcerptsRetained": false
}
}Use it
curl
curl "https://www.mahastrategies.com/api/v1/micro/evidence-frame-compatibility" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.mahastrategies.com/api/v1/micro/evidence-frame-compatibility");
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://www.mahastrategies.com/api/v1/micro/evidence-frame-compatibility")
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/1432.json, and this resource appears in /discovery/resources and /discovery/search.