Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Feature status:
pending_upstream. Hyperliquid’s HIP-4 deployer fee rate is currently 0 across every market — no deployer is earning anything on-chain yet. This endpoint is wired and will populate automatically the moment HL deployers start charging. Builder fees (a separate mechanism) ARE active and ranked at /v1/leaderboards/builders.Endpoint
Query parameters
| Param | Type | Default | Description |
|---|---|---|---|
by | string | "revenue" | One of revenue, volume, bps |
limit | int | 100 | Max rows (cap 500) |
Response (current — feature pending)
Response (future — when HL activates deployer fees)
| Field | Description |
|---|---|
deployer_fees_total_usdh | Lifetime USDH-equivalent collected by this outcome’s deployer |
effective_bps | deployer_fees_total / volume_usdh × 10000 — average rate charged |
distinct_fee_tokens | Number of different fee_token values seen (signals USDH vs share-side fees) |
Ranking modes
by=revenue—deployer_fees_totalDESC. Default.by=volume— outcomes with biggest USDH volume regardless of deployer fee.by=bps— outcomes with the highest effective deployer rate. Useful for finding outliers.
Use cases
- Market-creator earnings dashboard for HL teams running price-binary deployments.
- Find outliers — outcomes with
effective_bps > 50are charging unusually high deployer fees. - Volume vs revenue analysis — sort by volume, look at the bps column to see who’s monetizing aggressively.
Examples
Notes
- Currently empty across the board — see callout at top. Builder fees (active) are tracked at
/v1/leaderboards/builders. distinct_fee_tokens > 1will mean the deployer has been collecting fees in different tokens across fills (e.g. some in USDH, some in share-side tokens).- The deployer-of-an-outcome address is not exposed in current state — this endpoint groups by
outcome_id, not by deployer address. Cross-outcome aggregation will arrive in a future schema update.
How to know when this goes live
Whencount > 0 and feature_status: "live" appears in the response, HL has activated deployer fees and revenue is flowing. The route shape is stable — no client changes needed.