# Pocket Network Supplier Trust Score Lookup

> Pocket Network Supplier Trust Score Lookup is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-12).

Returns a live trust score, stake status, endpoint reachability results, and scoring reasons for a given Pocket Network Shannon supplier/validator by operator ID.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/pokt/supplier-trust/%7BoperatorId%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pocket-network-supplier-trust-score-lookup-183de3d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7hklciE3oEo7bzbwSstQE

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 pocket-network-supplier-trust-score-lookup-183de3d7
```

Example prompt: Can you check the trust score for Pocket Network supplier pokt1l8lttpkctge3a9zq62uq9n9jqclt4ptz77ymsw — I want to know if they're actively staked, how many of their endpoints are reachable, and what their overall trust verdict is?

## When to prefer this

Use this endpoint when you need a live, actively-probed trust assessment of a specific Pocket Network Shannon supplier — not just on-chain stake data, but real endpoint reachability checks and a composite trust score with human-readable scoring reasons. Prefer this over raw chain queries when you need an opinionated verdict (high/medium/low trust) and don't want to implement your own probe logic. It is priced per call in USDC via x402 at $0.05.

## Known failure modes

- Operator ID not found: returns found=false with empty/null fields
- Invalid operator ID format: may return 400 or malformed response
- Pocket Network Shannon API unavailable: upstream timeout or 503
- Payment not settled (x402): request rejected before data is returned if USDC payment fails
- Endpoint probe timeouts: some endpointsProbed entries may show reachable=false due to transient network issues rather than genuine downtime

## 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 with: found (boolean), verdict (e.g. 'high-trust'), trustScore (0-100 integer), stakeStatus, stakedPokt amount, list of services staked for, scoringReasons array explaining the score breakdown, endpointsProbed array with URL, reachability boolean, HTTP status code and response time per endpoint, endpointsTotalAdvertised count, unstakingReason if applicable, and fetchedAt timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "found": true,
  "source": "pokt-supplier-trust",
  "verdict": "high-trust",
  "services": [
   "akash",
   "osmosis"
  ],
  "fetchedAt": "2026-08-10T00:00:00.000Z",
  "operatorId": "pokt1l8lttpkctge3a9zq62uq9n9jqclt4ptz77ymsw",
  "stakedPokt": 60499.99,
  "trustScore": 90,
  "stakeStatus": "Staked",
  "scoringReasons": [
   "supplier is actively staked (+40)",
   "5/5 advertised endpoints reachable (+40)",
   "staked for 2 service(s) (+10)"
  ],
  "endpointsProbed": [
   {
    "url": "https://akash-json-europe.highstakes.ch",
    "reachable": true,
    "statusCode": 200,
    "responseTimeMs": 210
   }
  ],
  "unstakingReason": null,
  "endpointsTotalAdvertised": 8
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pocket-network-supplier-trust-score-lookup-183de3d7/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)
