Hyperliquid Friction
Two execution-economics METRICS (descriptive, not a trade signal) per Hyperliquid perp × hour: impact_spread_bps - the round-trip taker cost proxy from HL's on-chain impact quotes ((impact_ask - impact_bid)/mid × 1e4) - and instantaneous_breakeven_days - how many days to recoup one round-trip's impact cost if the snapshot's funding rate held constant (a point-in-time estimate; alt funding decays fast, so it is not a realized holding period). The thin-market filter for the long tail of small-cap perps. Derived purely from Hyperliquid on-chain data.
- Source
- derived
- Licence
- Redistributable open data
- Updates
- Intraday
- Data through
- 2026-06-29
- Quality
- QC clean · 0 failures
- Format
- Apache Parquet + dictionary
Safe to train on
Built only from a named, redistributable official source under a documented open licence - not scraped web data. No copyright grey zone, no personal data. Ships machine-readable Croissant metadata (ML Commons - loads in Hugging Face / Kaggle / Google), an AI training-licence manifest documenting source, licence and provenance for your model's data governance, and a machine-readable data dictionary (drop it into an agent / RAG prompt so the model knows every column) - all inspectable before you buy.
What's included
- impact_spread_bps + instantaneous_breakeven_days per coin × hour
- Round-trip cost from HL on-chain impact quotes; breakeven vs funding carry
- A friction METRIC, not a prediction - the small-cap-perp tradability screen
- Tidy LONG shape - coin × hour × metric; flat + partitioned by coin & year
- Source: Hyperliquid public asset-context data (on-chain perpetual DEX), derived
Schema
| Column | Type | Description | Filled | Distinct |
|---|---|---|---|---|
| zone | str | Coin (perp ticker) | 100.0% | 230 |
| ts | timestamp (UTC) | Hour (bar start) | 100.0% | 26,968 |
| metric | str | impact_spread_bps or instantaneous_breakeven_days | 100.0% | 2 |
| value | float | Metric value (bps, or days) | 100.0% | 88,892 |
| unit | str | Unit (mixed - bps or days) | 100.0% | 2 |
| res_min | int | Native resolution in minutes (60 = hourly) | 100.0% | 1 |
Sample & preview
Every purchase ships as Apache Parquet with a data dictionary and the full QC report. A free sample (first rows + schema) is downloadable here - confirm fit before you buy. Source: derived (redistributable open data; attribution passes through - see our Licence).
Don't trust screenshots - drop the sample into your notebook right now.
import pandas as pd df = pd.read_parquet("hyperliquid-friction-adjusted-yield_sample.parquet") df.info() # typed columns, gap-aware, ready to join⬇ Download free Parquet sample or CSV for Excel
Coverage: 230 zones
0G · 2Z · AAVE · ACE · ADA · AERO · AI · AI16Z · AIXBT · ALGO · ALT · ANIME · APE · APEX · APT · AR · ARB · ARK · ASTER · ATOM · AVAX · AVNT · AXS · AZTEC · BABY · BADGER · BANANA · BCH · BERA · BIGTIME · BIO · BLAST · BLUR · BLZ · BNB · BNT · BOME · BRETT · BSV · BTC · CAKE · CANTO · CATI · CC · CELO · CFX · CHILLGUY · CHIP · COMP · CRV · CYBER · DASH · DOGE · DOOD · DOT · DYDX · DYM · EIGEN · ENA · ENS · ETC · ETH · ETHFI · FARTCOIN · FET · FIL · FOGO · FRIEND · FTM · FTT · FXS · GALA · GAS · GMT · GMX · GOAT · GRASS · GRIFFAIN · HBAR · HEMI · HMSTR · HPOS · HYPE · HYPER · ICP · ILV · IMX · INIT · INJ · IO · IOTA · IP · JELLY · JTO · JUP · KAITO · KAS · LAUNCHCOIN · LAYER · LDO · LINEA · LINK · LISTA · LIT · LOOM · LTC · MANTA · MATIC · MAV · MAVIA · ME · MEGA · MELANIA · MEME · MERL · MET · MEW · MINA · MKR · MNT · MON · MOODENG · MORPHO · MOVE · MYRO · NEAR · NEIROETH · NEO · NFTI · NIL · NOT · NTRN · NXPC · OGN · OM · OMNI · ONDO · OP · ORBS · ORDI · OX · PANDORA · PAXG · PENDLE · PENGU · PEOPLE · PIXEL · PNUT · POL · POLYX · POPCAT · PROMPT · PROVE · PUMP · PURR · PYTH · RDNT · RENDER · REQ · RESOLV · REZ · RLB · RNDR · RSR · RUNE · S · SAGA · SAND · SCR · SEI · SHIA · SKR · SKY · SNX · SOL · SOPH · SPX · STABLE · STBL · STG · STRAX · STRK · STX · SUI · SUPER · SUSHI · SYRUP · TAO · TIA · TNSR · TON · TRB · TRUMP · TRX · TST · TURBO · UMA · UNI · UNIBOT · USTC · USUAL · VINE · VIRTUAL · VVV · W · WCT · WIF · WLD · WLFI · XAI · XLM · XMR · XPL · XRP · YGG · YZY · ZEC · ZEN · ZEREBRO · ZETA · ZK · ZORA · ZRO · kBONK · kDOGS · kFLOKI · kLUNC · kNEIRO · kPEPE · kSHIB
Related datasets
Crypto Fear & Greed Index
The daily crypto-market sentiment gauge (0 = extreme fear, 100 = extreme greed), 2018→present, from Alternative.me. Also folded into the Crypto Market Structure & Sentiment panel.
Crypto On
Daily on-chain fundamentals for Bitcoin AND Ethereum in one clean panel - computed directly from the public-domain blockchains (via Google BigQuery public datasets, not a restrictive wrapper API). BTC: transaction count, block count, block size, fees, on-chain volume, average transaction value, outputs created / inputs spent, and ACTIVE ADDRESSES. ETH: transaction count, gas used, average gas price (gwei), ETH transferred, active addresses, and ETH burned (EIP-1559). Active-address counts and on-chain throughput are the metrics analytics vendors (Glassnode, Coin Metrics, DefiLlama, Blockchain.com) sell behind paywalls and forbid you to resell - but the ledger itself is public-domain data, so these derived aggregates are freely redistributable. That licence gap is the moat: the clean, resellable on-chain-activity layer.
Hyperliquid Basis & Carry
The delta-neutral carry signal for every Hyperliquid perp, hourly: the perp basis (mark vs oracle dislocation, bps), the annualised funding rate, and the perp premium - the three numbers a cash-and-carry or delta-neutral yield desk actually trades. Reconstructed from the raw asset-context archive, 2023-05 → present, including the long tail of small-cap perps most basis feeds omit. Pure on-chain DEX data, no CEX. One row per coin × hour × metric.