# Using Hyperliquid Adapter

> How to use Hyperliquid adapter data (meta, funding, candles, orderbooks) and execution surfaces (orders/transfers) in Wayfinder Paths, including required executor wiring.

- Skill: `wayfinderfoundation/using-hyperliquid-adapter` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add wayfinderfoundation/using-hyperliquid-adapter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wayfinderfoundation/using-hyperliquid-adapter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: WayfinderFoundation (https://skillmd.com/u/wayfinderfoundation)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/wayfinderfoundation/using-hyperliquid-adapter

---


## When to use

Use this skill when you are:
- Pulling Hyperliquid market data (perp + spot)
- Using time series (funding history, OHLCV candles)
- Planning order execution (market/limit/stop), transfers, or withdrawals

## How to use

- [rules/high-value-reads.md](rules/high-value-reads.md) - Data sources + I/O shapes for market data and time series
- [rules/deposits-withdrawals.md](rules/deposits-withdrawals.md) - Bridge2 deposit/withdraw mechanics (chain, minimums, timing, monitoring)
- [rules/execution-opportunities.md](rules/execution-opportunities.md) - Order/transfer/withdraw flows and required executor injection
- [rules/outcomes.md](rules/outcomes.md) - HIP-4 outcome markets (binary/multi-outcome prediction contracts, asset id encoding; dispatched inline by `place_market_order` / `place_limit_order` when `asset_name` starts with `#`)
- [rules/gotchas.md](rules/gotchas.md) - Asset IDs, spot naming, and common integration pitfalls

