# Vealth Health Packet — Resting Vitals Screen

> Vealth Health Packet — Resting Vitals Screen is a paid API for AI agents from vealth.net, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a structured work-packet definition for a resting vitals screening task, including method, boundary conditions, proof requirements, and payment path.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/health-packet
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-health-packet-resting-vitals-screen-4f169c76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RjJrcDKyF0T8tuqh4CUbd

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 vealth-health-packet-resting-vitals-screen-4f169c76 -d '<json body>'
```

Example prompt: Can you pull up the resting vitals screen work packet from Vealth for the problem of measuring someone's baseline health at rest — I need the method template, proof requirements, and payment path?

## When to prefer this

Use this endpoint when you need a structured, standards-registered work-packet definition for a resting vitals screening task — specifically when you need the method template, boundary conditions, proof requirements, and x402 payment path in a single call. Prefer this over generic job boards when you need cryptographically provable work artifacts and on-chain payment settlement.

## Known failure modes

- Malformed or missing problem field returns validation error
- Payment not attached or insufficient USDC balance causes 402 Payment Required
- Endpoint unavailable returns 503 or network timeout
- Invalid JSON body returns 400 Bad Request

## How this service works

Find useful work. Build a life from it. Every job shows the place, the task, the proof, and the pay before you begin. Start today and grow toward mastery.

## Output

A JSON object containing: ok status, a packet with the method template name, boundary condition disclaimer (non-medical), definition ID (resting-vitals-screen-v1), funding path (POST /labor at $0.05 via x402), proof requirements (reading and timestamp), and an artifact SHA256 hash for verification.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "packet": {
   "method": "standards-registered method template",
   "boundary": "non-medical measurement; route findings to a licensed clinician",
   "definitionId": "resting-vitals-screen-v1",
   "funding_path": "POST /labor ($0.05 x402 write lane — no key)",
   "proof_requirements": [
    "reading",
    "timestamp"
   ]
  },
  "artifact_sha256": "0x…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-health-packet-resting-vitals-screen-4f169c76/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
