Skip to content

ERC-8004 Trust Provider: SENTINEL AML/CFT Compliance Intelligence #4

@INJprotocol

Description

@INJprotocol

Summary

SENTINEL (https://mru-oracle.com) has implemented the first ERC-8004 Trust Provider endpoints in the x402 ecosystem. We would like to register as a trust provider in x402scout's /v1/trust-providers list.

What SENTINEL Provides

SENTINEL is an AML/CFT Compliance Intelligence platform with 77K+ sanctions records, providing:

  • Address Screening: Compliance attestation for x402 payment addresses against OFAC-SDN, EU-Sanctions, UN-Consolidated lists
  • Service Verification: Jurisdiction risk assessment for x402 service endpoints
  • FATF Grey/Black List: Real-time FATF compliance status for 200+ jurisdictions
  • Signed Attestations: Ed25519 signed JWTs verifiable via JWKS endpoint

Live Endpoints (deployed)

Endpoint Purpose
GET /trust/providers SENTINEL trust provider metadata
GET /trust/jwks Ed25519 JWKS for offline verification
GET /trust/attest/:address Compliance attestation for ETH addresses
GET /trust/verify/:url Service compliance verification

How This Enhances x402 Trust

The /v1/trust-providers list is currently empty (0 providers). SENTINEL's compliance intelligence can enhance trust scoring by:

  1. coldStartSignals: New x402 services can include a SENTINEL compliance attestation as an ERC-8004 coldStartSignal, proving their payment address is not sanctioned
  2. Chain Verification: x402scout can query SENTINEL's attestation endpoint to verify payment addresses are AML/CFT compliant
  3. Risk Scoring: Services operating from FATF grey-listed jurisdictions get appropriate risk signals

Spec Reference

Per https://github.com/coinbase/x402/issues/1375 — SENTINEL attestations follow the coldStartSignals.discoveryAttestation format with EdDSA (Ed25519) signatures and JWKS verification.

Registration Request

Please add SENTINEL to the trust providers list:

{
  "id": "sentinel-aml-cft",
  "name": "SENTINEL AML/CFT Compliance Intelligence",
  "jwksUrl": "https://mru-oracle.com/trust/jwks",
  "attestUrl": "https://mru-oracle.com/trust/attest/:address",
  "capabilities": ["address-screening", "sanctions-check", "jurisdiction-risk", "fatf-grey-list"],
  "spec": "ERC-8004"
}

/cc @rplryan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions