{"provider":{"description":"KYC, AML, on-chain wallet screening, address monitoring, and risk assessment powered by real OFAC and UN sanctions data plus on-chain analysis (Ethereum + Base). Pay-per-call via x402 USDC micropayments on Base.","facilitator":"https://facilitator.payai.network","name":"AgentEconomy Compliance API","url":"https://api.netbrainis.co.za"},"resources":[{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.01","scheme":"exact"}],"description":"Sanctions screening check against OFAC SDN and UN Consolidated lists with risk scoring (0-100) and jurisdiction risk assessment","input":{"example":{"country":"US","entity_name":"John Doe","wallet_address":"0x1234567890abcdef1234567890abcdef12345678"},"schema":{"properties":{"country":{"description":"ISO 3166-1 alpha-2 country code for jurisdiction risk","type":"string"},"entity_id":{"description":"National ID, passport, or registration number","type":"string"},"entity_name":{"description":"Full legal name of the person or entity to screen","type":"string"},"wallet_address":{"description":"Blockchain wallet address (e.g. 0x...)","type":"string"}},"required":["entity_name"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"risk_level":"low","sanctions_match":false,"score":15,"status":"verified"},"schema":{"properties":{"risk_level":{"enum":["low","medium","high","critical"],"type":"string"},"sanctions_match":{"type":"boolean"},"score":{"maximum":100,"minimum":0,"type":"integer"},"status":{"enum":["verified","flagged","pending"],"type":"string"}},"type":"object"}},"resource":"/v1/kyc/check"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.05","scheme":"exact"}],"description":"AML sanctions screening against OFAC SDN and UN Consolidated lists with jurisdiction risk assessment and recommendation (approve/review/reject)","input":{"example":{"entity_name":"John Doe","jurisdictions":["US","GB"]},"schema":{"properties":{"entity_name":{"description":"Full legal name to screen against sanctions lists","type":"string"},"jurisdictions":{"description":"ISO country codes for jurisdiction risk assessment","items":{"type":"string"},"type":"array"}},"required":["entity_name"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"recommendation":"approve","risk_level":"low","sanctions_screening":{"matched":false,"source":"OFAC SDN + UN Consolidated"},"score":10},"schema":{"properties":{"recommendation":{"enum":["approve","review","reject"],"type":"string"},"risk_level":{"enum":["low","medium","high","critical"],"type":"string"},"score":{"maximum":100,"minimum":0,"type":"integer"}},"type":"object"}},"resource":"/v1/aml/screen"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.10","scheme":"exact"}],"description":"Sanctions and jurisdiction risk assessment report combining OFAC/UN screening with multi-country risk analysis","input":{"example":{"entity_name":"Acme Corp","entity_type":"company","jurisdictions":["US","GB","SG"]},"schema":{"properties":{"entity_name":{"description":"Full legal name of entity","type":"string"},"entity_type":{"enum":["individual","company"],"type":"string"},"jurisdictions":{"description":"ISO country codes for jurisdiction risk analysis","items":{"type":"string"},"type":"array"},"wallet_address":{"description":"Blockchain wallet address","type":"string"}},"required":["entity_name"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"jurisdiction_risk":[{"country":"US","reason":"Well-regulated jurisdiction","risk_level":"low"}],"overall_risk":"low","overall_score":12,"report_id":"rpt-abc123","sanctions_result":{"highest_risk_factor":"low","sanctions_hit":false}},"schema":{"properties":{"overall_risk":{"enum":["low","medium","high","critical"],"type":"string"},"overall_score":{"maximum":100,"minimum":0,"type":"integer"},"report_id":{"type":"string"}},"type":"object"}},"resource":"/v1/risk/report"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.05","scheme":"exact"}],"description":"On-chain wallet screening: direct OFAC sanctioned-address check plus exposure analysis (sanctioned counterparties, mixer exposure, flagged token holdings) across Ethereum and Base","input":{"example":{"wallet_address":"0x1234567890abcdef1234567890abcdef12345678"},"schema":{"properties":{"wallet_address":{"description":"EVM wallet address to screen (0x + 40 hex chars)","type":"string"}},"required":["wallet_address"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"direct_sanctions_match":false,"recommendation":"approve","risk_level":"low","score":5,"wallet_address":"0x1234567890abcdef1234567890abcdef12345678"},"schema":{"properties":{"direct_sanctions_match":{"type":"boolean"},"recommendation":{"enum":["approve","review","reject"],"type":"string"},"risk_level":{"enum":["low","medium","high","critical"],"type":"string"},"score":{"maximum":100,"minimum":0,"type":"integer"}},"type":"object"}},"resource":"/v1/wallet/screen"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.50","scheme":"exact"}],"description":"Register a wallet for 30-day monitoring; raises alerts on OFAC-sanctioned or mixer counterparties (poll GET /v1/monitor/alerts, free)","input":{"example":{"wallet_address":"0x1234567890abcdef1234567890abcdef12345678"},"schema":{"properties":{"wallet_address":{"description":"EVM wallet address to monitor (0x + 40 hex chars)","type":"string"}},"required":["wallet_address"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"expires_at":"2026-07-17T00:00:00Z","networks":["ethereum","base"],"status":"active","wallet_address":"0x1234567890abcdef1234567890abcdef12345678"},"schema":{"properties":{"expires_at":{"type":"string"},"status":{"enum":["active"],"type":"string"}},"type":"object"}},"resource":"/v1/monitor/register"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.50","scheme":"exact"}],"description":"Run AML/sanctions check and return an EIP-712 signed compliance attestation that the caller submits to the ComplianceOracle contract on-chain (caller pays gas)","input":{"example":{"address":"0x9AFdB24A65c4059129392C1919eA2697a69bdC4D","entity_name":"Acme Corp","investor_type":"accredited","jurisdiction":840},"schema":{"properties":{"address":{"description":"Ethereum address to attest compliance for","type":"string"},"entity_name":{"description":"Legal name to screen against sanctions lists","type":"string"},"investor_type":{"enum":["retail","accredited","qualified_purchaser","institutional"],"type":"string"},"jurisdiction":{"description":"ISO 3166-1 numeric country code","type":"integer"}},"required":["address"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"address":"0x9AFdB24A65c4059129392C1919eA2697a69bdC4D","attestation":{"signature":"0x..."},"investor_type":"accredited","jurisdiction":840,"risk_score":10,"status":"compliant"},"schema":{"properties":{"address":{"type":"string"},"attestation":{"description":"EIP-712 signed compliance verdict for submission to ComplianceOracle","type":"object"},"risk_score":{"maximum":100,"minimum":0,"type":"integer"},"status":{"enum":["compliant","non_compliant","flagged","unknown"],"type":"string"}},"required":["address","status","risk_score","attestation"],"type":"object"}},"resource":"/v1/oracle/request"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.01","scheme":"exact"}],"description":"Read the current on-chain compliance status for an Ethereum address from the ComplianceOracle contract (view call, no gas)","input":{"example":{"address":"0x9AFdB24A65c4059129392C1919eA2697a69bdC4D"},"schema":{"properties":{"address":{"description":"Ethereum address (URL path parameter)","type":"string"}},"required":["address"],"type":"object"}},"method":"GET","mimeType":"application/json","output":{"example":{"address":"0x9AFdB24A65c4059129392C1919eA2697a69bdC4D","jurisdiction":840,"last_checked":"2026-05-15T17:00:00Z","risk_score":10,"stale":false,"status":"compliant"},"schema":{"properties":{"address":{"type":"string"},"risk_score":{"maximum":100,"minimum":0,"type":"integer"},"stale":{"type":"boolean"},"status":{"enum":["compliant","non_compliant","flagged","unknown"],"type":"string"}},"type":"object"}},"resource":"/v1/oracle/status/{address}"}],"x402Version":2}