Community mirror of Hyperliquid documentation, automatically synced every 3 hours.
Built for AI coding agents — works with Claude Code, Codex, Cursor, Copilot, Amp, Windsurf, Cline, Aider, and any tool that reads markdown.
All Hyperliquid documentation as markdown files in docs/, preserving the original structure:
| Section | Path | Description |
|---|---|---|
| Onboarding | docs/onboarding/ |
Getting started, deposits, testnet |
| HyperCore | docs/hypercore/ |
L1 architecture, bridge, staking, vaults |
| Trading | docs/trading/ |
Fees, margining, order types, liquidations |
| HyperEVM | docs/for-developers/hyperevm/ |
EVM dev docs, precompiles, RPC |
| API | docs/for-developers/api/ |
REST, WebSocket, signing, rate limits |
| Nodes | docs/for-developers/nodes/ |
Running nodes, data schemas |
| HIPs | docs/hyperliquid-improvement-proposals-hips/ |
Protocol improvement proposals |
| Builder Tools | docs/builder-tools/ |
Ecosystem tooling |
| Support | docs/support/faq/ |
FAQ & troubleshooting |
A GitHub Action runs every 3 hours:
- Parses the Gitbook sitemap index to discover all pages
- Fetches markdown via Gitbook's
.mdendpoint - Commits any changes
Clone into your project or reference as context:
git clone https://github.com/dzmbs/hyperliquid-docs.gitThe CLAUDE.md file tells Claude where to find everything.
The AGENTS.md file provides the universal context. Clone or add as a submodule.
Just point your agent at the docs/ directory — it's plain markdown.
# Fetch latest docs locally
uv run scripts/fetch_docs.pyThis project mirrors publicly available documentation from Hyperliquid. All documentation content is the property of Hyperliquid. This mirror is provided for convenience and is not affiliated with or endorsed by Hyperliquid.