# organiccryptoyyc.com Domain Trust Composite Scorer

> organiccryptoyyc.com Domain Trust Composite Scorer is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.32/call, status unknown (last checked 2026-09-13).

Returns a composite domain trust score and verdict by aggregating multi-region, real-device signals for a given domain.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/domain-trust/%7Bdomain%7D
- Price: $0.32/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-domain-trust-composite-scorer-9581e701
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQpNy04r7IlEcID2vX0Yo

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-domain-trust-composite-scorer-9581e701
```

Example prompt: Can you check the trust score for coinbase.com and tell me whether it's a high-trust or low-trust domain?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call composite trust verdict for an arbitrary domain, especially when you want multi-region real-device verification rather than a single-node lookup. It is well-suited for phishing detection pipelines, vendor screening workflows, or any agent task where you need a numeric trust score with a human-readable verdict settled in USDC per call via x402.

## Known failure modes

- Invalid or malformed domain input returns an error response
- Unknown or brand-new domains with no signal history may return low or indeterminate scores
- Rate limiting or payment failure (x402) may block the request
- Temporarily unavailable if hosting infrastructure is in transition to Acurast
- Very long domain strings or non-ASCII domains may not be handled correctly

## 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

A JSON object containing the queried domain name, the data source label ('domain-trust-composite'), a human-readable trust verdict (e.g. 'high-trust domain'), and a numeric combined score (0–100) reflecting aggregated multi-region, real-device verification signals.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "example.com",
  "source": "domain-trust-composite",
  "verdict": "high-trust domain",
  "combinedScore": 90
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-domain-trust-composite-scorer-9581e701/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)
