Blog

How Market Making Works on CEX: Complete Guide 2026

Everything token projects need to know about centralized exchange market making — from bid-ask spreads and order book mechanics to algorithmic strategies and API integration.

By Marcus Rivera 16 min read CEX Guide

What Is CEX Market Making

Market making on a centralized exchange (CEX) is the process of continuously placing buy and sell limit orders on both sides of the order book to provide liquidity. The market maker earns profit from the bid-ask spread while ensuring that other traders can buy or sell the token at any time without excessive slippage or price impact.

Every trading pair on a centralized exchange relies on an order book — a list of pending buy orders (bids) and sell orders (asks) organized by price. When a trader places a market order to buy, it is matched against the lowest available sell order. When someone sells, their order is matched against the highest available buy order. Without market makers placing these limit orders, the order book would be thin or empty, making it difficult or impossible for traders to execute trades at reasonable prices.

In traditional finance, market makers are specialized firms like Citadel Securities or Virtu Financial that provide liquidity on stock exchanges. In crypto, the same role exists but is far more accessible. Token projects, trading firms, and individual operators all participate in CEX market making, often using algorithmic bots that automate the entire process. The fundamental mechanics are identical: place orders on both sides, earn the spread, manage the risk of holding inventory.

For token projects, market making is not optional — it is a requirement for maintaining a healthy listing on most exchanges. Exchanges evaluate listed tokens based on trading volume, order book depth, and spread tightness. A token with no market maker will have a wide spread, thin order book, and low volume, which discourages organic traders and can lead to delisting. OpenLiquid provides CEX market making services that handle the entire process for token projects that lack the infrastructure to run their own market making operations.

The difference between CEX market making and DEX volume bots is fundamental. On a DEX, there is no order book — liquidity is provided through automated market maker (AMM) pools. On a CEX, market making requires actively managing individual orders at specific prices, reacting to market movements, and maintaining balanced inventory. This complexity is why many token projects outsource CEX market making to specialized providers rather than attempting to run it in-house.

The Bid-Ask Spread Explained

The bid-ask spread is the core profit mechanism for CEX market makers. It represents the difference between the highest price a buyer is willing to pay (bid) and the lowest price a seller is willing to accept (ask). A market maker who buys at the bid and sells at the ask captures this spread as profit on every completed round-trip trade.

Consider a token trading at $1.00 with a bid-ask spread of 0.2%. The highest bid might be $0.999 and the lowest ask might be $1.001. If the market maker places a buy order at $0.999 and a sell order at $1.001, and both orders get filled, the maker earns $0.002 per token. Over thousands of trades per day, these small profits accumulate into meaningful revenue.

Spread width is a balancing act. A wider spread means more profit per trade but fewer fills because other traders and competing market makers will place tighter orders. A tighter spread means more fills but less profit per trade. Professional market makers dynamically adjust their spread width based on volatility, volume, and competitive pressure. During calm markets, spreads tighten as competition increases. During volatile periods, spreads widen to compensate for the increased risk of adverse price movement between when an order is placed and when it is filled.

For token projects, the spread directly affects the trading experience. Traders checking a token on an exchange will immediately notice if the spread is 0.1% (healthy) or 5% (unhealthy). Wide spreads signal low liquidity and make traders hesitant to enter positions because they know they will lose a significant percentage just from the spread when they eventually want to exit. This is why maintaining tight spreads through active market making is essential for building trader confidence and encouraging organic volume.

Most exchanges display the spread prominently on their trading interface, and data aggregators like CoinMarketCap and CoinGecko use spread data as part of their exchange and market quality scores. A token with consistently tight spreads ranks higher in these metrics, increasing its visibility to potential traders. OpenLiquid's CEX market maker maintains target spreads specified by the token project, typically between 0.1% and 1.0% depending on the exchange and pair.

Order Book Depth and Liquidity Layers

Order book depth refers to the total value of buy and sell orders at various price levels. A deep order book means large orders can be executed with minimal price impact, while a shallow book causes significant slippage even on moderate trades. Market makers create depth by placing multiple orders at incrementally spaced price levels above and below the current price.

A professional market maker does not simply place one buy and one sell order. Instead, they layer the order book with multiple orders at different price points. For example, a market maker might place buy orders at $0.999, $0.995, $0.990, $0.980, and $0.970, with increasing sizes at each level. The same ladder structure exists on the sell side. This creates a deep order book that can absorb larger trades without dramatic price swings.

The spacing and sizing of these order layers is a critical configuration decision. Orders placed close to the current price are more likely to get filled but carry higher inventory risk in volatile markets. Orders placed further from the current price act as a safety net for large trades but tie up capital that could be deployed more productively closer to the market. The optimal ladder configuration depends on the token's volatility profile, the expected trade size distribution, and the total capital available for market making.

Exchanges evaluate order book depth when determining listing tier placement and fee structures. A token with $50,000 of bid-side depth within 2% of the current price will be treated differently than a token with $1,000 of depth. Some exchanges have explicit depth requirements — for instance, requiring at least $10,000 in orders within 2% of the mid-price on both sides. Failing to maintain these requirements can result in warning notices or eventual delisting from the exchange.

OpenLiquid's CEX market making system allows token projects to configure the depth, spacing, and sizing of their order book layers. The system continuously monitors the order book and replaces filled orders automatically, ensuring that depth is maintained even during active trading periods. This automated approach eliminates the manual effort of constantly monitoring and adjusting orders that would otherwise be required.

Inventory Management Strategies

Inventory management is the most challenging aspect of CEX market making. As the market maker executes trades, their holdings of the base token and quote currency shift. If the price is trending upward, the maker sells more than they buy, accumulating excess quote currency. If the price trends down, they accumulate excess tokens. Unmanaged inventory exposure can turn a profitable spread-capture strategy into a losing position.

The simplest inventory management approach is symmetric quoting — placing equal-sized orders on both sides and allowing the natural flow of trading to determine the net position. This works well in range-bound markets but fails during trends. A market maker who buys $50,000 of tokens during a downtrend and then watches the price drop another 20% has lost $10,000 on inventory depreciation, far more than any spread profits earned.

More sophisticated approaches include inventory-skewed quoting, where the market maker adjusts spread and order sizes based on their current position. When holding excess token inventory, the maker tightens the ask spread (making it cheaper for others to buy) and widens the bid spread (making it less attractive to sell). This encourages trades that reduce the excess inventory. The reverse applies when holding excess quote currency.

Position limits provide a hard constraint on inventory exposure. A market maker might set a rule that net token exposure cannot exceed $20,000 in either direction. When the limit is reached, the bot stops placing orders on the side that would increase exposure. This prevents catastrophic losses during extreme market moves but reduces the liquidity provided during those critical periods.

Some advanced market making systems use hedging to manage inventory risk. If the market maker accumulates excess token inventory on one exchange, they can simultaneously short the same token on another exchange or trade a correlated asset to offset the risk. This approach is common among professional trading firms but adds complexity that most token projects prefer to avoid. OpenLiquid handles inventory management automatically based on parameters set by the token project, including maximum position sizes and rebalancing thresholds.

Exchange API Integration

CEX market making bots interact with exchanges through REST and WebSocket APIs. The REST API handles order placement, cancellation, and account queries. The WebSocket API provides real-time market data streams including order book updates, trade events, and ticker data. Reliable API integration is the technical foundation of any market making operation.

Every major CEX provides a documented API that allows programmatic trading. The key endpoints for market making include: order placement (limit orders at specific prices and quantities), order cancellation (removing stale or unfilled orders), order status queries (checking whether orders have been partially or fully filled), balance queries (monitoring available capital), and market data (current prices, order book state, recent trades).

WebSocket connections are essential for market making because they provide real-time data without polling. When the order book changes, the exchange pushes an update through the WebSocket connection, allowing the bot to react immediately. A market maker relying solely on REST API polling would have a significant latency disadvantage — by the time a polled update arrives, the market may have already moved and the maker's orders may be stale or adversely filled.

API rate limits are a practical constraint that every market making bot must respect. Exchanges impose limits on the number of API requests per second or per minute to prevent abuse and ensure fair access. BitMart, MEXC, Gate.io, and KuCoin each have different rate limit structures. A well-designed market making bot batches operations efficiently and prioritizes critical actions (like cancelling vulnerable orders during a price spike) over less urgent ones (like querying account balances).

API key security is paramount. Market making API keys typically require trading permissions but should never have withdrawal permissions. If an API key is compromised, limiting it to trade-only access prevents an attacker from stealing funds. OpenLiquid's infrastructure manages API connections to all supported exchanges with institutional-grade security practices, handling the complexity of multi-exchange API integration so that token projects do not need to build or maintain this infrastructure themselves.

Algorithmic Market Making Strategies

Algorithmic market making strategies range from simple fixed-spread models to sophisticated approaches that incorporate volatility prediction, order flow analysis, and cross-exchange arbitrage. The choice of strategy determines the market maker's profitability, risk exposure, and the quality of liquidity they provide to the exchange.

The fixed-spread strategy is the simplest approach. The bot maintains a constant percentage spread around the mid-price and replaces orders as they are filled. This works well for stable, low-volatility tokens but leaves the maker vulnerable during volatile periods when the spread should widen to compensate for increased risk. Most basic market making bots use this approach because it requires minimal configuration.

Volatility-adjusted spread strategies dynamically widen the spread when price volatility increases and tighten it when volatility decreases. The bot measures recent price variance over a rolling window (such as the last 15 minutes or 1 hour) and adjusts the spread accordingly. This approach significantly improves profitability during volatile markets because the wider spread compensates for the increased risk of adverse selection — the phenomenon where informed traders pick off stale orders during rapid price moves.

Order flow analysis goes a step further by examining the pattern of incoming trades to predict short-term price direction. If the market maker detects a series of large buy orders, they can anticipate upward pressure and adjust their quotes accordingly — perhaps widening the bid-ask spread or skewing inventory toward the sell side. This type of analysis is more common among professional firms but is increasingly accessible through modern trading infrastructure.

Grid strategies place orders at fixed price intervals (for example, every 0.5%) across a wide range. As the price oscillates, the bot automatically buys low and sells high within the grid. This approach works well in ranging markets but accumulates large inventory exposure if the price trends strongly in one direction. Many token projects use grid-based market making as a starting point because it is intuitive and easy to configure.

OpenLiquid's CEX market making employs adaptive strategies that combine elements of volatility adjustment and inventory management, optimized for the specific requirements of token projects that need to maintain healthy exchange metrics rather than maximize trading profit.

Risk Management for Market Makers

Effective risk management separates profitable market making operations from those that blow up during market stress. Key risks include inventory risk, adverse selection risk, technical risk (API failures and connectivity issues), and market structure risk (exchange downtime, sudden liquidity withdrawals). A comprehensive risk framework addresses each of these categories with specific controls and limits.

Inventory risk, discussed earlier, is managed through position limits, skewed quoting, and hedging. The specific limits should be calibrated to the token's volatility — a token that moves 5% daily requires wider inventory limits than a stablecoin pair. A common rule of thumb is that maximum inventory exposure should not exceed the amount the market maker can afford to lose if the token drops 50% overnight.

Adverse selection risk is the risk that the market maker's orders are filled by traders with better information. When a whale knows that a major exchange listing (or delisting) is about to be announced, they trade aggressively, and the market maker's standing orders become free money for the informed trader. Protecting against adverse selection requires monitoring for unusual order flow patterns and temporarily widening spreads or pulling orders when suspicious activity is detected.

Technical risk is often underestimated. An API disconnection during a volatile period can leave stale orders on the book that get filled at unfavorable prices. A proper market making system maintains heartbeat monitoring on all API connections and automatically cancels all open orders if connectivity is lost. OpenLiquid's infrastructure includes redundant connections and automatic order cancellation fail-safes to prevent losses from technical failures.

Market structure risk includes events like exchange maintenance, sudden changes to trading rules, or liquidity crises where many participants withdraw orders simultaneously. These events can cause extreme price dislocations that exceed normal risk parameters. The best defense is diversification — spreading market making activity across multiple exchanges so that a problem on one venue does not represent total exposure.

Exchange Liquidity Requirements

Most centralized exchanges impose minimum liquidity requirements on listed tokens, including minimum daily trading volume, maximum allowed spread width, and minimum order book depth. These requirements vary significantly by exchange and listing tier. Failing to meet them can result in warnings, reduced visibility, or delisting from the exchange.

BitMart typically requires tokens to maintain a minimum of $10,000-$50,000 in daily trading volume depending on the listing tier. MEXC has similar requirements but also evaluates the number of active trading days per month. Gate.io requires both volume minimums and order book depth within 2% of the current price. KuCoin has some of the strictest requirements, often mandating $50,000+ daily volume for continued listing.

These requirements exist because exchanges earn revenue from trading fees. A listed token that generates no volume produces no fee revenue while still consuming exchange infrastructure resources (order matching, data feeds, API capacity). Exchanges also protect their reputation by ensuring that listed tokens provide a functional trading experience — a token with a 10% spread and zero volume reflects poorly on the exchange.

For token projects, meeting these requirements is the primary motivation for engaging a market maker. A professional market making service like OpenLiquid's CEX market maker ensures that volume, spread, and depth requirements are met consistently, protecting the token's listing status and maintaining a healthy trading environment that attracts organic traders.

The specific requirements for each exchange are covered in detail in our exchange-specific guides for BitMart, MEXC, Gate.io, and KuCoin. We also provide a comprehensive overview in our CEX listing requirements 2026 guide.

Costs and Economics of CEX Market Making

CEX market making costs include exchange trading fees, infrastructure costs, capital requirements, and service provider fees. For a token project using an external market maker, total monthly costs typically range from $2,000 to $15,000 depending on the exchange, target volume, and spread requirements. Projects that run their own market making bots face additional development and operational costs.

Exchange trading fees are the largest recurring cost. Most exchanges charge maker fees between 0.02% and 0.10% per trade. At 0.05% maker fee, generating $100,000 in daily volume costs $50 per day in exchange fees — or approximately $1,500 per month. Some exchanges offer negative maker fees (rebates) to attract liquidity, which actually pays the market maker for each trade. These rebate programs can partially or fully offset the cost of market making operations.

Capital is required for both the order book (buy-side and sell-side orders) and as a buffer for inventory fluctuations. A market maker maintaining $10,000 in order book depth on each side needs at least $20,000 in deployed capital, plus additional buffer for inventory swings. The total capital requirement is typically 2-5x the target order book depth to account for inventory management and operational flexibility.

For a detailed cost analysis across different exchanges and volume targets, see our dedicated CEX market making cost guide. For information about OpenLiquid's CEX market making services and pricing, visit our pricing page or contact us through the Telegram bot.

Key Takeaways

  • CEX market making requires continuously placing buy and sell limit orders on both sides of the order book, earning profit from the bid-ask spread while providing essential liquidity for other traders.
  • Order book depth, spread width, and inventory management are the three pillars of effective market making — neglecting any one of them leads to poor performance or losses.
  • Exchange API integration through REST and WebSocket connections is the technical foundation, with rate limits, security, and reliability as key considerations.
  • Most exchanges require minimum daily volume ($10,000-$50,000+), maximum spread widths, and minimum order book depth for continued listing.
  • Algorithmic strategies range from simple fixed-spread models to sophisticated volatility-adjusted and order-flow-aware approaches.
  • OpenLiquid provides turnkey CEX market making that handles API integration, strategy execution, inventory management, and compliance with exchange requirements.

Frequently Asked Questions

Market making on a CEX means continuously placing buy and sell limit orders on both sides of the order book. The market maker profits from the bid-ask spread while providing liquidity for other traders. On crypto CEXs, market making is typically done by algorithmic bots that can react to price changes in milliseconds and manage inventory across multiple trading pairs simultaneously.

The minimum capital depends on the exchange and trading pair. For small-cap tokens on mid-tier exchanges like BitMart or MEXC, you can start market making with $5,000-$20,000. For major pairs on Binance or Coinbase, professional market makers typically deploy $100,000 or more. OpenLiquid provides CEX market making services starting from modest capital requirements tailored to each exchange.

The bid-ask spread is the difference between the highest buy order (bid) and the lowest sell order (ask) in the order book. A tight spread like 0.1% means traders can buy and sell with minimal cost, while a wide spread like 2-5% indicates low liquidity. Market makers aim to keep spreads tight to attract more trading activity while still earning profit on the difference between their buy and sell prices.

Most mid-tier and top-tier CEXs require token projects to maintain minimum liquidity standards after listing. Exchanges like BitMart, MEXC, Gate.io, and KuCoin typically require minimum daily volume thresholds and maximum spread limits. Failing to meet these requirements can result in trading pair delisting or reduced visibility on the exchange.

Inventory risk is the danger that a market maker accumulates too much of one asset during volatile price swings. If the price drops sharply, a market maker holding excess token inventory suffers losses. Professional market makers manage inventory risk through hedging, dynamic spread adjustment, position limits, and automatic rebalancing strategies.

Algorithmic market making uses automated bots that can place, cancel, and replace orders in milliseconds. Manual trading cannot match this speed or consistency. Algorithms can monitor dozens of parameters simultaneously — order book depth, recent trades, volatility, inventory levels — and adjust strategy in real time. This is why virtually all CEX market making is done algorithmically in 2026.

Market making does not guarantee profit. It guarantees liquidity and tighter spreads, which attract organic traders and improve the trading experience. The market maker earns profit from spreads but can lose money during extreme volatility or if the token price trends strongly in one direction. Token projects benefit from improved exchange metrics, better CoinMarketCap rankings, and higher trader confidence.

Marcus Rivera
Marcus Rivera

Head of Research

DeFi researcher and on-chain analyst since 2020. Specializes in DEX liquidity mechanics, volume strategies, and cross-chain market making.

Get CEX Market Making with OpenLiquid

Professional market making for centralized exchanges. Tight spreads, deep order books, volume compliance.

Open Telegram Bot →