---
title: Liquidity Withdrawal Index (LWI)
url: https://www.emergentmind.com/topics/liquidity-withdrawal-index-lwi
type: topic
---

# Liquidity Withdrawal Index (LWI)

Searching arXiv for the cited LWI-related works to ground the article in current papers.
arxiv_search(query="Liquidity Withdrawal Index limit order book crumbling quotes Intrinsic Network liquidity withdraw machine learning", max_results=10)
arxiv_search(query="Liquidity Withdrawal Index limit order book crumbling quotes Intrinsic Network liquidity withdraw machine learning", max_results=10)
Liquidity Withdrawal Index (LWI) denotes a family of domain-specific indicators intended to measure the erosion, withdrawal, or stress of available liquidity. The term is not attached to a single canonical formula across the literature. In electronic limit order books, LWI has been defined either as a calibrated probability of mechanically driven quote erosion or as a bounded ratio of top-of-book cancellations to available and newly added depth [2604.21993], [2509.22985]. In event-based foreign-exchange microstructure, it operationalizes an information-theoretic Liquidity metric over an Intrinsic Network [1402.2198]. In automated and concentrated-liquidity market makers, it quantifies either the incentive for a liquidity provider to exit or the systemic consequence of that provider’s withdrawal [2509.06510], [2507.19411]. In payment-system stress modeling, it aggregates withdrawal propensity and pressure induced by trust, scar, rumor, and threshold-gated behavior [2602.16186]. A plausible implication is that LWI is best treated as a class of withdrawal-pressure indices whose mathematical form depends on market design, observability, and the mechanism being isolated.

## 1. Scope of the term and principal formulations

The cited literature uses “Liquidity Withdrawal Index” to represent distinct but related constructs. Some formulations are directly observable flow ratios, some are model-implied probabilities, and some are normalized control or stress functionals. The common element is an attempt to summarize when liquidity is being removed faster than it is replenished, revealed, or behaviorally retained.

| Domain | LWI definition | Primary inputs |
|---|---|---|
| Electronic LOB crumbling | $\mathrm{LWI}_t = 100 \cdot \hat{p}_t$ | message-level LOB, adds, cancels, executions, mechanical gate |
| Nasdaq MBO top-of-book stress | $\mathrm{LWI}_t = \dfrac{\text{Cancels}_t}{\mathrm{MA}_{1\text{s}}(\text{DepthL1})_{t-1} + \max(\text{Adds}_t,\epsilon)}$ | level-1 adds, cancels, depth |
| Intrinsic Network stress | $\mathrm{LWI}_t = 1 - \Phi\!\left(\dfrac{\gamma_t^{(w)} - K_w H^{(1)}}{\sqrt{K_w H^{(2)}}}\right)$ | directional-change transitions, transition matrix |
| AMM LP exit | normalized $-v(t,y,S)$ or boundary proximity | QVI solution, oracle price, inventory, fees |
| CLMM LP systemic risk | $\mathrm{LWI}_i(t) = \mathcal{N}(\mathrm{LSIS}_i(t)) \cdot \pi_i(t)$ | ETWL, counterfactual price impact, withdrawal likelihood |
| Payment-system stress | average propensity or balance-weighted pressure | outflows, rumor, scar, trust, broadcasts |

An important source of ambiguity is orientation. In the Intrinsic Network formulation, low LWI flags stressed, illiquid conditions and high LWI indicates ample liquidity [1402.2198]. In the other cited formulations, high LWI typically denotes elevated withdrawal risk, elevated cancellation pressure, or stronger incentive to exit [2604.21993], [2509.22985], [2509.06510], [2507.19411], [2602.16186].

## 2. Central limit order books: quote erosion, cancellations, and effective liquidity

In the paper "When Quotes Crumble: Detecting Transient Mechanical Liquidity Erosion in Limit Order Books" [2604.21993], LWI is built from a mechanics-constrained detector for “crumbling quotes,” defined as episodes in which the best bid or ask deteriorates by multiple ticks because displayed top-of-book depth is removed faster than it is replenished. The paper distinguishes transient, mechanically induced liquidity withdrawal from informational repricing by enforcing efficient-price stability, opposite-side stability, and transience. Ground truth is created in ABIDES through stochastic regime switches in an adaptive market maker’s side-specific quoting skew, with side labels
$$
Z_t^{(\mathrm{bid})} = \mathbf{1}\{\beta_t > 0.5 + \xi\}, \qquad
Z_t^{(\mathrm{ask})} = \mathbf{1}\{\beta_t < 0.5 - \xi\}.
$$
A detection pipeline then identifies deterioration steps, clusters them into candidate events, filters them using book consistency and price-stability constraints, computes severity and recovery features, and outputs a calibrated crumbling probability via a three-layer MLP with hidden dims $[64,32]$, LayerNorm, GELU, and dropout $0.1$. The event-level probability is
$$
\hat{p}_t = \mathcal{F}_\eta(e(t)) \cdot \sigma\!\bigl(w^\top f_\phi(\tilde{x}(e(t))) + b\bigr),
$$
and the resulting index is
$$
\mathrm{LWI}_t = 100 \cdot \hat{p}_t.
$$
Optional EWMA smoothing is
$$
\mathrm{LWI}_t^{(\alpha)} = \alpha\,\mathrm{LWI}_t + (1-\alpha)\,\mathrm{LWI}_{t-1}.
$$
Experiments report Binary Rule AUC $=0.67$, Logistic Regression AUC $=0.84$, and MLP AUC $=0.91$, with the abstract reporting a $+36\%$ AUC improvement over rule-based baselines and robustness across normal, bull, bear, and high-volatility conditions [2604.21993].

A second LOB-specific formulation appears in "Forecasting Liquidity Withdraw with Machine Learning Models" [2509.22985], where LWI is defined as a bounded, interpretable measure of transient liquidity removal at the best quotes. The generic ratio over horizon $\Delta$ is
$$
\mathrm{LWI}_{t,\Delta}
=
\frac{\text{Cancels}_{\mathrm{L1}}(t,\Delta)}
{\text{StandingDepth}_{\mathrm{L1}}(t) + \text{Adds}_{\mathrm{L1}}(t,\Delta)}.
$$
The paper then uses a stabilized 250 ms implementation,
$$
\mathrm{LWI}_t
=
\frac{\text{Cancels}_t}
{\mathrm{MA}_{1\text{s}}(\text{DepthL1})_{t-1} + \max(\text{Adds}_t,\epsilon)}.
$$
Here cancellations include Cancel messages and size-decreasing Modify messages at level 1, while executions are excluded from cancellation volume. The forecasting framework uses Nasdaq Market-by-Order data on a 250 ms grid, targets at 250 ms, 1 s, 2 s, and 5 s, and compares AR, HAR, and XGBoost. The reported pattern is that 250 ms forecasts perform poorly, HAR improves on AR at 1–2 s, and XGBoost dominates at 5 s, with $R^2$ above $0.90$ for most tickers, including AAPL $0.95$, NVDA $0.96$, TSLA $0.94$, NBIS $0.94$, RKLB $0.93$, and SNAP $0.93$ [2509.22985].

A related precursor appears in "Liquidity crises on different time scales" [1504.02956]. That paper does not define an LWI by name, but it introduces the two ingredients from which an LWI can be constructed: static depletion of the LOB at short horizons and failure of dynamic compensation between market orders and limit orders at longer horizons. Its side-specific exponential liquidity is
$$
L(\delta)=\frac{1}{\langle V_N\rangle}\sum_{\Delta=1}^{N}V(\Delta)e^{-\Delta/\delta},
$$
and liquidity imbalance is
$$
L_{\mathrm{imb}}(\delta)=\frac{L_B(\delta)-L_A(\delta)}{L_B(\delta)+L_A(\delta)}.
$$
At $\Delta t=30$ seconds, the paper reports
$$
r(t)=K\,L_A^{-\alpha},
$$
with fitted parameters $K=0.2944 \pm 0.0028$ and $\alpha=0.2800 \pm 0.0041$, and the strongest correlation near $\delta \approx 5$–$6$ ticks. At $\Delta t=15$ minutes, effective liquidity is instead characterized by resilience, summarized by
$$
Q_{\mathrm{LOS}} \approx a\,Q_{\mathrm{MOB}} + b.
$$
The resulting conception of LWI is time-scale dependent: static depletion dominates at short horizons, whereas failure of compensation dominates at longer horizons [1504.02956].

## 3. Event-based and multi-scale formulations in intrinsic time

In "Multi-scale Representation of High Frequency Market Liquidity" [1402.2198], liquidity is defined through an event-based framework of directional changes and overshoots mapped into an Intrinsic Network. For thresholds $\{\delta_1<\delta_2<\cdots<\delta_n\}$, each threshold carries a binary overshoot direction, forming a state vector $b=(b_1,\dots,b_n)$ and corresponding network state
$$
s=b_1 2^0 + b_2 2^1 + \cdots + b_n 2^{n-1}.
$$
The paper defines per-transition surprisal $\gamma_{s_i,s_j}=-\log p_{ij}$ and path surprisal
$$
\gamma^{[0,T]}=\sum_{k=1}^{K}\bigl(-\log p_{s_{i_k},s_{i,k+1}}\bigr).
$$
Under ergodicity and a central limit theorem, the normalized activity-free liquidity metric is
$$
\mathcal{L}
=
1-\Phi\!\left(
\frac{\gamma^{[0,T]}-K H^{(1)}}
{\sqrt{K H^{(2)}}}
\right).
$$
The LWI operationalization over a rolling window $w$ is
$$
\mathrm{LWI}_t
=
1-\Phi\!\left(
\frac{\gamma_t^{(w)}-K_w H^{(1)}}
{\sqrt{K_w H^{(2)}}}
\right),
$$
with an optional exponentially weighted variant
$$
\mathrm{LWI}_t^{\mathrm{EWMA}}
=
1-\Phi\!\left(
\frac{S_t-E_t}{\sqrt{V_t}}
\right).
$$
In the 12-threshold setup, the paper reports $H^{(1)} \approx 0.4604$ and $H^{(2)} \approx 0.70818$, with one transition on average approximately every 5 seconds. The empirical evidence is case-study based: in USD/JPY during August 2007, LWI approached near-zero in the three weeks preceding the roughly $6\%$ drop on Aug 16, 2007; in EUR/CHF during August–September 2011, severe illiquidity was observed in the week preceding the roughly $10\%$ move around Aug 9, 2011, and liquidity was restored after the SNB set the 1.20 floor on Sep 6, 2011 [1402.2198].

This event-based formulation differs sharply from the LOB formulations. It requires only midprice ticks and a transition matrix rather than message-level order-book reconstruction, and it measures the unlikeliness of multi-scale price trajectories rather than direct cancellation pressure. A plausible implication is that it is especially suitable where order books are opaque, whereas top-of-book or message-level LWIs are better suited to electronically transparent venues.

## 4. Automated and concentrated-liquidity market makers

In "Optimal Exit Time for Liquidity Providers in Automated Market Makers" [2509.06510], LWI is derived from an optimal stopping problem for a representative LP in a constant-product AMM with trading function $f(x,y)=x\cdot y$ and pool marginal price $Z_t=X_t/Y_t=c/Y_t^2$. The oracle price evolves as
$$
S_t=S_0+\sigma W_t,
$$
while buy and sell arrival intensities depend on the misalignment between $S$ and $c/y^2$:
$$
\lambda^a(y,S)=\max\{a_0,\ a_1+a_2(S-c/y^2)\}, \qquad
\lambda^b(y,S)=\max\{a_0,\ a_1+a_2(c/y^2-S)\}.
$$
The LP’s continuation value $v(t,y,S)$ satisfies the HJB quasi-variational inequality
$$
0=\min\{\mathcal{A}[v](t,y,S),\,v(t,y,S)\},
$$
with terminal condition $v(T,y,S)=0$. Since the stopping payoff is $G(z)=0$, immediate withdrawal is optimal when $v(z)\le 0$. The paper proposes several LWI constructions. The value-gap version is
$$
\mathrm{LWI}_{\mathrm{VG}}(z)
=
\min\left\{
1,\,
\max\left\{
0,\,
\frac{-v(t,y,S)}{N(z)}
\right\}
\right\},
$$
with normalization
$$
N(z)=\delta\,[\lambda^a(y,S)+\lambda^b(y,S)]\,r(y).
$$
A boundary-proximity index and a QVI-residual index are also defined. Numerical solution is obtained by an Euler operator-splitting scheme or a Longstaff–Schwartz regression method. Comparative statics show that volatility, fees, arbitrage intensity, noise trader intensity, and misalignment $|S-Z|$ determine optimal exit. In the ETH–USDC baseline example, the paper computes $\mathrm{LWI}_{\mathrm{VG}}\approx 0.71$ at a state with strong misalignment, interpreted as a strong incentive to withdraw immediately [2509.06510].

In concentrated-liquidity DEXs, "SILS: Strategic Influence on Liquidity Stability and Whale Detection in Concentrated-Liquidity DEXs" [2507.19411] defines LWI as a forward-looking LP risk score. The framework reconstructs per-tick liquidity from Uniswap v3-like Mint and Burn events, computes Exponential Time-Weighted Liquidity,
$$
\mathrm{ETWL}_i(t)
=
\int_0^t e^{-\lambda (t-\tau)}L_i(\tau)\,d\tau,
$$
or recursively,
$$
\mathrm{ETWL}_i(t_k)
=
e^{-\lambda \Delta t_k}\mathrm{ETWL}_i(t_{k-1})+\Delta L_i(t_k),
$$
and measures each LP’s systemic importance through the Liquidity Stability Impact Score,
$$
\mathrm{LSIS}_i(t)
=
\frac{PI_{\mathrm{excluded},i}(t)-PI_{\mathrm{baseline}}(t)}
{PI_{\mathrm{baseline}}(t)}.
$$
The resulting LWI is
$$
\mathrm{LWI}_i(t)=\mathcal{N}(\mathrm{LSIS}_i(t))\cdot \pi_i(t),
$$
where $\pi_i(t)$ is the estimated probability of near-future withdrawal, informed by ETWL trends, recent burns or collects, and anomaly scores. The paper also defines an impact-only $\mathrm{LWI}_i^\ast(t)=\mathcal{N}(\mathrm{LSIS}_i(t))$, a time-averaged LWI, and a pool-level index $\mathrm{LWI}_{\mathrm{pool}}(t)=\sum_i \mathrm{LWI}_i(t)$. Unsupervised anomaly detection is performed with Isolation Forest, Local Outlier Factor, Robust Mahalanobis distance, or Random Cut Forest. In the toy example, removing LP1 raises price impact enough to produce $\mathrm{LSIS}_1 \approx 1.684$, and with $\pi_1=0.40$ the corresponding $\mathrm{LWI}_1$ is $0.40$ [2507.19411].

The AMM and CLMM formulations shift the meaning of LWI from order-book stress to LP withdrawal incentives and systemic dependency. The former is endogenous to a solved control problem; the latter is counterfactual and networked, combining impact magnitude with withdrawal likelihood.

## 5. Payment-system stress and behavioral withdrawal pressure

In "Modeling Trust and Liquidity Under Payment System Stress: A Multi-Agent Approach" [2602.16186], liquidity withdrawal is modeled behaviorally rather than microstructurally. Customers carry trust $T_i(t)$, scar $C_i(t)$, rumor $R_i(t)$, behavioral mode $S_i(t)\in\{\mathrm{OK},\mathrm{FRUSTRATED},\mathrm{AVOIDING}\}$, balance $B_i(t)$, and a withdrawal indicator $W_i(t)$. Merchants contribute operational and broadcast states, with broadcast persistence inducing lag after technical recovery. Scar evolves according to
$$
C_i(t+1)=\min\{1,\ \rho_C C_i(t)+\gamma_C\,\mathbb{I}(E_i(t)<0)\},
$$
trust according to
$$
T_i(t+1)=\rho_T T_i(t)+(1-\rho_T)\tilde{E}_i(t)-\beta_T C_i(t),
$$
and rumor according to
$$
R_i(t+1)=\rho_R R_i(t)+(1-\rho_R)\Psi_i(t),
$$
with
$$
\Psi_i(t)=w_m\overline{B}_i(t)+w_s\overline{a}_i(t), \qquad w_m+w_s=1.
$$
Withdrawal is threshold-gated by
$$
S_i(t)=\mathrm{AVOIDING}, \qquad C_i(t)\ge \theta_C, \qquad R_i(t)\ge \theta_R,
$$
and then activated with
$$
\mathbb{P}(W_i(t)=1)
=
\sigma\!\bigl(\alpha_R R_i(t)+\alpha_C C_i(t)-\alpha_T T_i(t)\bigr).
$$
Aggregate outflow is
$$
W(t)=\sum_{i\in\mathcal{I}}\omega_i B_i(t)\,\mathbb{I}\{W_i(t)=1\},
$$
with normalized outflow $\widehat{W}(t)=W(t)/\sum_i B_i(0)$.

The paper then maps these dynamics into two primary LWIs. The propensity version is
$$
\mathrm{LWI}_t^{\mathrm{prop}}
=
\frac{1}{N}\sum_{i\in\mathcal{I}}
\sigma\!\bigl(\alpha_R R_i(t)+\alpha_C C_i(t)-\alpha_T T_i(t)\bigr),
$$
and the pressure version is
$$
\mathrm{LWI}_t^{\mathrm{press}}
=
\frac{1}{\sum_i B_i(0)}
\sum_{i\in\mathcal{I}}
\omega_i B_i(t)\,
\sigma\!\bigl(\alpha_R R_i(t)+\alpha_C C_i(t)-\alpha_T T_i(t)\bigr).
$$
The model proves that, under bounded memory, threshold gating, sticky broadcasts, and exogenous recovery, there exist trajectories with
$$
\arg\max_t W(t) > t_{\min},
$$
where $t_{\min}=\arg\min_t p_s(t)$ is the outage nadir. Simulations with $N=10^3$–$10^4$, $M=10^2$–$10^3$, $\rho_C=0.9$–$0.99$, $\rho_R=0.9$–$0.99$, $\theta_C,\theta_R=0.4$–$0.7$, and $\tau_m=5$–$20$ steps show delayed peaks and hysteresis. Instant transfer substitution consistently reduces peak avoidance, and the paper reports a reduction of 1–2 percentage points across seeds, but cumulative outflows can remain high under persistent broadcasts [2602.16186].

This formulation generalizes LWI beyond trading venues. It measures behavioral run pressure generated by memory persistence, social reinforcement, merchant messaging, and delayed normalization after an operational shock.

## 6. Validation, operational uses, and recurring limitations

Validation standards differ sharply across formulations. The ABIDES crumbling framework benefits from agent-level, side-specific, time-resolved ground truth and therefore supports ROC/AUC evaluation, temporal ablations, and tests under independent and Hawkes-driven autocorrelated withdrawal dynamics [2604.21993]. The Nasdaq MBO forecasting framework emphasizes out-of-sample $R^2$ and RMSE under expanding-window walk-forward validation with embargo, together with stationarity checks and cross-ticker feature consensus [2509.22985]. The Intrinsic Network paper is case-study based and does not report ROC/AUC or precision-recall metrics [1402.2198]. The effective-liquidity analysis at multiple time scales is empirical and structural rather than framed as a predictive benchmark competition [1504.02956]. AMM and CLMM formulations rely on solved control problems, counterfactual simulations, or on-chain replay; payment-system LWI relies on calibrated multi-agent dynamics and proxy measurements [2509.06510], [2507.19411], [2602.16186].

Operational use also varies by domain. In order-book settings, elevated LWI is intended for real-time monitoring, market surveillance, dynamic spread widening, participation control, timing of quote pullbacks, refill decisions, and execution-policy adjustments [2604.21993], [2509.22985]. In AMMs and CLMMs, LWI is used to guide LP exit decisions, identify high-impact LPs, gate burns through a protective oracle layer, and monitor pool-level fragility [2509.06510], [2507.19411]. In payment systems, LWI is proposed for incident response, post-recovery communication, merchant messaging control, and explicit monitoring of delayed-peak risk rather than technical uptime alone [2602.16186].

Several limitations recur. Real markets generally lack ground truth distinguishing mechanical withdrawal from informational repricing, so mechanics-constrained filters reduce false positives but cannot fully guarantee mechanism identification outside simulation [2604.21993]. Top-of-book LWIs ignore deeper-book resilience unless explicitly extended to L2 or L3, and single-venue MBO may miss intermarket withdrawal [2509.22985]. The Intrinsic Network metric depends on a Markov approximation and on threshold selection, and its evidence is case-study based [1402.2198]. The time-scale-dependent LOB framework requires periodic recalibration of $\delta^\ast$, $a^\ast$, $b^\ast$, and horizon weights [1504.02956]. The AMM exit model assumes a Brownian oracle price without jumps, a constant-product mechanism, and full withdrawal only [2509.06510]. SILS is sensitive to swap-flow regime shifts, routing, oracle quality, and cross-pool interactions [2507.19411]. The payment-system formulation requires proxy measurement for rumor, broadcasts, and avoidance, which may be difficult to observe directly [2602.16186].

A common misconception is that LWI is a single standardized index with a fixed interpretation. The cited literature shows the opposite. LWI may be a probability, a cancellation ratio, an activity-normalized surprisal quantile, a normalized negative continuation value, a product of systemic impact and withdrawal likelihood, or a balance-weighted behavioral propensity. Another misconception is that technical recovery ends liquidity risk. The payment-system model explicitly formalizes delayed peaks after recovery, while the LOB and DeFi papers show that persistent clustering, regime dependence, or latent LP incentives can outlast the initial shock [2602.16186], [2604.21993], [2507.19411].

Taken together, the literature presents LWI as a unifying label for withdrawal-sensitive state variables rather than a single statistic. Its substantive meaning depends on whether liquidity is being studied as visible top-of-book depth, latent order revelation, multi-scale price-path improbability, optimal LP stopping, counterfactual systemic impact, or behaviorally gated outflow pressure.

Source: https://www.emergentmind.com/topics/liquidity-withdrawal-index-lwi