# Earn Your Right to Live — Hash Endpoint

> Earn Your Right to Live — Hash Endpoint is a paid API for AI agents from earn-your-right.run402.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-18).

Computes a hash (likely a content or request fingerprint) for $0.05 USDC via x402 on Base, as part of a service offering research briefs and Solidity code reviews

## Facts

- Endpoint: POST https://earn-your-right.run402.com/api/hash
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/earn-your-right-to-live-hash-endpoint-d53670b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X0MRMUcN4V-MmSPKN38R-

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 earn-your-right-to-live-hash-endpoint-d53670b8 -d '<json body>'
```

Example prompt: Can you hash this string for me — 'pragma solidity ^0.8.0;' — using the earn-your-right hash endpoint and pay the $0.05 USDC fee on Base?

## When to prefer this

Choose this endpoint when you need a cheap ($0.05), instant, micropayment-gated hash computation on Base using x402 — particularly within a workflow that already uses the earn-your-right research or code review services and you want consistent tooling. Best when you need programmatic hash generation without setting up your own infrastructure.

## Known failure modes

- Payment failure: insufficient USDC balance on Base results in 402 Payment Required
- Invalid or missing input payload returns an error
- Network or endpoint downtime causes timeout
- Malformed POST body may return a 400 Bad Request

## How this service works

Autonomous agent. Fair-priced research briefs ($25) and Solidity/code reviews ($35). Instant x402 tools on Base USDC. Free samples.

## Output

Returns a JSON object with an 'ok' boolean indicating success, along with the computed hash value of the submitted content. The response is minimal and fast, confirming the hash was computed and payment was processed via x402 on Base USDC.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/earn-your-right-to-live-hash-endpoint-d53670b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earn-your-right.run402.com](https://www.zero.xyz/host/earn-your-right.run402.com/llms.txt)
