# organiccryptoyyc.com Brand Verify — Multi-Region Site Verification

> organiccryptoyyc.com Brand Verify — Multi-Region Site Verification is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.23/call, status unknown (last checked 2026-09-14).

Verifies a domain's legitimacy by performing real-device, multi-region reachability checks with screenshot proof, IP intelligence, and a composite trust score

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/brand-verify/%7Bdomain%7D
- Price: $0.23/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-brand-verify-multi-region-site-verification-e40f4cd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Cw1PPek_n5o0oS83I6wk

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 organiccryptoyyc-com-brand-verify-multi-region-site-verification-e40f4cd5
```

Example prompt: Can you verify whether organiccryptoyyc.com is a legitimate, reachable website — I want to see its trust score, IP details, and whether it's actually loading from multiple regions around the world?

## When to prefer this

Choose this endpoint when you need an independent, multi-region, real-device verification of a domain's legitimacy with screenshot proof and IP intelligence — not just a DNS lookup or ping. It is especially useful for fraud detection, vendor vetting, brand protection, and compliance checks where you need a composite trust score and geographic reachability data. Prefer this over simple uptime monitors when you need proof of rendering and IP/proxy intelligence together.

## Known failure modes

- Domain does not resolve — dnsError field populated, trustScore lowered
- One or more regions fail reachability check — failedJobs > 0, score reduced
- Timeout on verification sweep — timedOut flag set to true
- Invalid domain format in path parameter — likely 400 or error response
- Payment not settled in USDC via x402 — 402 Payment Required response
- IP intelligence lookup fails — ipIntelligenceError field populated with error details

## 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 containing: a composite verdict (e.g. 'high-trust'), numeric trust score (0–100), resolved IP address, per-region reachability results (status, load time, TTFB, CLS, screenshot availability) across up to 3 geographic regions, IP intelligence (ASN, ISP, city, country, proxy/VPN flag, lat/lon), scoring reasons explaining the score, DNS error details if any, and fetch timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "example.com",
  "source": "brand-verify-composite",
  "verdict": "high-trust",
  "dnsError": null,
  "fetchedAt": "2026-08-08T00:00:00.000Z",
  "resolvedIp": "93.184.216.34",
  "trustScore": 92,
  "verification": {
   "url": "https://example.com",
   "domain": "example.com",
   "source": "uprock-verify-sweep",
   "regions": [
    {
     "lcpMs": 610,
     "region": "NA",
     "status": "completed",
     "ttfbMs": 120,
     "country": "US",
     "clsScore": 0.01,
     "errorType": null,
     "reachable": true,
     "loadTimeMs": 842,
     "errorMessage": null,
     "hasScreenshot": true
    }
   ],
   "sweepId": "5cb37d22-bdf7-432c-83a3-6b2d1645ad54",
   "timedOut": false,
   "totalJobs": 3,
   "failedJobs": 0,
   "completedJobs": 3
  },
  "ipIntelligence": {
   "ip": "93.184.216.34",
   "asn": "AS15133",
   "isp": "Edgecast Inc.",
   "city": "Ashburn",
   "region": "Virginia",
   "source": "ip-geolocation",
   "country": "United States",
   "isProxy": false,
   "latitude": 39.0437,
   "timezone": "America/New_York",
   "fetchedAt": "2026-08-08T00:00:00.000Z",
   "longitude": -77.4875,
   "countryCode": "US"
  },
  "scoringReasons": [
   "3/3 regions reachable (+40)",
   "avg load 842ms across 3 region(s) (+20)",
   "resolves to United States, no proxy/VPN detected (+20)",
   "3 region(s) captured screenshot proof (+20)"
  ],
  "verificationError": null,
  "ipIntelligenceError": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-brand-verify-multi-region-site-verification-e40f4cd5/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)
