x402 List

x402 Protocol Service Directory

nsgoods Sanctions Screening Oracle

Verification PAYMENT-READY

payment-ready until 2026-08-20

Multi-chain OFAC SDN exact-address screening. 960 sanctioned addresses across 19 chains, parsed directly from the US Treasury sdn_advanced.xml, including the Solana entries the Chainalysis on-chain oracle cannot see because it is EVM only. Every response is ECDSA-signed and carries sdn_snapshot_at, so a caller can prove which version of the list was used. The raw source file is hashed every six hours into a public append-only chain anchored to Bitcoin: https://sanctions.nsgoods.org/sdn-log/. Free preview on every endpoint, no account and no API key. Settles in USDC on Solana mainnet.

Pay from $0.005 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-28 · no on-chain settlement recorded yet

BASE URL https://sanctions.nsgoods.org WEBSITE https://x402.nsgoods.org ENDPOINTS 1 NETWORK Solana ASSET USDC MEMBER SINCE 2026-07-28 MONITORED SINCE 2026-07-28

ASSESSMENT

updated 6h ago

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

reliability 99.9%
uptime 24h
100%
uptime 7d
99.8%
uptime 30d
99.9%
uptime 90d
99.9%
response p95
1429ms
avg response
1094ms
total checks
1,434

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

compliance A (13/13)

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

jump to compliance checklist

price $0.005 (p17 in Verification)
price (min)
$0.005
category percentile (min)
p17 in Verification
endpoints / prices
1 / 1
model
flat
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
114d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-04-19

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

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

Provides sanctions screening services for Solana blockchain transactions

category
sanctions-screening
sanctions-screeningblockchaincompliance

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /screen $0.005 Solana USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /screen returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://sanctions.nsgoods.org/screen'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "35tCuyL3E7M88jfhTeEaRxhrbuKFyQLWgxJQyf5QcLLe",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://sanctions.nsgoods.org/screen",
      "mimeType": "application/json",
      "description": "Signed multi-chain OFAC SDN address screening (Solana-settled USDC)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "chain": "ethereum",
              "address": "0x098B716B8Aaf21512996dC57EB0615e2383E2f96"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "chain": "ethereum",
              "address": "0x098B716B8Aaf21512996dC57EB0615e2383E2f96",
              "sources": {
                "ofac_sdn": "ok"
              },
              "verdict": "deny",
              "coverage": {
                "malicious_heuristic": "not_checked",
                "total_sdn_addresses": 960
              },
              "signature": "0x…",
              "signed_by": "0x57fF0F084Cba33e6761503f90eEF0Da9F159350c",
              "sanctioned": true,
              "matched_label": "ETH",
              "sdn_snapshot_at": "2026-07-24T20:02:09Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "chain": {
                      "type": "string",
                      "description": "Chain hint, e.g. ethereum/bitcoin/solana/tron. Advisory — matching is global by address value."
                    },
                    "address": {
                      "type": "string",
                      "description": "Raw blockchain address (EVM 0x-hex, or base58/bech32 for BTC/SOL/TRX/etc.)."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "address",
                    "sanctioned",
                    "verdict",
                    "signed_by",
                    "signature"
                  ],
                  "properties": {
                    "chain": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "address": {
                      "type": "string"
                    },
                    "verdict": {
                      "enum": [
                        "deny",
                        "clean"
                      ],
                      "type": "string"
                    },
                    "signature": {
                      "type": "string"
                    },
                    "signed_by": {
                      "type": "string"
                    },
                    "sanctioned": {
                      "type": "boolean"
                    },
                    "matched_label": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "sdn_snapshot_at": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/nsgoods-sanctions-screening-oracle/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
07-28 · uptime 100.0% · 1162ms avg07-29 · uptime 100.0% · 919ms avg07-30 · uptime 100.0% · 1226ms avg07-31 · uptime 100.0% · 1089ms avg08-01 · uptime 100.0% · 1118ms avg08-02 · uptime 100.0% · 1063ms avg08-03 · uptime 100.0% · 1330ms avg08-04 · uptime 100.0% · 1253ms avg08-05 · uptime 100.0% · 1433ms avg08-06 · uptime 100.0% · 1038ms avg08-07 · uptime 100.0% · 889ms avg08-08 · uptime 100.0% · 1108ms avg08-09 · uptime 100.0% · 1101ms avg08-10 · uptime 98.9% · 1243ms avg08-11 · uptime 100.0% · 898ms avg08-12 · uptime 100.0% · 748ms avg08-13 · uptime 100.0% · 904ms avg07-2808-13
30d UPTIME 99.9%
RESPONSE TIME
07-28 · 1162ms avg07-28 · 1162ms avg07-29 · 919ms avg07-29 · 919ms avg07-30 · 1226ms avg07-30 · 1226ms avg07-31 · 1089ms avg07-31 · 1089ms avg08-01 · 1118ms avg08-01 · 1118ms avg08-02 · 1063ms avg08-02 · 1063ms avg08-03 · 1330ms avg08-03 · 1330ms avg08-04 · 1253ms avg08-04 · 1253ms avg08-05 · 1433ms avg08-05 · 1433ms avg08-06 · 1038ms avg08-06 · 1038ms avg08-07 · 889ms avg08-07 · 889ms avg08-08 · 1108ms avg08-08 · 1108ms avg08-09 · 1101ms avg08-09 · 1101ms avg08-10 · 1243ms avg08-10 · 1243ms avg08-11 · 898ms avg08-11 · 898ms avg08-12 · 748ms avg08-12 · 748ms avg08-13 · 904ms avg08-13 · 904ms avg07-2808-13
AVG RESP 1092ms
PRICE (captured 402, USD)
07-28 · $0.00508-13 · $0.005$0.00507-2808-13
SUB-SCORES (uptime + x402 compliance)
07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 99.9% compliance: 100% checks08-11 uptime: 99.9% compliance: 100% checks08-12 uptime: 99.9% compliance: 100% checks08-13 uptime: 99.9% compliance: 100% checksuptimecompliance07-2808-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)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

13/13 checks pass · grade A

last 402 captured 2026-07-28 · 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 1110ms
● OK 1044ms
● OK 726ms
● OK 1147ms
● OK 996ms
● OK 1005ms
● OK 837ms
● OK 611ms
● OK 1077ms
● OK 1068ms
● OK 907ms
● OK 1354ms
● OK 622ms
● OK 731ms
● OK 576ms
● OK 1039ms
● OK 1031ms
● OK 1025ms

EMBED THIS BADGE

Show that nsgoods Sanctions Screening Oracle is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

nsgoods Sanctions Screening Oracle listed on x402-list
status
nsgoods Sanctions Screening Oracle uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/nsgoods-sanctions-screening-oracle?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/nsgoods-sanctions-screening-oracle.svg" alt="nsgoods Sanctions Screening Oracle listed on x402-list" height="28">
</a>
// Markdown
[![nsgoods Sanctions Screening Oracle on x402-list](https://x402-list.com/badge/nsgoods-sanctions-screening-oracle.svg)](https://x402-list.com/services/nsgoods-sanctions-screening-oracle?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/nsgoods-sanctions-screening-oracle?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/nsgoods-sanctions-screening-oracle.svg?data=uptime" alt="nsgoods Sanctions Screening Oracle 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/nsgoods-sanctions-screening-oracle/update.