# HTTPay Degen Name Generator

> HTTPay Degen Name Generator is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Generates a creative 'degen' alter ego name for crypto/Web3 culture

## Facts

- Endpoint: POST https://httpay.xyz/api/degen-name
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-degen-name-generator-2d206f12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1GUv1UTN_yNhTVuANZ63c

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 httpay-degen-name-generator-2d206f12 -d '<json body>'
```

Example prompt: Generate a degen alter ego name for me — something wild and fitting for a crypto degenerate on Base.

## When to prefer this

Use this endpoint when you want a fun, crypto-culture-flavored pseudonym or alter ego name in the style of DeFi/degen meme culture, paid per-call with no API key required via x402 on Base.

## Known failure modes

- Payment not included or insufficient USDC on Base returns 402 Payment Required
- Invalid x402 payment header returns authentication error
- Service downtime returns 5xx error

## How this service works

Generate your degen alter ego name

## Output

A JSON object containing a generated degen alter ego name and optionally a short description or flavor text characterizing the persona.

## Example request

```json
{
 "name": "vitalik.degen"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Generate your degen alter ego name"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-degen-name-generator-2d206f12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
