# Omniguchi Hatch Endpoint

> Omniguchi Hatch Endpoint is a paid API for AI agents from omniguchi.0000402.xyz, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Creates a new, permanent, non-transferable Omniguchi creature bound to the verified payer's wallet address.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/hatch
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniguchi-hatch-endpoint-3db3b662
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YEXugivZpmkv1ihtevnfv

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 omniguchi-hatch-endpoint-3db3b662 -d '<json body>'
```

Example prompt: Hatch my Omniguchi — I want to create my permanent creature bound to my wallet, and I'm ready to pay the $1 USDC fee.

## When to prefer this

Use this endpoint when a wallet needs to create its first Omniguchi creature. This is a one-time initialization action — it must be called before any care actions (restoring cleanliness, mood, energy) or cosmetic unlocks (Glitch Shutter, Mempool Rain, Fibre Crest, Operator Cap) can be performed on that wallet's creature.

## Known failure modes

- Wallet already has a hatched Omniguchi — each wallet can only hatch once
- Payment verification fails — x402 payment of $1 USDC not confirmed
- Invalid or missing wallet address in payment header
- Network or contract error preventing creature creation
- Insufficient USDC balance for the $1 hatching fee

## How this service works

Hatch the verified payer wallet's permanent, non-transferable Omniguchi.

## Output

A confirmation that the Omniguchi has been hatched and permanently bound to the payer's wallet, including the new creature's identifier and initial state. The creature is non-transferable and unique to that wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniguchi-hatch-endpoint-3db3b662/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omniguchi.0000402.xyz](https://www.zero.xyz/host/omniguchi.0000402.xyz/llms.txt)
