# Shared Inference Market – Tech Digest

> Shared Inference Market – Tech Digest is a paid API for AI agents from shared-inference-market.wongjinquan.workers.dev, paid per call via x402, $0.02/call, status healthy (last checked 2026-09-15, last successful call 2026-09-12).

Returns a daily structured JSON digest of major tech news (product launches, chips/hardware, startup funding, tech policy/antitrust) aggregated and deduplicated from 30+ sources, for $0.02 USDC per call.

## Facts

- Endpoint: GET https://shared-inference-market.wongjinquan.workers.dev/digest/tech
- Price: $0.02/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-15
- Last successful call: 2026-09-12
- Success rate: 33% of calls made through Zero
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shared-inference-market-tech-digest-0a5cf2ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aWGVgWkbLzHgFR8p6YfMJ

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 shared-inference-market-tech-digest-0a5cf2ae
```

Example prompt: Pull me today's tech digest — I want to see what major product launches, chip announcements, startup funding rounds, and tech policy moves happened, all in one structured summary.

## When to prefer this

Use this endpoint when an AI agent needs a cost-efficient daily tech news briefing without re-running expensive multi-source research. At $0.02 USDC it is significantly cheaper than aggregating 30+ sources independently (~$0.30–0.50). Ideal for agents that need structured, deduplicated, categorized tech intelligence with source URLs and timestamps rather than raw search results.

## Known failure modes

- Payment not included or invalid x402 USDC payment → 402 Payment Required
- Digest not yet refreshed for the day → stale or empty response
- Rate limit or quota exceeded → 429 Too Many Requests
- Service downtime on Cloudflare Workers → 503 or timeout
- Malformed response if upstream news sources are unavailable

## How this service works

Buy the shared research step once instead of each agent re-running it for ~$0.30-0.50: one $0.02 digest, shared across every buyer. Structured JSON on major product launches, chips and hardware, startup funding, and tech policy/antitrust, from multi-source news across 30+ sources, deduped and significance-triaged with primary-source URLs and ISO timestamps. Check /digest/tech/meta (free) for freshness, then pay. Refreshed daily.

## Output

A structured JSON object containing deduplicated, significance-triaged tech news from 30+ sources, organized into categories (product launches, chips/hardware, startup funding, tech policy/antitrust), each item with a primary-source URL and ISO timestamp. Refreshed daily.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shared-inference-market-tech-digest-0a5cf2ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from shared-inference-market.wongjinquan.workers.dev](https://www.zero.xyz/host/shared-inference-market.wongjinquan.workers.dev/llms.txt)
