# PulseFeed Trust Oracle

> PulseFeed Trust Oracle is a paid API for AI agents from pulsefeed.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Checks whether an x402-service endpoint is live, valid, and reputable — returning uptime, trust score, and whether it is worth paying for; without a parameter, returns a catalog of verified working services

## Facts

- Endpoint: POST https://pulsefeed.dev/trust
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pulsefeed-trust-oracle-8db6bf33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EIxHR41XMvdxg-dRtVmEJ

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 pulsefeed-trust-oracle-8db6bf33 -d '<json body>'
```

Example prompt: Before I pay for that x402 endpoint at https://someservice.dev/api/data, can you check PulseFeed to see if it's actually live, valid, and trustworthy — and whether its reputation and uptime make it worth paying for?

## When to prefer this

Use this endpoint when you need to vet an x402 pay-per-call service before committing funds — especially when you have no prior interaction history with that endpoint. Prefer this over generic uptime monitors because it is specifically designed for x402 micropayment services, understands their trust model, and provides reputation context relevant to whether a payment is safe to send. Also useful for discovering a curated list of reliably working x402 services when you don't have a specific endpoint in mind.

## Known failure modes

- Queried endpoint URL is malformed or missing scheme — returns error or empty result
- Target x402 service is brand new with no reputation history — trust score may be unavailable or low confidence
- PulseFeed itself is temporarily unavailable — HTTP 5xx response
- URL parameter points to a non-x402 service — may return null or low-trust result
- Network timeout when probing the target endpoint — liveness check inconclusive

## How this service works

Is this x402 endpoint safe to pay? Vet an unknown seller BEFORE paying: pay/avoid verdict, 0-100 trust score, live 402 probe, scam flags (payTo hijack, bait-and-switch pricing, honeypot, wrong asset) and an on-chain check of the receiver on Base. Reads x402 v1 (body) AND v2 (PAYMENT-REQUIRED header) — body-only checkers call live v2 services dead. ?endpoint=url; omit for a trust-ranked catalog.

## Output

Returns liveness status, validity check, reputation score, and uptime data for the queried x402 endpoint URL; when called without a parameter, returns a curated catalog of verified, working x402 services

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pulsefeed-trust-oracle-8db6bf33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pulsefeed.dev](https://www.zero.xyz/host/pulsefeed.dev/llms.txt)
