# Lava Password Generator

> Lava Password Generator is a paid API for AI agents from lavarnd.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Generates a high-entropy password derived from 256 random pixels captured from live lava lamp images

## Facts

- Endpoint: POST https://lavarnd.up.railway.app/lava-password
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lavarnd-up-railway-app-7dc4675d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RrLDRLDJn43e0iN2VIV0U

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 lavarnd-up-railway-app-7dc4675d -d '<json body>'
```

Example prompt: Generate me a high-entropy password using the lava lamp pixel randomness source — I need something truly physically random, not just algorithmic.

## When to prefer this

Choose this endpoint when you need a truly physically-sourced random password, not a pseudo-random algorithmically generated one. Ideal for security-sensitive applications where the entropy source quality matters, or when you want to avoid reliance on software PRNG. Useful for generating one-off credentials, secrets, or tokens backed by hardware randomness from lava lamp cameras.

## Known failure modes

- Camera feed unavailable — lava lamp images cannot be captured, service returns error
- Insufficient pixel entropy sampled — service may return error or retry internally
- Network timeout reaching lavarnd.up.railway.app
- Payment of $0.001 USDC not processed via x402 — request rejected with 402 status

## How this service works

Lava Password - Generate a high-entropy password using 256 random pixels.

## Output

A high-entropy password string generated by sampling 256 random pixels from live lava lamp camera images, providing physical-world entropy as the randomness source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [],
 "properties": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lavarnd-up-railway-app-7dc4675d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lavarnd.up.railway.app](https://www.zero.xyz/host/lavarnd.up.railway.app/llms.txt)
