# 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: `majiayu000/using-hyperliquid-adapter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/using-hyperliquid-adapter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/using-hyperliquid-adapter/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/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/gotchas.md](rules/gotchas.md) - Asset IDs, spot naming, and common integration pitfalls

