CRYPTINT.IO
FundamentalsEducation

CEX vs DEX: Centralized vs Decentralized Crypto Exchanges Compared

CEX vs DEX explained. How centralized and decentralized crypto exchanges differ on custody, fees, KYC, liquidity, asset range and failure modes, which is safer and cheaper, and which one fits which situation.

By · CRYPTINT.IO Research · Updated September 22, 2026

DECLASSIFIED // INTELLIGENCE BRIEFING // FOR EDUCATIONAL PURPOSES ONLY

This content is informational only and does not constitute financial, legal, or investment advice. Always do your own research before making any trading decisions.

Key Takeaways

  • +A centralized exchange (CEX) is a company that holds customer funds and matches buy and sell orders on its own servers, like Coinbase, Binance or Kraken. A decentralized exchange (DEX) is a set of smart contracts on a blockchain, like Uniswap, that swaps tokens directly from a user's own wallet with no company in the middle.
  • +The core difference is custody. On a CEX the exchange controls the keys and you hold a claim on the company; on a DEX your coins never leave your wallet until the swap executes on-chain.
  • +CEXs require identity verification (KYC) and can freeze accounts, pause withdrawals or fail outright, as FTX did in 2022. DEXs have no accounts or KYC, but their failure modes are smart contract exploits, scam tokens and user error, with no support desk to call.
  • +Fees on a CEX are a percentage of trade size, typically from around 0.1% up to about 0.6% at retail tiers and lower with volume. Fees on a DEX are a pool fee (commonly 0.05% to 1%) plus a network fee that's close to flat regardless of trade size, so the cheaper venue depends on trade size and chain.
  • +Neither is strictly better. CEXs suit fiat on-ramps, deep liquidity in major pairs and beginners who want recourse. DEXs suit self-custody, early or long-tail tokens and anyone who doesn't want a counterparty holding their funds. Most experienced users run both.

A centralized exchange (CEX) is a company that takes custody of your crypto and runs an order book on its own servers, matching buyers and sellers the way a stock brokerage does. A decentralized exchange (DEX) is a set of smart contracts on a public blockchain that lets you swap one token for another straight from your own wallet, with no company holding your funds. The difference sounds technical, but it decides who controls your money, what a trade costs, whether you need to show ID, and what happens when something goes wrong.

What is the difference between a CEX and a DEX?

It comes down to who holds the keys and where the trade happens. On a CEX you deposit coins into a wallet the exchange controls, and from that moment your balance is an entry in the exchange's database. Trades match on the company's servers, off-chain, in milliseconds. Nothing touches a blockchain until you withdraw. On a DEX there's no deposit step. You connect a wallet you control, approve a swap, and a smart contract moves tokens between your address and a liquidity pool in a single on-chain transaction. The exchange never has your coins, because there is no exchange in the corporate sense. Just code.

That one structural fact explains almost every other difference. It's why a CEX can offer a password reset and a DEX can't. It's why a CEX needs your passport and a DEX doesn't know you exist. And it's why a CEX can go bankrupt with your money inside it, while a DEX can only be drained through its contracts.

How a centralized exchange works

A CEX is a business. Coinbase, Binance, Kraken, OKX and Bybit are the largest, each licensed in some jurisdictions and not in others. You open an account, verify your identity, and fund it with fiat by bank transfer or card, or with crypto by sending coins to a deposit address the exchange owns. From there, trading is a traditional order book: bids and asks sit in a central limit order book, a matching engine pairs them, and your balance updates in the exchange's ledger. The blockchain isn't involved.

The exchange holds customer assets in a mix of hot wallets for daily withdrawals and cold storage for the bulk. When you withdraw, the exchange signs an on-chain transaction from its own wallet to yours. Until then, what you own is a claim on the company. That's the custodial model, and it's the same one banks use. ethereum.org describes it plainly: a centralized exchange is a business that holds your funds and lets you trade, and you're trusting it with custody.[1]

The upside is real. Fiat on-ramps, deep liquidity in the major pairs, tight spreads, fast execution, margin and derivatives, customer support, tax reports, and a familiar interface. The downside is counterparty risk, and the record of exchange failures from Mt. Gox to FTX shows what that risk looks like when it lands.

How a decentralized exchange works

A DEX is a set of smart contracts deployed on a blockchain. Most large ones, Uniswap being the standard example, are automated market makers. Instead of an order book, each trading pair has a liquidity pool funded by users, and a pricing formula sets the exchange rate from the ratio of tokens in the pool. You swap by sending one token into the pool and receiving the other back in the same transaction. The mechanics are covered in the guide to AMMs and liquidity pools.

Nobody holds your funds. You sign the swap with your own wallet, the contract executes it, and the result settles on-chain at the next block. There's no account, no login and no KYC, because the contract can't see anything except your address. Anyone can list a token by creating a pool, which is why a DEX carries thousands of pairs a CEX would never touch, and why a share of those pairs are scams.

Not every DEX is an AMM. Some run on-chain or hybrid order books, and derivatives-focused venues such as Hyperliquid have shown that perpetual futures can trade at serious volume without a custodian. But the AMM model is the one most people mean when they say DEX.

The upsides are self-custody, permissionless listing, transparency (every trade is public), and composability with the rest of DeFi. The downsides are gas fees, price impact on thin pools, MEV, no support desk, and the fact that you need crypto in a wallet before you can do anything, since there's no fiat on-ramp.

CEX vs DEX side by side

CEX vs DEX compared

CEX vs DEX compared
AttributeCentralized exchange (CEX)Decentralized exchange (DEX)
CustodyExchange holds the keys; you hold a claim on the companyYou hold the keys; coins leave your wallet only when the swap executes
Where trades settleOff-chain, in the exchange's databaseOn-chain, in a smart contract
KYCRequired almost everywhereNone at the contract level; some front ends restrict regions or tokens
FeesPercentage of trade size, typically 0.1% to 0.6% at retail tiers, lower with volumePool fee (commonly 0.05% to 1%) plus a network fee that's roughly flat per transaction
Asset rangeHundreds of vetted listingsAnything with a pool, including brand-new and unvetted tokens
LiquidityDeepest in major pairs; tight spreadsDeep in top pools; thin and high-impact in long-tail pairs
SpeedMilliseconds to match; withdrawals take minutes to hoursOne block: about 12 seconds on Ethereum, seconds or less on L2s and Solana
Fiat accessBank transfer, card, direct fiat pairsNone; you need crypto in a wallet first
Failure modesInsolvency, frozen withdrawals, hacked exchange wallets, account lockoutsContract exploits, scam tokens, MEV, user error such as a wrong address or a bad approval
RecourseSupport desk, sometimes insurance or a bankruptcy claimNone; transactions are final

Which is safer?

It depends on what you're afraid of. A CEX protects you from yourself. Lose your password, misplace your two-factor device, or send a deposit on the wrong network, and there's often a human who can help. But it exposes you to the company. The exchange can be hacked: Bybit lost about $1.5 billion in early 2025 when attackers manipulated the signing interface for one of its wallets, the largest theft in crypto history. It can freeze withdrawals when it's illiquid, as Celsius did in June 2022. Or it can be insolvent while showing you a healthy balance, as FTX was in November 2022. Proof-of-reserves reporting improved after FTX, but it's voluntary, and it tends to prove assets without fully proving liabilities.

A DEX protects you from the company by removing it. No one can freeze your funds or lose them in a bankruptcy. But it exposes you to the code and to your own mistakes. A bug in the contract can drain a pool. A token you swap into can be a honeypot that can't be sold. A malicious approval signed on a phishing site can empty your wallet. And there's no one to call.

So the honest answer is that a DEX is safer against counterparty risk and a CEX is safer against user error. For large holdings, the lesson of 2022 was clear: exchanges are for trading, not storage, and self-custody is where the balance should sit between trades. For someone new who's likely to mis-click, the CEX's guardrails are worth something.

Which is cheaper?

For a mid-sized trade in a major pair, the CEX usually wins. Retail taker fees run from around 0.1% at the cheapest venues to about 0.6% at the most expensive, and drop sharply with volume. Instant-buy interfaces charge more than that, plus a wide spread. On a DEX you pay two things: a pool fee that's a percentage of the trade, and a network fee that's a fixed cost in gas regardless of size. Uniswap's pools use fee tiers of 0.01%, 0.05%, 0.30% and 1%, with 0.30% the norm for most volatile pairs.[2]

The gas component is what changes the picture. On Ethereum mainnet a swap can cost anywhere from a couple of dollars to tens of dollars in a busy block, which is punishing on a $200 trade and irrelevant on a $200,000 one. On an L2 or on Solana the same swap costs cents. Then there's price impact. A large trade against a thin pool moves the price against you in a way a deep CEX order book wouldn't, and sandwich bots can worsen the fill further, as the guide to MEV explains.

The crypto fee calculator shows what a round trip costs once exchange fees, spread and the network fee are added, so you can compare a CEX fee tier against a pool fee plus gas at your actual trade size. Run it both ways before assuming either venue is cheaper. The answer flips depending on size, chain and how thin the pair is.

Do you need KYC?

On a CEX, yes, almost without exception. Exchanges serving customers in the US, EU, UK and most of Asia have to verify identity, monitor transactions and report suspicious activity under anti-money-laundering rules. Limits without verification, where they exist at all, are small.

On a DEX, no. The contract has no concept of identity. Your address is the only thing it sees. Some front ends run by companies, including Uniswap Labs' own interface, block certain regions or tokens to manage their legal exposure, but the underlying contracts are open to anyone who can send a transaction. That's a feature for privacy and access, and it's also why regulators keep looking at DEXs, since the same openness serves launderers and sanctioned entities. Expect the pressure to land on front ends and fiat off-ramps rather than the contracts themselves, because the contracts can't be switched off.

Which should you use?

There's no single answer, but the situations sort cleanly.

You're converting fiat to crypto or back. CEX. A DEX can't take a bank transfer. Nearly every crypto journey starts on a centralized exchange for this reason alone, even for people who move to self-custody the same day.

You trade major pairs in size and care about execution. CEX, usually. Deep order books, tight spreads and volume-tiered fees beat pool fees plus gas plus price impact for BTC, ETH and the top dollar pairs. Swaps between stablecoins are the exception; specialized DEX pools trade those at fees well below most CEX tiers.

You want to hold coins without a counterparty. DEX plus a self-custody wallet. If the point is that no company can freeze or lose your funds, routing through a custodian defeats it.

You want a token that isn't listed anywhere else. DEX. New tokens launch on-chain first and reach CEX listings later, if ever. This is also exactly where scams concentrate, so the permissionless listing that makes it possible is the same thing that makes it dangerous.

You're using DeFi. DEX by definition. Lending, liquid staking and liquidity provision all live on-chain, and the DEX is the on-chain venue for getting in and out.

You're new and worried about mistakes. CEX, with small amounts, until addresses, networks and approvals are second nature. Then move what you're not trading into your own wallet.

Most experienced users do both: a CEX account for on-ramping and large liquid trades, a wallet and DEX for everything else, and the bulk of holdings in cold storage touching neither.

How the two are converging

The line is blurring from both sides. Large CEXs now run their own chains and self-custody wallets alongside custodial accounts (Binance with BNB Chain, Coinbase with Base), and publish proof-of-reserves attestations. DEXs have added limit orders, aggregators that route across venues for the best price, gas-free transactions on some chains, and front ends polished enough to pass for an app. Decentralized perpetuals venues have taken a growing share of derivatives volume that used to be a CEX monopoly. ethereum.org's DeFi overview frames the direction: open financial services built on public infrastructure rather than inside a single company.[3]

The custody question doesn't blur, though. However good the interface, either you hold the keys or someone else does. That's the question to ask of any venue before the fees, the listings or the app design.

Frequently Asked Questions

Related Intelligence

Fundamentals

Self-Custody

Holding your own keys, which is the whole point of trading on a DEX.

Fundamentals

AMMs and Liquidity Pools

The pricing formula and pool mechanics behind most decentralized exchanges.

News

Exchange Failures

FTX, Celsius and Mt. Gox: what centralized custody risk looks like when it lands.

Coins

Uniswap (UNI)

The reference DEX and the token that governs it.

The declassified intel is public. The real-time feed requires clearance.

Whale flows, sentiment shifts, technicals, news alerts, and macro movements. Five pillars, one confluence score, delivered to your inbox.

Free BTC intelligence on launch. No credit card required.

Not financial advice. Educational purposes only. Do your own research.

Cryptint provides data and analysis for educational purposes only. Nothing on this site is financial advice. Past signals do not guarantee future results. Do your own research. Consult a licensed financial advisor before acting on any information presented here.