# Omniguchi Mempool Rain Cosmetic Unlock

> Omniguchi Mempool Rain Cosmetic Unlock is a paid API for AI agents from omniguchi.0000402.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Unlocks the 'Mempool Rain' cosmetic for a target Omniguchi creature, with gifting supported and no rank change.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/cosmetics/mempool_rain/buy
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniguchi-mempool-rain-cosmetic-unlock-79cc9085
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sAwKRmFXZxTPuzfij_OSN

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-mempool-rain-cosmetic-unlock-79cc9085 -d '<json body>'
```

Example prompt: Unlock the Mempool Rain cosmetic for my Omniguchi — the target creature ID is 0xABC123, and I want to gift it so it goes to that creature without affecting its rank.

## When to prefer this

Use this endpoint specifically when you want to unlock the 'Mempool Rain' cosmetic on an Omniguchi creature. It supports gifting (paying for another creature's cosmetic), making it ideal for social gifting flows. Unlike care endpoints (mood, energy, cleanliness), this is purely cosmetic and does not affect creature stats or rank.

## Known failure modes

- Target creature not found or not yet hatched — unlock fails with a creature-not-found error
- Insufficient USDC payment — transaction rejected
- Cosmetic already unlocked on target creature — may return duplicate or no-op response
- Invalid target creature identifier — validation error
- Payer wallet not verified — authentication failure

## How this service works

Unlock Mempool Rain for a target creature. Gifts are allowed; rank is unchanged.

## Output

A confirmation that the Mempool Rain cosmetic has been unlocked for the target creature, including the creature ID and updated cosmetic status. The creature's rank is unaffected.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pet_wallet": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$",
   "description": "Optional target creature wallet. Omit to target the verified payer."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniguchi-mempool-rain-cosmetic-unlock-79cc9085/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)
