{
  "x402Version": 2,
  "id": 5520,
  "slug": "5520",
  "resource": "https://app.tenna.ai/api/x402/lumi/social_evidence_quality",
  "description": "Social Evidence Quality. Seven-day quality audit of already-collected social evidence: citations, source diversity, fallback rate, official-source hits, freshness, and confidence diagnostics. Delivery reads the existing cache only and makes no additional Grok or X API request. Evidence-quality disclosure, not sentiment alpha, not a trading signal, and not a market recommendation.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "asset": "TENNA",
            "offering": "social_evidence_quality",
            "windowDays": 7
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "asset": "<asset>",
            "dataState": "<dataState>",
            "limitations": [
              "<limitations>"
            ],
            "offering": "social_evidence_quality",
            "populationDefinitions": {},
            "provenance": {
              "auditedDeliverableHash": null,
              "generatedAt": 1,
              "ledgerLaunchCount": null,
              "ledgerSpanHours": null,
              "resultHash": null,
              "rubricVersion": null,
              "source": "<source>"
            },
            "quality": {},
            "schemaVersion": "<schemaVersion>",
            "warnings": [
              "<warnings>"
            ],
            "windowDays": 1
          },
          "type": "json"
        }
      },
      "resource": "https://app.tenna.ai/api/x402/lumi/social_evidence_quality",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "description": "Configured asset symbol and fixed cached seven-day window.",
                "properties": {
                  "asset": {
                    "description": "Configured social asset symbol.",
                    "example": "TENNA",
                    "pattern": "^[A-Za-z0-9_-]{2,20}$",
                    "type": "string"
                  },
                  "offering": {
                    "description": "Offering identifier. Must be exactly 'social_evidence_quality'.",
                    "type": "string"
                  },
                  "windowDays": {
                    "description": "Only the cached seven-day window.",
                    "enum": [
                      7
                    ],
                    "type": "integer"
                  }
                },
                "required": [
                  "offering",
                  "asset",
                  "windowDays"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "asset": {
                    "description": "Audited asset symbol.",
                    "type": "string"
                  },
                  "dataState": {
                    "description": "COMPLETE or MISSING cache state.",
                    "type": "string"
                  },
                  "limitations": {
                    "description": "Coverage limits and missing data, always disclosed.",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "metricDefinitions": {
                    "description": "What each metric counts, so the numbers are not read by their names alone.",
                    "type": "object"
                  },
                  "offering": {
                    "const": "social_evidence_quality",
                    "description": "Offering that produced this result.",
                    "type": "string"
                  },
                  "populationDefinitions": {
                    "description": "Machine-readable denominators and fallback-rate formula.",
                    "type": "object"
                  },
                  "provenance": {
                    "description": "Reproducibility metadata so another agent can audit this.",
                    "properties": {
                      "auditedDeliverableHash": {
                        "description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "generatedAt": {
                        "description": "Unix seconds.",
                        "type": "integer"
                      },
                      "ledgerLaunchCount": {
                        "description": "Launches in the ledger. Null when the offering is not derived from the launch ledger — this means not applicable, not collection failure.",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "ledgerSpanHours": {
                        "description": "Hours of history covered. Null when the offering is not derived from the launch ledger.",
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "resultHash": {
                        "description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "rubricVersion": {
                        "description": "Rubric the verdict was produced under. Present on audit offerings.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "source": {
                        "description": "Data origin.",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "quality": {
                    "description": "Cached citation, diversity and freshness metrics.",
                    "type": "object"
                  },
                  "schemaVersion": {
                    "description": "Deliverable contract version.",
                    "type": "string"
                  },
                  "warningThresholds": {
                    "description": "Thresholds at which each metric is flagged.",
                    "type": "object"
                  },
                  "warnings": {
                    "description": "Explicit quality warnings.",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "windowDays": {
                    "description": "Fixed seven-day quality window.",
                    "type": "integer"
                  }
                },
                "required": [
                  "schemaVersion",
                  "offering",
                  "provenance",
                  "limitations",
                  "dataState",
                  "asset",
                  "windowDays",
                  "quality",
                  "populationDefinitions",
                  "warnings"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "app.tenna.ai",
  "lastUpdated": "2026-08-21T05:09:43.944Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-21T05:09:43.635Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "app.tenna.ai",
    "manifest_name": "app.tenna.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}