PlainCoin
Chapter 6 Platform guides

How Hyperliquid works

The two sides of a Hyperliquid account, what "moving to the EVM" means, and order books vs. liquidity pools.

The short version
  • Hyperliquid has two sides — a trading side and an app side — in the same account.
  • Moving HYPE to the EVM shifts coins between those sides; nothing leaves your account or crosses a bridge.
  • Trades can use an order book (price agreed upfront) or a liquidity pool (price from a tank of coins).
  • Pool trades on thinly-traded coins can give worse prices than expected — same word, very different risk.

Hyperliquid combines centralized-style trading with on-chain applications in a single account. Understanding its two-sided structure clarifies most beginner confusion.

01

Two sides, one account

SidePurpose
Trading sideBuy 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.

02

Two trading engines

The word “trade” covers two different mechanisms:

Figure 2 — same word, different machine

Order book vs. pool

The difference looks academic until it costs you money. Then it looks very real.

When I bought HYPE

An order book

sellers asking↔ you match herebuyers bidding

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.

When I swapped for HAM

A pool

x · y = kthe formulasets pricedrop HYPEpull HAM

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.

03

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.

⚑ One honest flag

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.

If this cleared something up, you can buy me a coffee.

Buy me a coffee Set your handle in src/components/TipJar.astro
← All guides