# HyperGrowth FillShield HIP-4 Readiness Pack

> HyperGrowth FillShield HIP-4 Readiness Pack is a paid API for AI agents from api.hyper-growth.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a HIP-4 readiness decision artifact (FillShield) for Hyperliquid agents, acting as a pre-submit execution guard before order placement.

## Facts

- Endpoint: POST https://api.hyper-growth.xyz/v1/hip4-readiness-pack
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hypergrowth-fillshield-hip-4-readiness-pack-92f59dbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O9wLAKqtQrfa6COldk0Wn

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 hypergrowth-fillshield-hip-4-readiness-pack-92f59dbc -d '<json body>'
```

Example prompt: Before I submit this long ETH-PERP order on Hyperliquid, run it through FillShield and get me the HIP-4 readiness pack — I need to know if it's safe to execute right now.

## When to prefer this

Use this endpoint when your AI agent needs a pre-submit execution guard specifically for Hyperliquid orders, particularly when using the HIP-4 standard and wanting to avoid bad fills. Prefer this over generic risk checks when operating in the Hyperliquid ecosystem and needing a micropayment-gated, agent-native decision artifact.

## Known failure modes

- Payment not included or insufficient (x402 payment required, 0.05 USDC per call)
- Missing or malformed order parameters returns 400 error
- Hyperliquid connectivity issues may delay or fail readiness assessment
- Order context outside supported HIP-4 schema returns validation error
- Rate limiting if too many requests sent in rapid succession

## How this service works

Buy HyperGrowth x402 decision artifacts for Hyperliquid agents. Start with FillShield, a 0.10 USDC pre-submit execution guard.

## Output

A JSON decision artifact representing the HIP-4 readiness assessment (FillShield output) — indicating whether the order is safe to submit to Hyperliquid, along with any guard signals or risk indicators surfaced by the pre-submit execution check.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hypergrowth-fillshield-hip-4-readiness-pack-92f59dbc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hyper-growth.xyz](https://www.zero.xyz/host/api.hyper-growth.xyz/llms.txt)
