Verdict
The most complete derivatives product on Solana: a hybrid order book with an AMM backstop, cross-margin across the whole account, and vaults for people who would rather not trade. Complexity is the cost, and the chain is the dependency.
- Best for
- Solana users who want cross-margined perps
- Cost
- 0.10% taker at base tier, maker rebates available
What works
- Cross-margin treats your whole account as collateral, not per-position silos
- Hybrid order book with a just-in-time auction before the AMM backstop
- Sub-second fills and negligible transaction costs on Solana
- Vault products expose the market-making side transparently
What does not
- Cross-margin means one bad position can liquidate unrelated ones
- Inherits Solana's outage history as a hard dependency
- Fee schedule and rebate tiers are harder to read than they should be
- Prediction and exotic markets are thin and easily moved
Solana's speed makes an on-chain order book plausible in a way it is not on Ethereum mainnet, and Drift is the most complete attempt at using that. It is a perpetuals venue with a real matching layer, cross-margin across the account, spot borrowing and lending, and a set of vaults for users who want exposure to the market-making side without running a strategy themselves.
How a fill actually happens
An order goes through a three-stage process. First it can be filled against the on-chain order book by keeper bots. If it is not, it enters a short just-in-time auction where market makers compete for it. If nobody takes it, the AMM backstop fills it at a price derived from the oracle.
The design means you always get a fill, and the price improves when there is competition for your order. On liquid markets it usually behaves like an order book; on thin ones it degrades gracefully to AMM pricing, which is exactly the right failure mode — worse execution rather than no execution.
Cross-margin, and the sharp edge on it
Every asset in your Drift account counts as collateral for every position. Deposit SOL, use it to margin a BTC short, borrow USDC against the same balance. The capital efficiency is real and it is the main reason experienced users choose Drift over isolated-margin competitors.
The failure mode is equally real. A liquidation on one position consumes collateral that was supporting others, and in a fast move that cascade happens inside a handful of blocks. On an isolated-margin venue, a bad ETH trade costs you the ETH margin and nothing else. Here it can cost you the SOL you were holding for an entirely unrelated reason.
Check what total collateral your positions are actually leaning on, not just the margin shown against each one.
Keep a buffer sized for a Solana-speed move, not an average day.
Do not run spot borrowing and leveraged perpetuals against the same collateral unless you have modelled the combined liquidation point explicitly.
Re-check after every deposit or withdrawal — the liquidation price moves when the collateral does.
Cross-margin is leverage on your leverage. It is the right tool for someone who models their whole account and the wrong one for someone who thinks in positions.
Fees
Taker fees start around 0.10% and fall with volume and staked-token tiers; makers can earn rebates on some markets. The schedule is competitive but presented in a way that requires more reading than it should — working out your actual rate involves reconciling several tables, and the interface does not simply tell you what you are currently paying.
The Solana dependency
Drift is only as available as the chain underneath it. Solana's outage history is shorter than it was and the network has been stable for some time, but a network halt while you hold a leveraged position is a risk with no equivalent on a centralised venue, and no amount of protocol design removes it.
Position sizing should account for the possibility that you cannot close for an hour. Most people's sizing does not.

Vaults
The vault products let you deposit into a strategy — typically market making or liquidation backstopping — and take a share of the returns. Same caveat as every product of this kind: the yield is compensation for taking the losing side when the market moves hard, and the historical performance was generated in a particular regime by a particular strategist.
Verdict
Borrow and lend, in the same account
Drift includes a spot borrow and lend market that shares collateral with the perpetuals book. Deposit an asset, earn a rate set by utilisation; borrow against it at a rate on the other side of the same curve.
It is well built, and it is the feature most likely to hurt someone who has not thought it through. A borrow position is a short with a funding cost, and when it shares collateral with a leveraged perpetual, the liquidation arithmetic involves three moving prices at once. The interface will show you a health figure; understanding what moves it is your job.
Prediction markets
Drift lists prediction markets alongside its financial instruments. They are interesting, they are thin, and a modest order can move one several percent.
Treated as a small speculative allocation they are harmless. Treated as a signal about real-world probabilities they are misleading, because the liquidity behind the price is a fraction of what a comparable question would attract on a dedicated venue.
Score: 7.4. The best derivatives venue on Solana and a genuinely thoughtful piece of engineering. The cross-margin engine deserves respect in both senses of the word, and the chain dependency is a permanent asterisk that no review should leave out.
