Hyperliquid account modes: unified, portfolio margin and standard
Verified against Hyperliquid docs: Account abstraction modes and Hyperliquid docs: Margining · by Hyperliquid Academy
Why this setting matters more than it sounds
Almost every “where did my money go” question on this exchange traces back to one thing: which balance is holding it, and whether that balance can margin a position.
Your account mode decides that. It is a single setting and it changes the answer to questions that otherwise look like bugs.
| Mode | Collateral behaviour | Daily action cap |
|---|---|---|
| Unified account | One balance per asset, unified with spot in that asset | 50000 |
| Portfolio margin | One portfolio across eligible assets | 50000 |
| Manual / standard | Perp, spot and each builder market kept separate | None |
Unified account
The documented recommendation, and the right default for almost everyone.
You get a single balance for each asset. That balance collateralises all your cross margin positions in that asset, and it is unified with your spot balance in the same asset.
What that fixes, concretely: the situation where you deposited, the money is definitely on the exchange, and the order ticket insists you have no collateral because it is sitting in the other pool. In unified mode there is no other pool to be sitting in.
The cost is a cap of 50000 user actions per day. For anyone trading by hand that is not a limit in any meaningful sense; for a quoting strategy it might be.
Portfolio margin
The most capital-efficient option: a single portfolio unifying all eligible assets, currently HYPE, BTC, USDC and USDT.
Instead of each asset’s balance backing its own positions, the whole portfolio backs everything. Capital that would sit idle behind one position is available to another.
Efficiency and entanglement are the same property
The reason portfolio margin frees capital is that your positions now share it. A loss in one place draws on collateral that was supporting another, and a liquidation reaches across the whole portfolio rather than one asset.
That is the correct trade for someone running a hedged book who understands the offsets. It is the wrong trade for someone holding two unrelated directional bets, where the only thing being shared is the downside. The same reasoning applies one level down, between cross and isolated margin.
It carries the same 50000 daily action cap.
Manual, or standard
Separate perp and spot balances, and separate balances per builder market. Cross margin applies to each market separately rather than across them.
More work to manage, and there are three reasons to want it.
No daily action limit. The reason market makers are pointed here.
Isolation between venues. A position on a builder-deployed market cannot draw on collateral backing your core positions.
Builder fees. Builder code addresses must be in standard mode to accrue them, so this is not optional if that is what you are doing.
What this changes elsewhere on the site
A lot of Hyperliquid guidance — ours included — says that USDC in Spot and USDC in Perps are separate pools, and that moving between them is an instant, free in-app transfer.
That is exactly right in standard mode. In unified account mode there is nothing to move, because the balance in an asset already covers both.
So when a guide tells you to check whether a deposit landed in Spot rather than Perps, read it as: in standard mode this is the fix; in unified mode this cannot be the problem. Knowing which mode you are in turns a confusing instruction into a two-second check.
Discontinued: DEX abstraction
There was a fourth mode where USDC defaulted to the perps balance and every other asset to spot. It is discontinued, because the resulting cross margin behaviour was — in the documentation’s own assessment — unintuitive.
If you are reading an older guide that describes it, that guide predates the change.
Choosing
Trading by hand, any size. Unified account. One balance per asset, no pool confusion, a cap you will never approach.
Running a hedged book across HYPE, BTC, USDC and USDT. Portfolio margin, provided you can articulate how the positions offset. If you cannot, the efficiency is just correlation risk with a nicer name.
Market making, high frequency, or accruing builder fees. Standard. The action cap is the deciding factor, and the separation is a feature.
Unsure. Unified account, and revisit only when a specific limitation of it is what is stopping you.
Where to go next
Cross versus isolated margin, which is the next decision down and the one that actually sets your liquidation price, and how liquidation works once collateral is shared.
Frequently asked questions
Which mode should a beginner use?
Unified account. It is the documented recommendation, it removes the most common source of confusion — money sitting in the wrong balance — and the daily action cap is far beyond what manual trading reaches.
Can my spot balance be collateral?
In unified account mode, yes: the balance in an asset is unified with your spot balance in that asset and collateralises your cross margin positions in it. In standard mode the two are separate pools.
What is portfolio margin?
A single portfolio unifying all eligible assets, which are currently HYPE, BTC, USDC and USDT. It is the most capital-efficient option and correspondingly the one where positions are most entangled.
What is the daily action limit?
Unified account and portfolio margin are limited to 50,000 user actions per day. That is a lot for a person and potentially a constraint for a high-frequency strategy, which is why standard mode has no cap.
Why would anyone choose standard mode?
Market makers and builders. It has no daily action limit, it keeps each market's margin separate, and builder code addresses must be in standard mode to accrue builder fees.
Is DEX abstraction still a thing?
No, it is discontinued. USDC defaulted to the perps balance and everything else to spot, which produced cross margin behaviour the documentation itself describes as unintuitive.
Sources
- Hyperliquid docs: Account abstraction modeshyperliquid.gitbook.io
- Hyperliquid docs: Margininghyperliquid.gitbook.io
We link the primary source for every number on this page. If a figure here disagrees with the Hyperliquid documentation, the documentation is right and we want to know.