DEX — decentralized exchange — is a smart contract (or set of contracts) that allows users to swap one token for another without depositing funds with a central operator. Uniswap, Curve, Balancer, GMX, dYdX, Jupiter (on Solana), Raydium — all DEXes. The trade settles on chain, the funds never leave your wallet's control, and there is no company in the loop to freeze withdrawals or go bankrupt.

What makes a DEX a DEX

Two design choices: non-custodial settlement (the smart contract does not hold your balance, your wallet does), and permissionless access (anyone with a wallet can interact, no KYC). These distinguish DEX from CEX more sharply than the marketing makes it sound — a CEX with "decentralized" in the name but custodial settlement is just a CEX with marketing.

The dominant DEX architecture in 2026 is the automated market maker (AMM), a model Uniswap pioneered in 2018. Liquidity providers deposit pairs of tokens; traders swap against the pool; the price is set by the ratio of reserves; the LP earns trading fees in exchange for accepting impermanent loss.

The major DEXes US holders use

Ethereum: Uniswap V3 (largest liquidity), Curve (stablecoin-specialized), Balancer (multi-token pools), 1inch (aggregator). Layer 2s: Uniswap V3 on Arbitrum, Optimism, Base, Polygon. Solana: Jupiter (aggregator), Raydium (AMM), Orca (AMM). Cosmos: Osmosis. The "best" DEX for any given trade depends on the pair, the chain, and the size — most US holders use 1inch or Jupiter aggregators rather than picking individual venues.

The risks DEX trading carries

Lower platform risk, higher signing risk. The DEX cannot freeze your funds; it also cannot save you from signing a malicious approval. Three categories of DEX-specific failure for US holders:

First, MEV / front-running. A large trade on a DEX is visible in the mempool before it settles; sophisticated actors can sandwich your trade — buy in front, sell behind — extracting price impact. Flashbots Protect mitigates this; on Solana, Jito and direct-to-leader RPCs do.

Second, permit-phishing. A fake "DEX trading interface" that prompts a Permit2 signature instead of an actual swap. The signature transfers approval to the attacker, who then drains the wallet at their leisure. Cover this risk by always launching DEXes from a bookmark, never from a search result or social-media link.

Third, tax recordkeeping. Every DEX swap is a taxable event under IRS Notice 2014-21. The exchange does not 1099 you. Tools like Koinly, CoinTracker, or TokenTax read on-chain history and produce the records, but the holder is responsible for keeping cost basis straight.

When CEX is the right tool

For fiat on/off ramping, KYC-compliant trading, and tax-reportable activity, a US-resident holder still routes through a CEX. DEX is the right tool for on-chain swaps, accessing tokens not listed on US CEXes, and for the moments when you'd rather not give a centralized custodian another set of funds to potentially lose.

Further reading: CEX, MEV, Flashbots.