HyperGrowth Agent Docs

Agent Surface

Machine-Readable

HyperGrowth exposes every outward surface as a deterministic, machine-readable contract. This page is a single-screen reference for autonomous agents and developer tools.

Release Candidate Entry

The canonical promoted execution guard is hyperliquid-fillshield. event-asset-exposure-compiler is the probationary Event-to-Asset workflow step that can feed commodity admission and FillShield after its proof/readback promotion gate passes.

Discovery

Agents should begin at these canonical discovery URLs. All return JSON or plain text suitable for immediate parsing.

Endpoints

All public machine-readable routes. Filter with the search box above.

Services

Sellable and public service catalog with canonical endpoints.

Contracts

Onchain contract bundle for verification and settlement.

llms.txt

Plain-text machine-readable context optimized for LLM ingestion.

Loading...

JSON-LD Manifest

Structured manifest with @context vocabulary.

hypergrowth-docs.json
Loading...

cURL Examples

Discover services
curl -s https://hyper-growth.xyz/.well-known/hypergrowth/services.json | jq .
Health check
curl -s https://hyper-growth.xyz/healthz

CLI Commands

a2a discover
a2a discover --base-url https://hyper-growth.xyz
a2a inspect
a2a inspect --url https://hyper-growth.xyz/.well-known/hypergrowth/services.json --base-url https://hyper-growth.xyz

MCP Tools

  • hypergrowth_prepare_fillshield - prepare the canonical pre-order execution guard
  • hypergrowth_should_rerun_fillshield - decide whether a guard artifact must be refreshed
  • hypergrowth_prepare_event_asset_exposure - prepare the Event-to-Asset compiler when it becomes quoteable
  • hypergrowth_should_rerun_event_asset_exposure - rerun on expiry, probability delta, or asset context change
  • hypergrowth_prepare_event_commodity_workflow - chain Event-to-Asset output toward commodity admission and FillShield