Limit Order Book Dynamics in Matching Markets: Microstructure, Spread, and Execution Slippage
ArXiv ID: 2511.20606 “View on arXiv”
Authors: Yao Wu
Abstract
Conventional models of matching markets assume that monetary transfers can clear markets by compensating for utility differentials. However, empirical patterns show that such transfers often fail to close structural preference gaps. This paper introduces a market microstructure framework that models matching decisions as a limit order book system with rigid bid ask spreads. Individual preferences are represented by a latent preference state matrix, where the spread between an agent’s internal ask price (the unconditional maximum) and the market’s best bid (the reachable maximum) creates a structural liquidity constraint. We establish a Threshold Impossibility Theorem showing that linear compensation cannot close these spreads unless it induces a categorical identity shift. A dynamic discrete choice execution model further demonstrates that matches occur only when the market to book ratio crosses a time decaying liquidity threshold, analogous to order execution under inventory pressure. Numerical experiments validate persistent slippage, regional invariance of preference orderings, and high tier zero spread executions. The model provides a unified microstructure explanation for matching failures, compensation inefficiency, and post match regret in illiquid order driven environments.
Keywords: Market Microstructure, Limit Order Book, Dynamic Discrete Choice, Liquidity Constraint, Matching Markets, General Markets
Complexity vs Empirical Score
- Math Complexity: 8.5/10
- Empirical Rigor: 7.0/10
- Quadrant: Holy Grail
- Why: The paper presents dense mathematical formalisms including state matrices, threshold impossibility theorems, and dynamic discrete choice models, warranting high math complexity. It also provides numerical experiments, a GitHub code repository, and connects to empirical data, indicating substantial implementation and backtesting components.
flowchart TD
A["Research Goal<br>Microstructure of Matching Markets<br>with Preference Spreads"] --> B["Methodology: Limit Order Book Framework"]
B --> C["Inputs: Latent Preference Matrices<br>Rigid Bid-Ask Spreads"]
C --> D["Computational Process<br>Dynamic Discrete Choice Model"]
D --> E{"Threshold Impossibility Test<br>Linear Compensation ?"}
E -- No --> F["Outcome: Structural Liquidity Constraints<br>Matching Failures & Slippage"]
E -- Yes --> G["Outcome: Identity Shift Required<br>High-Tier Zero Spread Executions"]
F & G --> H["Unified Theory: Microstructure explains<br>Compensation Inefficiency & Regret"]