Hyperliquid combines centralized-style trading with on-chain applications in a single account. Understanding its two-sided structure clarifies most beginner confusion.
Two sides, one account
| Side | Purpose |
|---|---|
| Trading side | Buy and sell coins via order book |
| App side (EVM) | Use coins in DeFi apps — swaps, lending, etc. |
“Moving to the EVM” shifts assets between these sides within the same account. No external bridge, no third-party custody during the transfer.
Two trading engines
The word “trade” covers two different mechanisms:
Order book vs. pool
The difference looks academic until it costs you money. Then it looks very real.
An order book
A real list of buyers and sellers posting prices. Your order matches against an actual person on the other side, at a price you can see. Same machinery a stock exchange uses.
A pool
No person on the other side. You drop one coin into a tank and pull the other out, and a formula sets the price based on what's currently in the tank. Just the math.
Practical differences
Order book trades: price is visible before you confirm. Suitable for liquid pairs.
Pool trades (AMM): price depends on pool depth. On thinly traded tokens, slippage can deliver significantly fewer coins than expected — even when the transaction succeeds.
Always check whether a swap uses an order book or a pool, and review the expected output before confirming. Pool trades on low-liquidity tokens carry hidden price risk that order book trades make visible upfront.