strategy-dev
DEX vs CEX vs Futures: which venue for which trade?
Decision framework for routing every trade to the right execution surface
10 min · beginner
What you'll have when finished
- Pick the right venue for every trade in under 10 seconds
- Save 0.1-2% per trade by avoiding the wrong venue
- Understand when leverage is appropriate vs reckless
- Avoid the most common venue-selection mistakes
Before you start
- Wrong venue choice can cost 1-3% per trade in unnecessary slippage or fees
- Leverage on the wrong venue (high-vol alt on Futures) compounds the mistake
Walkthrough
-
Start with: what AM I trying to do?
Three questions: 1. **Is the token listed on a CEX I have an account on?** If yes → CEX is usually cheaper (lower fees, no gas, deeper liquidity for majors). 2. **Do I need to short, or use leverage > 1x?** If yes → Futures (only place that supports it). 3. **Is the token a new listing not yet on major CEXes?** If yes → DEX (often the only venue). These three questions answer 80% of venue selection. The rest is nuance.
-
Match venue to trade size
**Under $1K:** - Spot on majors → CEX (gas would eat DEX margin) - Spot on long-tail tokens → DEX is the only option anyway - Leveraged → Futures (any size below the exchange's minimum is moot) **$1K - $10K:** - CEX still wins on fees for majors - DEX worth it if MEV protection saves you 0.5%+ vs CEX slippage - Algo Orders (TWAP/VWAP) start mattering on alt-coin sizes near $10K **$10K - $100K:** - Always use Algo Orders, never single market orders - DEX with Dark Pool routing (Pro tier) avoids public-mempool sandwiches - For CEX, use multiple exchanges to split the order if liquidity is thin **$100K+:** - OTC desks become cheaper than any retail venue for some pairs - DEX swap is fine for crypto-native pairs; CEX for fiat-rail-required pairs - Always TWAP or VWAP — single market orders at this size move the market
-
Match venue to urgency
**Need to trade RIGHT NOW (news event, sudden move):** - CEX market order on a major (deepest liquidity, fastest fills) - Futures market order if you specifically want leverage - AVOID DEX during high-vol moments — gas spikes 10-50× and you may get failed transactions **Have time (next hour or two):** - DEX swap with reasonable slippage (1-2%) - Limit orders on CEX at slightly better prices than market - TWAP via Algo Orders for size **No urgency at all (today is fine):** - DCA via DEX or CEX schedule - Limit orders well below market - Rebalancer schedule on a delay The cost of urgency is execution price. Be honest about urgency before picking a venue.
-
Match venue to your risk profile
**Conservative (preserving capital):** - Spot CEX or DEX only — never Futures - Major pairs (BTC, ETH, top alts) - Aggregate Holdings as the truth source for position sizing **Moderate (active trader):** - CEX/DEX spot for core - Futures at 2-5x leverage for specific high-confidence trades only - Always paired with strict stop-losses **Aggressive (experienced, comfortable with leverage):** - Futures at 5-10x leverage as a normal tool - DEX for early access to long-tail - Multi-venue arbitrage opportunities **Where most retail loses money:** Aggressive risk profile + insufficient experience. A new trader using 50x leverage on a memecoin futures contract is the classic catastrophic-loss recipe.
-
Common venue-selection mistakes
**Mistake 1: "DEX swap for everything because I like self-custody."** On Ethereum mainnet, gas alone makes DEX swaps under $500 net-negative vs CEX. Use the right tool for the size. **Mistake 2: "Futures because I want to make more money faster."** Futures with leverage is a multiplier. If your spot strategy loses, futures version loses 5-10× as fast. Master spot first. **Mistake 3: "CEX because I'm used to it."** For tokens not listed on any CEX, this just means "I won't trade this token." That's missing real opportunities. Learn DEX. **Mistake 4: "Single market order at any size."** Above $5K on alts, slippage from single market orders becomes 1-3% of trade value. Use Algo Orders. **Mistake 5: "Aggregate Holdings is approximate, so I'll guess."** The page IS the truth (within 60s cache). Use it as your authoritative balance for position sizing, not your memory.
What's next
Save this in your head: | Trade type | First-choice venue | |------------|-------------------| | Spot, < $1K, major pair | CEX market | | Spot, $1-10K, major pair | CEX limit, or DEX if MEV concern | | Spot, > $10K | Algo Orders (TWAP) on CEX, or Dark Pool on DEX | | Long-tail token (not on CEX) | DEX swap | | Short / leverage > 1x | Futures (low leverage to start) | | Recurring buys | DCA via /swap or CEX schedule | | Multi-asset rebalance | Portfolio Rebalancer | When in doubt: CEX market for liquid pairs, DEX for everything else. Avoid futures until you've done 100+ spot trades. **Next:** [Build a risk-managed system](/learning-library?guide=build-risk-managed-trading-system) to apply discipline regardless of venue.