Protocol Deep Dives
Tracking Hyperliquid Perps in an Institutional DeFi Portfolio
Syncrone Team
Perpetual futures positions are protocol state, not token balances. Here is what is required to correctly enumerate, value, and report Hyperliquid positions in a fund’s portfolio.
Why Perps Break Token-Based Portfolio Trackers
A DeFi portfolio tracker that reads wallet token balances will see nothing for a Hyperliquid perpetual position. The position is not a token in a wallet — it is a state entry in Hyperliquid’s order book, identified by the trader’s address, the asset, and the side.
The position has a notional value, a mark-to-market PnL, an unrealized PnL, and a margin balance — all stored as protocol-level accounting, not on-chain token holdings. To include it in a portfolio, the system must read Hyperliquid’s own state, not a standard blockchain token query.
Hyperliquid’s Dual-Chain Architecture
Hyperliquid runs on its own L1 for perpetuals trading and on HyperEVM for its EVM-compatible smart contract layer. This distinction matters for portfolio accounting. USDC collateral that has been moved to the Hyperliquid L1 is no longer on Ethereum. It is not visible to EVM queries. The portfolio system must specifically query Hyperliquid’s L1 API to locate the collateral, the open position, and the unrealized PnL.
A fund that uses Hyperliquid perps and does not specifically integrate this coverage will systematically undercount its assets — the collateral appears to have vanished from Ethereum without arriving anywhere visible.
Position Components to Track
A complete Hyperliquid position record includes:
Collateral (USDC): the margin posted to support the position. This is an asset of the fund.
Notional exposure: the USD value of the position at the current mark price, net of leverage. This is not an asset — it is an exposure — but it belongs in the fund’s risk attribution.
Unrealized PnL: mark-to-market gain or loss. For NAV purposes, unrealized PnL is included — the fund’s NAV changes every time the position’s mark price changes.
Funding payments: Hyperliquid positions pay or receive funding based on the funding rate. These are cash flows that affect the fund’s cost basis and need to be captured as they occur, not reconstructed from end-of-period balances.
Fills (trade history): every entry, exit, and liquidation generates a fill record. These are the source events for cost-basis computation and PnL attribution.
Reporting Perp Positions to LPs
LPs in a DeFi fund that uses Hyperliquid perps need to understand both the economic exposure and the NAV impact.
For LP statements, the relevant numbers are: the margin posted (a component of NAV), the unrealized PnL (changes in NAV since entry), and the funding P&L earned or paid since the position was opened. Net of these three, the fund’s NAV correctly reflects the economic reality of the perp position.
For risk reporting, the notional exposure, leverage ratio, and liquidation price belong in the fund’s exposure and risk sections — not as NAV components, but as risk factors that affect the portfolio’s tail-risk profile.

See exactly where your vault's yield comes from