# Omniguchi Feed Care

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

Restores the Hunger stat of a hatched Omniguchi virtual creature on behalf of any verified payer.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/care/feed
- 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/omniguchi-feed-care-fbe7539b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oG5kHn-SYLANedhOG4pDr

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-feed-care-fbe7539b -d '<json body>'
```

Example prompt: Feed my Omniguchi — restore its hunger stat. My creature's target ID is omni-7742 and I'll pay the $0.01 USDC fee.

## When to prefer this

Use this endpoint specifically when you need to restore only the Hunger stat of an Omniguchi. If you want to restore all four needs at once, prefer the all-in-one care endpoint. If the creature needs cleaning or mood restoration instead, use the dedicated clean or mood endpoints.

## Known failure modes

- Target Omniguchi has not been hatched yet — care actions only work on active, hatched creatures
- Invalid or unrecognized target creature ID
- Payer wallet has insufficient USDC balance to cover the $0.01 fee
- Payment verification fails or times out
- Creature already at maximum hunger — feed may be a no-op or rejected

## How this service works

Restore Hunger for an active Omniguchi. Any verified payer may care for any hatched target.

## Output

A confirmation that the feed care action was applied, with the Omniguchi's updated hunger level and the transaction details for the $0.01 USDC payment.

## 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-feed-care-fbe7539b/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)
