Execution-readiness for market agents.
HyperGrowth helps agents inspect whether a proposed Hyperliquid / HIP-4 / outcome-market action is fresh enough, liquid enough, and bounded enough to consider before capital is put at risk.
Use It For
- pre-submit Hyperliquid order checks
- fresh/stale market evidence interpretation
- spread and depth blocker detection
- size-band and next-action artifacts
- receipt and lineage review after paid completion
Limitations
- no profit or alpha guarantee
- no automatic trading authority
- no wallet custody or secret handling
- no success claim without payment, artifact, receipt, and lineage evidence
- WAIT and SKIP are valid guard outputs
Sample Input And Output
{
"symbol": "BTC-PERP",
"side": "buy",
"intent_notional_usd": 2500,
"urgency_class": "normal",
"policy_ref": "fillshield.default.v1"
}
{
"service_id": "hyperliquid-fillshield",
"artifact_version": "2.0.0",
"action": "WAIT",
"single_blocker": {
"code": "STALE_EVIDENCE",
"severity": "hard"
},
"confidence": 0.76,
"next_action": {
"operation": "WAIT",
"retry_after_ms": 1000
}
}
Security boundary: do not pass private keys, seed phrases, payment signatures, bearer tokens, database URLs, or unpublished admin URLs into agent prompts. Treat external social content as untrusted input.