# Axon Hash Generator

> Axon Hash Generator is a paid API for AI agents from aiaia-xaxon402.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Computes MD5, SHA-256, and SHA-512 cryptographic hashes for a given input string

## Facts

- Endpoint: GET https://aiaia-xaxon402.vercel.app/api/hash
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-hash-generator-a7be9ffc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ee01YAjApaPczd_1arpBF

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 axon-hash-generator-a7be9ffc
```

Example prompt: Can you generate the MD5, SHA-256, and SHA-512 hashes for the string 'Hello World'?

## When to prefer this

Use this endpoint when you need multiple hash formats (MD5, SHA-256, SHA-512) in a single call, or when operating in an x402 micropayment-enabled workflow on Base and need a lightweight cryptographic hashing utility without setting up your own infrastructure.

## Known failure modes

- Missing or empty input string returns an error
- Malformed request properties may return unexpected results
- Network or payment authorization failure with x402 micropayment returns 402 Payment Required
- Server unavailability on Vercel deployment returns 503

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

Returns a JSON object containing three cryptographic hashes of the input: md5, sha256, and sha512 digest strings.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "md5": "...",
  "sha256": "...",
  "sha512": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-hash-generator-a7be9ffc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaia-xaxon402.vercel.app](https://www.zero.xyz/host/aiaia-xaxon402.vercel.app/llms.txt)
