Skip to content

Commit 0eeec73

Browse files
committed
docs(hyperliquid): request closed candles for structure analysis
1 parent 6110ddb commit 0eeec73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • plugins/ask-gina/skills/research-hyperliquid

plugins/ask-gina/skills/research-hyperliquid/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Omit provider context for canonical reads. For an enabled HIP-3 venue, pass its
3030

3131
For aggregate analysis, first materialize the required dataset. Then pass the exact `tableName` from the successful create result both as the query tool's table name and as the bounded SQL relation; never reuse, sanitize, or reconstruct the requested name. Ask one focused question when a coin or venue remains ambiguous.
3232

33+
For structure, confirmation, breakout/rejection, EMA, VPVR, or other completed-candle analysis, request `closedOnly: true` on the candles read. Use forming candles only when explicitly discussing intrabar or live structure. `closeTimestamp` is the provider interval close; `observedAt` is one server observation time for the whole response. `timestamp` remains legacy open time (`openTimestamp`) only. Do not drop the last row as a substitute for `closedOnly`.
34+
3335
## What HIP-3 exposes
3436

3537
HIP-3 is Hyperliquid's builder-deployed perpetual DEX layer. Canonical Hyperliquid lists crypto perps; HIP-3 venues list additional perpetuals that a builder chooses, which today means equities, indices, FX, and commodities alongside some crypto. One venue is enabled: TradeXYZ, provider `hip3:xyz`, USDC collateral. Its markets use the plain ticker as the coin with the venue passed as provider context, for example coin `TSLA` with `{ "providerId": "hip3:xyz" }`.

0 commit comments

Comments
 (0)