Zentralisierte Börse (CEX)
Eine Kryptowährungsbörse, die von einem Unternehmen betrieben wird, das Nutzerfonds verwahrt und Kauf-/Verkaufsaufträge über ein zentrales Orderbuch abgleicht.
Führende CEXs: Binance, Coinbase, Kraken, OKX. Einnahmen: Handelsgebühren (0,1–0,5%), Spread, Listing-Gebühren. CEX vs. DEX: CEX — hohe Liquidität, Fiat-Support, aber custodiales Risiko.
graph LR
Center["Zentralisierte Börse (CEX)"]:::main
Rel_cex["cex"]:::related -.-> Center
click Rel_cex "/terms/cex"
Rel_proof_of_stake["proof-of-stake"]:::related -.-> Center
click Rel_proof_of_stake "/terms/proof-of-stake"
Rel_singularitynet["singularitynet"]:::related -.-> Center
click Rel_singularitynet "/terms/singularitynet"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Erkläre es wie einem 5-Jährigen
Eine [CEX](/de/terms/cex) ist wie Bank und Börse kombiniert, aber für Krypto. Sie hinterlegen Ihren [Bitcoin](/de/terms/bitcoin) bei ihnen (sie verwahren ihn). Das Problem: Geht die Börse bankrott, können die Gelder verloren sein — genau das geschah mit FTX 2022.
🤓 Expert Deep Dive
CEXs nutzen ein Central Limit Order Book (CLOB). Maker fügen Liquidität hinzu (niedrigere Gebühren), Taker entfernen sie. Post-FTX publizieren Börsen Merkle-[Tree](/de/terms/merkle-tree)-basierte Proof-of-Reserves. CEXs müssen AML/KYC-Gesetze einhalten.
❓ Häufig gestellte Fragen
What is the main risk of using a CEX?
Custodial risk: you do not control your private keys. If the exchange is hacked, goes bankrupt (like FTX in 2022), or freezes withdrawals, you may lose access to your funds.
What is Proof-of-Reserves?
A Proof-of-Reserves (PoR) is a cryptographic attestation that a CEX actually holds the assets it claims to hold for users. After FTX collapsed, it became a standard practice for exchanges to publish Merkle-tree-based PoR reports. However, PoR only proves assets, not liabilities.
What is the difference between a maker and a taker on a CEX?
A market maker places a limit order that sits on the order book, adding liquidity. A taker executes against an existing order, removing liquidity. Makers typically pay lower fees than takers.