> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Perpetuals

> Curated perpetual futures data on Dune — markets, fills, hourly and daily market metrics, positions, account rollups, and oracle prices

export const PremiumDatasetAccessCard = ({href = "https://dune.com/enterprise#contact-form", note = null}) => <Card title="Gated dataset" icon="lock" href={href}>
    Querying this dataset requires an entitlement on your workspace. See <a href="/data-catalog/overview#access-tiers-public-vs-gated-datasets">access tiers</a>, or contact the Dune team to enable access.
    {note && <><br /><br />{note}</>}
  </Card>;

The Perpetuals collection covers perpetual futures venues, one schema per venue. **Hyperliquid** lives in the `hyperliquid` schema as `perp_*` tables, covering first-party and HIP-3 builder-deployed markets in one set of tables.

<Info>
  **Maintained by:** Dune · **Refresh:** hourly (`perp_oracle_prices` daily) · **Venues:** Hyperliquid
</Info>

<PremiumDatasetAccessCard />

<CardGroup cols={2}>
  <Card title="Hyperliquid" icon="database" href="/data-catalog/curated/perpetuals/hyperliquid/overview">
    Market registry, fill-leg trades, hourly and daily market metrics, hourly positions, daily account rollups, and minute oracle prices
  </Card>

  <Card title="All Tables" icon="table" href="/data-catalog/curated/perpetuals/all-tables-overview">
    Complete inventory of all perpetuals tables
  </Card>
</CardGroup>

## Conventions

Scope, join keys, history floors, both-leg volume and partition pruning are venue-level: the [Hyperliquid overview](/data-catalog/curated/perpetuals/hyperliquid/overview) documents them and routes each question to its table. Column semantics live on the individual table pages.
