# Omniguchi Care: Restore Energy

> Omniguchi Care: Restore Energy 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 Energy stat of a target hatched Omniguchi creature on behalf of any verified payer.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/care/rest
- 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-care-restore-energy-c1753a25
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_smdwzc_ejGijFeVnsS05i

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-care-restore-energy-c1753a25 -d '<json body>'
```

Example prompt: Restore the energy for my Omniguchi — my creature's wallet address is 0xABC123, go ahead and pay the $0.01 USDC care fee to top it up.

## When to prefer this

Use this endpoint specifically when you need to restore only the Energy stat of a target Omniguchi. If you want to restore all four needs at once, prefer the full-care endpoint. Choose this over the other individual care endpoints (Cleanliness, Mood) when Energy is the specific stat that is depleted.

## Known failure modes

- Target Omniguchi has not been hatched yet — returns error indicating the creature is not active
- Payer wallet not verified or insufficient USDC balance — payment fails with x402 authorization error
- Invalid or unrecognized target wallet address — returns not-found error
- Creature already at full energy — may return a no-op or unchanged state response
- Network or blockchain congestion causing delayed state update

## How this service works

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

## Output

Returns a confirmation that the Energy stat of the target Omniguchi has been restored, along with the updated care state and transaction details reflecting 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-care-restore-energy-c1753a25/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)
