# organiccryptoyyc.com Seller Trust Composite Verification

> organiccryptoyyc.com Seller Trust Composite 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-12).

Returns a composite trust score and verdict for a given seller/site URL using multi-region real-device verification and on-chain data signals

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/x402/seller-trust/%7BencodedUrl%7D
- Price: $0.23/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-seller-trust-composite-verification-91530fa5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3EqbVmR7U0SUjDD4MD9OG

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-seller-trust-composite-verification-91530fa5
```

Example prompt: Before I send payment to this seller, can you check the trust score and verdict for https://somecryptoseller.com — I want to know if it's high-trust or flagged as risky?

## When to prefer this

Choose this endpoint when you need a fast, composite, per-URL trust verdict that combines real-device multi-region web verification with on-chain data signals, especially in crypto/Web3 contexts where seller authenticity and on-chain activity matter. Prefer over generic WHOIS or simple SSL-check tools when you need a scored verdict with blockchain-aware context.

## Known failure modes

- Invalid or malformed encoded URL returns an error or empty result
- Unreachable target site may result in degraded score or timeout
- Payment not settled (x402 protocol failure) blocks access to result
- Score may be stale if the site was recently created or changed significantly

## 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 source identifier ('x402-seller-trust-composite'), a verdict string (e.g. 'high-trust', 'medium-trust', 'low-trust'), and a numeric trustScore (0-100) reflecting multi-region site verification signals and on-chain data indicators for the queried URL.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "x402-seller-trust-composite",
  "verdict": "high-trust",
  "trustScore": 88
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-seller-trust-composite-verification-91530fa5/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)
