# HTTPay Protocol Name Generator

> HTTPay Protocol 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 creative DeFi protocol names on demand, paid per call via x402 micropayment on Base.

## Facts

- Endpoint: POST https://httpay.xyz/api/protocol-name-generator
- 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-protocol-name-generator-f3c405b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nw5oaocPrStEQbKqr_i3j

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-protocol-name-generator-f3c405b9 -d '<json body>'
```

Example prompt: Can you generate a creative DeFi protocol name for my new liquidity staking project?

## When to prefer this

Choose this endpoint when you need a quick, cheap, on-demand DeFi or Web3 protocol name without signing up for any API key or subscription — ideal for AI agents that can pay $0.001 USDC per call via x402 on Base.

## Known failure modes

- Payment not provided or insufficient — returns HTTP 402 with x402 payment challenge
- Invalid request format — returns error JSON
- Network or server error — returns 5xx response
- Rate limiting if too many unpaid calls attempted

## How this service works

Generate a DeFi protocol name

## Output

A JSON object containing a generated DeFi protocol name and a brief description of that name, returned after a $0.001 USDC micropayment via x402 on Base — no API key required.

## Example request

```json
{
 "query": "artificial intelligence"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Generate a DeFi protocol name"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-protocol-name-generator-f3c405b9/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)
