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:
- coldStartSignals: New x402 services can include a SENTINEL compliance attestation as an ERC-8004
coldStartSignal, proving their payment address is not sanctioned
- Chain Verification: x402scout can query SENTINEL's attestation endpoint to verify payment addresses are AML/CFT compliant
- 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
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-providerslist.What SENTINEL Provides
SENTINEL is an AML/CFT Compliance Intelligence platform with 77K+ sanctions records, providing:
Live Endpoints (deployed)
GET /trust/providersGET /trust/jwksGET /trust/attest/:addressGET /trust/verify/:urlHow This Enhances x402 Trust
The
/v1/trust-providerslist is currently empty (0 providers). SENTINEL's compliance intelligence can enhance trust scoring by:coldStartSignal, proving their payment address is not sanctionedSpec Reference
Per https://github.com/coinbase/x402/issues/1375 — SENTINEL attestations follow the
coldStartSignals.discoveryAttestationformat 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