There are two fundamentally different things you can do on a decentralized exchange: swap one token for another, or trade a price direction without ever holding the underlying asset. Token swaps are the familiar DeFi interaction. Perpetual futures introduce mechanics that are often less familiar — and the reason comes down to needing a different kind of infrastructure underneath.
Spot DEXes: Trading Tokens You Actually Own
A spot DEX — Uniswap is the reference example — lets you exchange one token for another. You send in USDC, you receive ETH, the trade settles, and you now own that ETH in your wallet.
Under the hood, many spot DEXes use an automated market maker (AMM): a liquidity pool holding two assets, priced by a formula based on the ratio between them. Liquidity providers deposit both assets into the pool and earn a share of trading fees in return. When you trade, you're transacting against that pool — your trade size affects the pool's ratio, which is why large trades move the price.
For the trader, the exchange is complete once the swap settles. You had USDC, now you have ETH — there's no ongoing position or margin to manage afterward, unlike a perp trade.
Perp DEXes: Trading a Price, Not an Asset
A perpetual futures DEX does something structurally different. When you open a position, you're not buying or selling a token — you're taking a leveraged bet on whether a price will go up or down, without ever holding the underlying asset.
That difference shows up in four ways:
- You don't need to own the asset. You can go long or short ETH without holding a single unit of it. The position tracks price exposure, not token custody.
- Leverage is built in. You put up collateral — a fraction of the position's total value — and the protocol lets you control a larger notional size, subject to market-specific leverage and risk limits.
- Funding rate replaces a settlement date. Traditional futures expire on a set date. Perpetuals don't, so a periodic payment between long and short holders keeps the contract price anchored to the market price instead.
- The position lives on. A spot swap is done in one transaction. A perp position stays open — the protocol has to continuously track your unrealized PnL, apply funding payments, and monitor whether your margin still covers the position, until you close it or it gets liquidated.
That last point is the one that actually matters for how the two are built. A spot AMM doesn't need to maintain an open trader position after a swap settles — each trade updates the pool, but the trader's side of it is done. A perp DEX is inherently stateful in a different way: it has to track every open position, every margin ratio, every funding accrual, continuously, for as long as that position exists.
Where the Liquidity Comes From
This is an important part that introductory explanations often skip. If a perp DEX isn't just matching token swaps, where does the capital on the other side of your trade actually come from?
Perp DEXes answer this in a couple of structurally different ways — some route trades through an externally supplied LP pool, others handle execution and settlement at the protocol layer through a protocol-managed virtual liquidity architecture instead. Each comes with different tradeoffs for capacity and risk. For the full mechanical breakdown of how these models differ, see AMM vs Protocol-Managed Liquidity.
How LeverUp Works
LeverUp is a perpetual futures DEX built on Monad, using a protocol-managed virtual liquidity system powered by the VMMV — trades reference Pyth Pro oracle pricing while execution, settlement, and risk management are handled at the protocol layer. For the complete picture of how the protocol is built, see What is LeverUp?
Frequently Asked Questions
Is a perp DEX the same as margin trading on a spot DEX?
No. Margin trading on a spot DEX means borrowing capital to buy more of an asset you still hold. A perp position is a separate contract that provides price exposure without transferring ownership of the underlying asset.
Why don't perpetual contracts have an expiry date?
Traditional futures settle on a fixed date, which is how the contract price stays tied to the spot price. Perpetuals have no expiry, so a funding rate mechanism does that job instead — a periodic payment between longs and shorts that keeps the contract price anchored to the market.
Do I need to understand AMMs to understand perp DEXes?
It helps as a reference point, but the mechanics diverge quickly. A spot AMM quotes trades from pool ratios, with swaps settling atomically on-chain. An oracle-referenced perp DEX prices from external oracle feeds and manages open positions continuously over time — a different problem with a different architecture.
What are the perpetual futures basics I should know before trading?
Leverage, funding rate, and liquidation are the three core mechanics. For a deeper walkthrough of each, see What Are Perpetual Futures?
Trade on LeverUp: app.leverup.xyz