Hyperliquid Trading Competitions: How They Work
How Voltrade scores Hyperliquid competitions — wallet-only tracking off the public info endpoint, PnL challenges, flat-at-start rules, and how to enter.
Hyperliquid is a purpose-built L1 with a fully on-chain order book, so every fill, every position and every liquidation is public state rather than an exchange's private database. That single property is what makes it the easiest venue on Voltrade to run a competition on — and specifically the easiest venue on which to run a profit competition rather than a volume one.
What the venue is good at
Hyperliquid runs perpetuals only. The venues directory lists it as perpetual markets on the Hyperliquid L1, with 8-hour funding intervals and a base fee tier of 0.02% maker / 0.05% taker — annotated in our own catalog as a base tier that is volume-scaled and subject to change, which is why we link the venue rather than freezing a number in a blog post. The practical trader-facing consequence is that a competitor with real size pays materially less than the headline, and any competition on Hyperliquid that scores turnover has to account for that.
How Voltrade tracks your Hyperliquid activity
This is the part that differs venue to venue, and Hyperliquid is the cleanest case.
Scoring reads directly from Hyperliquid's public /info endpoint. There are no API keys, no read-only credentials and no OAuth handshake anywhere in the path, because the Hyperliquid address is the EVM wallet you already connected. The adapter (lib/challenge-hyperliquid.ts) pulls two things per participant: the fill history for the competition window, and the current open positions with their mark notional and unrealized PnL.
Fills are paged ascending from the window start and deduplicated on Hyperliquid's own trade id. The endpoint returns at most 2,000 fills per call, so the job carries an explicit truncated flag: if a participant's window cannot be walked completely even with pagination, that is surfaced as a loud error rather than silently scored. The reason is a subtle one worth stating plainly — because pages ascend from the start time, a truncated window is missing its latest days, so an incomplete fetch looks exactly like "this trader stopped trading". Treating a missing day as a zero day would quietly under-score the most active competitors. The job refuses to.
The Hyperliquid job runs every 5 minutes, faster than the 20-minute cadence used for the volume-only venue syncs, because PnL leaderboards move with the mark price rather than only with new fills. After a competition ends, it keeps scoring through a 6-hour settlement buffer, with the final pass clamping the window to the competition's end time so late fills cannot rewrite a settled result.
Eligibility: your wallet is your account
There is nothing to link. You connect a wallet, sign a challenge to prove ownership, register, and trade on Hyperliquid as you normally would. Voltrade never takes custody, never holds keys and never routes an order — it reads the same public state anyone else could read, scoped to the wallets that registered.
Compare that with the account-linked venues on the platform: dYdX registration is blocked until a dYdX address is on file, and Blofin registration is blocked until a Blofin UID is linked. Hyperliquid has no equivalent gate, which is why entry is a signature and nothing more.
What kinds of competitions run here
Two shapes, and they score very differently.
Volume competitions convert traded notional into VXP at the platform's perpetual rate of 0.1 VXP per $1 of notional — an order of magnitude below the spot rate of 1 VXP per $1, precisely because leverage makes notional cheap to manufacture. If perps were rated like spot, every perp competition would be won by whoever selected the highest leverage. The mechanics of that conversion, and of daily counted-volume caps, are covered in how VXP and daily volume caps work.
PnL challenges are where Hyperliquid earns its place. These are volume-bracketed profit competitions, and the engine behind them (lib/challenge-scoring.ts) implements five rules that are worth understanding before you enter:
- Flat-at-start gate. Your fills only start counting from the first moment at or after the start when you are flat across the scoped markets. Carrying an existing position into a PnL challenge does not import its profit — you have to close it first.
- Cumulative volume counts opens and closes alike.
- Max-cap pro rata on realized PnL. If the challenge sets a maximum volume, each fill's realized PnL is scaled by the fraction of that fill that fits under the remaining cap. Trading past the cap does not add score; it dilutes.
- Unrealized snapshot, pro-rated by the same remaining cap, with the raw uncapped figure kept separately for display.
- Minimum volume as a prize-eligibility gate — you can lead on PnL and still be excluded from payout for trading too little.
Final score is eligible realized plus eligible unrealized, in absolute USD, ranked descending. Traders who were never flat, and traders below the minimum, stay visible on the leaderboard but sink below the eligible field.
Challenges also carry an entry ticket, which funds the prize pool, and can run a daily raffle drawn at 12:00 UTC against per-day eligibility — a day counts for you only if you traded inside that day's start-anchored 24-hour window. See PnL challenges for what is live.
How to enter
Connect a wallet on Voltrade, find a Hyperliquid competition, register, and trade. Two timing rules decide more outcomes than anything else. Scoring on a Hyperliquid challenge starts from your eligibility moment — the point at which you are flat on the scored markets at or after entry — not from the instant you registered. And days are anchored to the competition's start time rather than to midnight UTC. A competition that starts at 12:00 UTC rolls its day at 12:00 UTC, and any daily cap or daily raffle uses that clock.
Honest notes and limitations
- Truncation is a real edge case. Very high-frequency traders over long windows can exceed what the fills endpoint returns in one call. The job flags it; it does not guess.
- Competition creation on Hyperliquid is admin-side. Self-serve creators on Voltrade are restricted to on-chain token competitions; competitions on integrated venues, Hyperliquid included, are provisioned by the platform.
- Unrealized PnL is a live snapshot. On a PnL challenge, your displayed score moves with the mark price between syncs. That is not an error — it is the position being marked, and it settles at the end.
- Fee tiers are not scored. Voltrade counts notional and profit, not fees paid. If you care about the fee side of the equation, exchange fee rebates and the exchanges directory are the relevant reading, not the leaderboard.
Keep reading
- How DEX Trading Competitions Work
How wallet-first trading competitions track your volume, convert it into points, and turn a leaderboard into a payout — and the details that decide who wins.
- Blofin Trading Competitions: How They Work
How Voltrade tracks Blofin competitions — UID linking through the affiliate API, 16:00 UTC day buckets, sub-invitee snapshot deltas, and what that means for you.
- Convallax Trading Competitions: How They Work
How Voltrade tracks Convallax competitions — on-chain options on Polygon scored on premium paid, with maker and taker both credited and self-trades excluded.
Every trade is a competition
Join a live volume competition or PnL challenge across top venues — or launch your own in minutes.