# OFAC Sanctions Check — organiccryptoyyc.com

> OFAC Sanctions Check — organiccryptoyyc.com is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-13).

Checks a blockchain wallet address against OFAC sanctions lists and returns a boolean sanctioned status, settled per call in USDC via x402.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/compliance/sanctions-check/%7Baddress%7D
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ofac-sanctions-check-organiccryptoyyc-com-38f60c56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HvcAsm79qTmHMKhlv0FSA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ofac-sanctions-check-organiccryptoyyc-com-38f60c56
```

Example prompt: Before I send any USDC to 0x1234abcd...5678, can you run a quick OFAC sanctions check on that wallet address to make sure it's not blacklisted?

## When to prefer this

Choose this endpoint when you need a fast, per-call, pay-as-you-go OFAC sanctions check on a single blockchain wallet address with no subscription required, paid trustlessly in USDC via x402. It is well-suited for AI agents and automated pipelines that need lightweight, on-demand compliance screening without integrating a full KYC/AML platform. Prefer alternatives if you need bulk batch screening, detailed sanctions reason codes, or coverage of non-crypto entities like individuals or corporations.

## Known failure modes

- Invalid or malformed wallet address returns an error or unexpected response
- Address format not supported (e.g. non-EVM chain format) may yield incorrect results
- Payment failure via x402 if USDC balance is insufficient ($0.015 per call)
- OFAC data may have slight staleness between update cycles
- Network or hosting downtime on organiccryptoyyc.com:8443 during cloud migration to Acurast

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

Returns a JSON object with a 'source' field identifying the sanctions database used (e.g. 'ofac-sanctions-check') and a 'sanctioned' boolean indicating whether the queried address appears on the OFAC sanctions list. A value of false means the address was not found on the list; true means it is flagged.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "ofac-sanctions-check",
  "sanctioned": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ofac-sanctions-check-organiccryptoyyc-com-38f60c56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
