From: thepipeline_xyz

Market making, an essential function in financial markets, involves providing liquidity to exchanges by quoting both buy and sell prices for an asset. While its fundamental purpose remains the same, significant differences exist between market making in traditional finance (TradFi) and the cryptocurrency space [00:02:06].

Profit Models

The primary distinction lies in how market makers generate profit:

  • Traditional Finance: In TradFi, the main profit center for market-making firms is their actual profit and loss (P&L) from market activities. What they earn in the market is what they take home [00:02:10].
  • Cryptocurrency: In crypto, this is often not the case [00:02:16].
    • Many crypto market makers run basic scripts to deploy liquidity, like Hummingbot [00:02:20].
    • Their algorithms typically aim to break even [00:02:28].
    • The primary source of income for these firms is charging exchanges and protocols for access to their market-making services [00:02:35]. Exchanges may pay out millions per month in liquidity provider incentive programs, which often go to just a few large firms [00:03:39].

This observation led to the founding of Elixir Protocol, which aims to decentralize and democratize market making [00:02:46].

On-Chain vs. Off-Chain Order Books

The nature of the underlying infrastructure also introduces differences:

  • Information Transparency:
    • On a centralized exchange (like Binance) and an on-chain Central Limit Order Book (CLOB) with APIs, market makers generally receive the same amount of information, such as the order book state, to place orders accordingly [00:23:27].
    • A key difference in on-chain market making is the transparency of leverage. If market makers run with high leverage, and their liquidation levels are visible on-chain, this provides valuable information to other parties [00:24:02].
  • Transaction Costs and Latency:
    • For on-chain CLOBs that rely on broadcasting transactions, issues like Miner Extractable Value (MEV) and block execution order become significant [00:25:04].
    • Updating orders on-chain can incur gas fees, even on Layer 2 solutions. If a market maker has to pay 20 cents per update for multiple orders across many pairs, it quickly becomes too expensive [00:32:02]. This forces market makers to update less frequently, leading to wider spreads [00:25:51].
    • Every additional second of latency requires market makers to quote wider [00:26:08].
    • Most large decentralized exchanges (DEXes) like dYdX, Vertex, and RabbitX utilize off-chain order books that settle on-chain to avoid high gas fees and latency for frequent order updates [00:25:27]. This allows for faster updates (e.g., Elixir updates every 0.9 seconds gaslessly on integrated exchanges) [00:32:57].
  • Market Manipulation:
    • With fully on-chain order books, there’s a risk of manipulation. For instance, parties could spam transactions to fill blocks, preventing liquidations from going through, which can negatively impact users with large positions [00:30:26]. This is less of a concern with off-chain matching and on-chain settlement [00:30:40].

Automated Market Makers (AMMs) vs. Order Books

Traditional finance primarily uses order books. In crypto, Automated Market Makers (AMMs) emerged as a decentralized alternative for token swaps:

  • AMMs:
    • Users deposit both sides of a pair into a liquidity pool [00:06:01].
    • When trades occur against the pool, LPs collect fees [00:06:05].
    • However, LPs face toxic flow or impermanent loss if the pool price deviates from the fair market price and gets arbitraged [00:15:08].
    • AMMs excel at bootstrapping liquidity for long-tail markets due to their passive liquidity provision model [00:12:10].
    • Newer AMM versions (e.g., Uniswap V3 and V4) are evolving to include features like concentrated liquidity and “hooks” that allow for limit order-like functionality, moving closer to an order book model [00:11:37].
  • Order Books:
    • Offer significantly reduced slippage compared to AMMs, leading to more efficient trading for end-users [00:09:55].
    • All major perpetual DEXes and centralized exchanges utilize order books for a reason: the ability to update orders at near-zero cost (off-chain), faster infrastructure via APIs, and better adaptability [00:12:40].
    • Market makers on order books can widen their spreads during high volatility to protect LPs from toxic flow, a mechanism akin to dynamic fees in AMMs [00:17:19].

Elixir aims to bridge the gap by allowing passive liquidity provision to order books, similar to an AMM, while leveraging the efficiency of order book architecture [00:03:33]. The protocol algorithmically builds and deploys liquidity on order books, tightening bid-ask spreads and deepening liquidity [00:03:01].

User Experience and Trust

Market making in crypto through decentralized protocols offers unique benefits for users:

  • Custody: Users retain custody of their assets at all times, unlike centralized exchanges where funds are held by the exchange [00:35:42].
  • Fairness: Users know the exchange is not trading against them, addressing concerns like those highlighted by the FTX/Alameda situation, where an exchange with an integrated market maker could potentially manipulate prices or liquidate users for profit [00:36:18].
  • Transparency: The code of a decentralized exchange is public, making manipulative practices quickly identifiable [00:37:15].
  • Efficiency for End Users: High-performance chains like Monad, supporting efficient CLOBs with high throughput and low gas fees, significantly improve the trading experience by minimizing slippage [00:10:03]. This allows for features like one-click trading by issuing a signature for approvals, removing the need for repeated approvals for each trade [00:37:59].
  • Building Trust: Decentralized solutions contribute to building trust in the market, particularly by ensuring transparency and reducing reliance on centralized intermediaries [00:37:15].

Ultimately, market making in crypto is evolving rapidly, with protocols like Elixir aiming to decentralize and improve the efficiency of order book liquidity, making it more accessible and transparent for all participants [00:11:10].