x402 List

x402 Protocol Service Directory

Official Source Evidence

Verification PAYMENT-READY

payment-ready until 2026-08-20

Pay-per-call exact OFAC identifier evidence and SEC filing-trigger deltas for autonomous agents, with official-source URLs, source hashes, freshness data, and signed receipts.

Pay from $0.05 to $0.10 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-08-03 · $0.77 all-time · settled via coinbase

BASE URL https://evidence.regulavita.com WEBSITE https://evidence.regulavita.com ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-03 MONITORED SINCE 2026-08-03

ASSESSMENT

updated 1h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 99.8%
uptime 24h
100%
uptime 7d
99.8%
uptime 30d
99.8%
uptime 90d
99.8%
response p95
1613ms
avg response
863ms
total checks
880

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.05 to $0.10 (p63 in Verification)
price (min)
$0.05
price (max)
$0.10
category percentile (min)
p63 in Verification
category percentile (max)
p52 in Verification
endpoints / prices
2 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
448d
registrar
GoDaddy.com, LLC
hosting
custom
domain created
2025-05-19

Identity facts, not a risk score.

traction $0.77 30d · 3 buyers
volume 30d
$0.77
buyers 30d
3
settlements 30d
13
first settlement
2026-08-03
last settlement
2026-08-13
top buyer share
84% of 30d volume
trend 7d vs 30d
2.34x the 30d daily rate
networks
eip155:8453
volume all-time
$0.77
settlements all-time
13
median settlement 30d
$0.05
max settlement 30d
$0.25
settled via
coinbase ($0.77, 13 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /v1/ofac/exact-identifier-evidence $0.05 Base USDC header
POST /v1/sec/filing-trigger-delta $0.10 Base USDC header
2 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/ofac/exact-identifier-evidence returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9500075649a70411c81f99c4314f6cff55d12579",
        "amount": "100000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://evidence.regulavita.com/v1/sec/filing-trigger-delta",
      "tags": [
        "sec",
        "edgar",
        "8-k",
        "10-q",
        "10-k",
        "xbrl",
        "filing-delta",
        "filing-change",
        "source-proof"
      ],
      "iconUrl": "https://evidence.regulavita.com/icon.png",
      "mimeType": "application/json",
      "description": "Detect new SEC EDGAR 8-K, 10-Q, and 10-K filings since a known accession and compute selected XBRL fact deltas. Returns official source URLs, hashes, freshness, and a signed evidence receipt; no investment advice.",
      "serviceName": "Official Source Evidence"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "cik": "0000320193",
              "forms": [
                "8-K",
                "10-Q",
                "10-K"
              ],
              "rules": [
                "FORM:8-K:ITEM:2.02",
                "XBRL:us-gaap:Revenues"
              ],
              "since_accession": "0000320193-26-000018",
              "max_source_age_seconds": 600
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "filings": [],
              "decision": "NEW_FILING",
              "provenance": {
                "parser_version": "sec-trigger-delta/0.2.0"
              },
              "request_id": "sec_example",
              "selected_fact_deltas": []
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "cik",
                    "since_accession"
                  ],
                  "properties": {
                    "cik": {
                      "type": "string",
                      "pattern": "^[0-9]{1,10}$"
                    },
                    "forms": {
                      "type": "array",
                      "items": {
                        "enum": [
                          "8-K",
                          "10-Q",
                          "10-K"
                        ]
                      },
                      "maxItems": 3,
                      "minItems": 1
                    },
                    "rules": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "maxItems": 20
                    },
                    "since_accession": {
                      "type": "string",
                      "pattern": "^[0-9]{10}-[0-9]{2}-[0-9]{6}$"
                    },
                    "max_source_age_seconds": {
                      "type": "integer",
                      "maximum": 3600,
                      "minimum": 60
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9500075649a70411c81f99c4314f6cff55d12579",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence",
      "tags": [
        "ofac",
        "sanctions",
        "sdn",
        "wallet-screening",
        "exact-match",
        "crypto-address",
        "compliance-data",
        "source-proof"
      ],
      "iconUrl": "https://evidence.regulavita.com/icon.png",
      "mimeType": "application/json",
      "description": "Run an exact-match OFAC SDN and Consolidated identifier lookup for crypto wallets, OFAC UIDs, or exact names. Returns versioned U.S. Treasury source hashes and a signed evidence receipt; no fuzzy screening or sanctions clearance.",
      "serviceName": "Official Source Evidence"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "lists": [
                "SDN",
                "CONSOLIDATED"
              ],
              "networks": [
                "eip155:1",
                "eip155:8453"
              ],
              "identifier": "0x0000000000000000000000000000000000000000",
              "identifier_type": "crypto_address"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "matches": [],
              "request_id": "ofac_example",
              "match_scope": "exact_normalized_identifier_only",
              "match_status": "NO_EXACT_MATCH",
              "source_versions": []
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "identifier_type",
                    "identifier"
                  ],
                  "properties": {
                    "lists": {
                      "type": "array",
                      "items": {
                        "enum": [
                          "SDN",
                          "CONSOLIDATED"
                        ]
                      },
                      "maxItems": 2,
                      "minItems": 1
                    },
                    "networks": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "maxItems": 8
                    },
                    "identifier": {
                      "type": "string",
                      "maxLength": 256,
                      "minLength": 1
                    },
                    "identifier_type": {
                      "enum": [
                        "crypto_address",
                        "ofac_uid",
                        "exact_name"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/official-source-evidence/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-03 · uptime 100.0% · 789ms avg08-04 · uptime 100.0% · 790ms avg08-05 · uptime 100.0% · 1172ms avg08-06 · uptime 98.9% · 931ms avg08-07 · uptime 98.9% · 900ms avg08-08 · uptime 100.0% · 804ms avg08-09 · uptime 100.0% · 789ms avg08-10 · uptime 100.0% · 858ms avg08-11 · uptime 100.0% · 733ms avg08-12 · uptime 100.0% · 898ms avg08-13 · uptime 100.0% · 712ms avg08-0308-13
90d UPTIME 99.8%
RESPONSE TIME
08-03 · 789ms avg08-03 · 789ms avg08-04 · 790ms avg08-04 · 790ms avg08-05 · 1172ms avg08-05 · 1172ms avg08-06 · 931ms avg08-06 · 931ms avg08-07 · 900ms avg08-07 · 900ms avg08-08 · 804ms avg08-08 · 804ms avg08-09 · 789ms avg08-09 · 789ms avg08-10 · 858ms avg08-10 · 858ms avg08-11 · 733ms avg08-11 · 733ms avg08-12 · 898ms avg08-12 · 898ms avg08-13 · 712ms avg08-13 · 712ms avg08-0308-13
AVG RESP 862ms
PRICE (captured 402, USD)
08-03 · $0.07508-13 · $0.075$0.07508-0308-13

Median across 2 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-0308-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 99.6% compliance: 100% checks08-07 uptime: 99.7% compliance: 100% checks08-08 uptime: 99.5% compliance: 100% checks08-09 uptime: 99.6% compliance: 100% checks08-10 uptime: 99.7% compliance: 100% checks08-11 uptime: 99.7% compliance: 100% checks08-12 uptime: 99.8% compliance: 100% checks08-13 uptime: 99.8% compliance: 100% checksuptimecompliance08-0308-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
08-03 · $0.3008-04 · $0.0508-10 · $0.1508-12 · $0.2508-13 · $0.02peak $0.3008-0308-13
DISTINCT BUYERS
08-03 · 1 buyer08-04 · 1 buyer08-10 · 2 buyers08-12 · 1 buyer08-13 · 1 buyerpeak 2 buyers08-0308-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-03 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 784ms
● OK 699ms
● OK 828ms
● OK 401ms
● OK 663ms
● OK 740ms
● OK 491ms
● OK 422ms
● OK 928ms
● OK 428ms
● OK 672ms
● OK 598ms
● OK 881ms
● OK 878ms
● OK 994ms
● OK 685ms
● OK 499ms
● OK 621ms

EMBED THIS BADGE

Show that Official Source Evidence is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Official Source Evidence listed on x402-list
status
Official Source Evidence uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/official-source-evidence?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/official-source-evidence.svg" alt="Official Source Evidence listed on x402-list" height="28">
</a>
// Markdown
[![Official Source Evidence on x402-list](https://x402-list.com/badge/official-source-evidence.svg)](https://x402-list.com/services/official-source-evidence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/official-source-evidence?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/official-source-evidence.svg?data=uptime" alt="Official Source Evidence uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/official-source-evidence/update.