Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

Automated Market Making: the case of Pegged Assets

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read A two-layer mean-reverting price model lets an automated market maker quote better prices for pegged cryptoassets than a Brownian-motion model does.

desk verdict A clean modeling-and-control framework for pegged-asset AMMs, whose headline outperformance claim is only as strong as an uncalibrated simulated order flow. read the letter →

arxiv 2411.08145 v1 pith:32JGY3MF submitted 2024-11-12 q-fin.TR q-fin.CP

classification q-fin.TRq-fin.CP MSC 91G8060G35
keywords automatedmarketmakingpeggedassetsstablecoinsliquidstakingtokensnestedOrnstein-UhlenbeckprocessesstochasticfilteringoptimalcontrolexcessP&L
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that the exchange rate between two cryptoassets anchored to the same value—stablecoins pegged to the same fiat currency, or a liquid staking token against its native token—is better described by a two-layer mean-reverting process than by the Brownian-motion prices usually assumed in market making. In this model, the observed rate reverts to a hidden target that itself reverts to a long-run peg, so temporary de-pegging phases last longer and the market maker need not over-trust the peg. The authors build an automated market maker on this model, with quotes computed from the observed price and from a filtered estimate of the hidden target, and they formulate the quoting problem as maximising the liquidity provider's risk-averse expected utility of excess profit or loss relative to simply holding the pool tokens. Numerical simulations on USDC/USDT and wstETH/WETH data are used to argue that this AMM consistently produces better mean-risk trade-offs than the geometric-Brownian AMM, especially for the fast-mean-reverting wstETH/WETH pair. If correct, the framework gives pegged-asset pools a practical way to recalibrate quotes as slow movements of the peg unfold.

What carries the argument

The central object is the multi-level nested Ornstein-Uhlenbeck process, defined by $dS_t = -\kappa(S_t-U_t)\,dt + \sigma\,dW^S_t$ and $dU_t = -\eta(U_t-\bar U)\,dt + \nu\,dW^U_t$ with $\kappa>\eta>0$: the observed exchange rate pulls toward a hidden target, and the hidden target pulls toward the peg. Two pieces of machinery make this usable for market making. First, a stochastic filtering step turns the unobservable $U$ into an observable filtered state $\hat U_t$ satisfying a diffusion driven by the innovations of $S$, with the conditional variance following a deterministic Riccati ODE. Second, the Hamilton-Jacobi-Bellman equation for the exponential-utility control problem is approximated through quadratic Hamiltonians, so the value function is a quadratic polynomial in inventory, $S$, and $\hat U$, and the optimal markups are obtained from the solution of a small system of Riccati ODEs for time-dependent coefficients.

What would settle it

Rerun the NOU-versus-GBM comparison on the same real price series, but replace the assumed logistic arrival intensities and fixed trade sizes with intensities and a size distribution estimated from actual transaction data on a USDC/USDT pool. If the NOU AMM no longer dominates on average excess P&L at comparable standard deviations, the paper's performance claim is an artifact of the assumed flow rather than of the nested OU price model.

Watch

Extended reading notes

Core claim

The central claim is that exchange-rate dynamics for pegged cryptoassets should be modeled not by a single Ornstein-Uhlenbeck process nor by geometric Brownian motion, but by a multi-level nested Ornstein-Uhlenbeck system: the observed exchange rate $S_t$ mean-reverts to an unobservable process $U_t$, and $U_t$ itself mean-reverts to a fixed long-run value $\bar U$. The paper derives the Gaussian structure, the maximum-likelihood estimator for the parameters, and a stochastic filter that produces the conditional estimate $\hat U_t = \mathbb{E}[U_t \mid \mathcal F^S_t]$. On top of this it solves a stochastic control problem for an AMM that quotes bid and ask prices in terms of observable quantities only, and it approximates the solution with a quadratic-Hamiltonian method that reduces the optimal quotes to numerically tractable Riccati equations. Tested on simulated prices and on real USDC/USDT and wstETH/WETH prices, the resulting AMM (the paper's NOU AMM) is claimed to outperform the GBM AMM from the authors' earlier work in the mean-standard-deviation plane; for the wstETH/WETH pair the paper states the NOU AMM 'achieves levels of average excess P&L that outperform those of the GBM AMM by far.'

Load-bearing premise

The performance comparison rests on an assumed trade-flow model—trades arrive with logistic intensities $\lambda=250\,\mathrm{day}^{-1}$, $a=0$, $b=10{,}000\,\mathrm{USDT}^{-1}$ (or $\mathrm{WETH}^{-1}$) and fixed trade sizes—none of which are calibrated to real order flow; if real liquidity takers respond to markups differently, the reported excess P&L gap may be misleading.

Editorial extensions

If this is right

  • The optimal AMM quotes depend only on observable quantities: the pool's inventory position, the external exchange rate, and the filtered estimate of the hidden mean-reversion target.
  • The quadratic-Hamiltonian approximation reduces a four-dimensional HJB equation to low-dimensional ODEs, so the quoting policy can be computed quickly enough for practical use and has an explicit ergodic limit when the horizon is long.
  • For the wstETH/WETH pair, where mean reversion is fast, the NOU AMM's average excess P&L per unit of standard deviation is far above the GBM AMM frontier, because geometric Brownian motion is misspecified even on the short time scale of inventory round trips.
  • For USDC/USDT, both strategies perform respectably, but the NOU AMM dominates the GBM AMM in the mean-standard-deviation plane on simulated prices and on real prices.
  • The same framework applies to a non-rebasing liquid staking token relative to its native token after discounting the price series by an estimated constant staking yield.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Strictly beyond the paper: the parameter $\nu$ sets a trust-in-peg dial—small $\nu$ keeps the hidden target near $\bar U$, large $\nu$ lets the target chase the price; this could be stress-tested by simulating a sharp de-peg followed by re-pegging and watching how the filtered quotes widen and recover.
  • Strictly beyond the paper: because the quote rule only needs an observable price series, the same control machinery should transfer to any asset pair with an anchor, such as an ETF against its net asset value or an on-chain wrapped token against its underlying, provided the two-level OU assumption fits.
  • Strictly beyond the paper: the simulations use an external indicative price as the mid-price, so in a live deployment the AMM would inherit oracle risk (lag, manipulation, or stale feeds); the paper does not quantify that risk.
  • Strictly beyond the paper: the trade-flow model is assumed rather than estimated, so the most direct test of the performance claim is to fit the logistic arrival intensities and trade-size distribution to actual pool or centralized-exchange transaction data and rerun the NOU-vs-GBM comparison.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes a multi-level nested Ornstein-Uhlenbeck model for the exchange rate of pegged crypto-assets such as stablecoin pairs and liquid-staking-token pairs. It derives the Gaussian law and covariance of the observed price, develops a maximum-likelihood calibration procedure and a Kalman-filter-type estimator for the unobserved mean-reversion target, and then embeds the filtered dynamics in a CARA expected-utility market-making problem. The HJB equation is approximated via a quadratic Hamiltonian, leading to a Riccati system for the value-function coefficients and closed-form approximate markups. The resulting NOU AMM is compared numerically with the GBM AMM of the authors' earlier work on simulated prices and on historical Pyth price paths for USDC/USDT and wstETH/WETH.

Significance. The theoretical core is a useful and mostly self-contained contribution: the covariance formula, the filtering equations, and the quadratic-Hamiltonian reduction to Riccati ODEs are carefully derived and go beyond the standard one-factor OU market-making setup. The paper also explicitly addresses a real gap, namely AMM design for stationary, mean-reverting pegged-asset pairs rather than geometric-Brownian-motion pairs. If the empirical claims were supported, the framework would be of practical value for stablecoin and liquid-staking-token pools. However, the numerical validation is currently conditional on an uncalibrated synthetic order-flow model, and the attribution of the performance to the multi-level nested structure is not established.

major comments (3)
  1. [Section 4.4, Eq. (3) and Eq. (10)] The central outperformance claim is evaluated under an uncalibrated synthetic order-flow model. The marked point process intensities are fixed as lambda_{0,1}=lambda_{1,0}=250 day^{-1}, a=0, b=10,000, with fixed trade sizes of 100,000 USDT or 40 WETH, and these values are not estimated from any data set. The objective in Eq. (3) and the optimal markups in Eq. (10) depend directly on these choices through H and the inverse map bar-delta, so Figures 10-12 report PnL conditional on an arbitrary demand curve; real price data enter only as price paths, not as order flow. The abstract's claim that the AMM 'consistently yields efficient quotes' and Section 4.4's claim of outperformance 'by far' are therefore not yet supported. A sensitivity analysis over b, lambda, and trade size, and ideally a calibration or comparison with real trade-flow data, is needed before these conclusions can be drawn.
  2. [Section 4.4, synthetic price experiment] The synthetic-price validation is circular: prices are simulated from the same multi-level nested OU dynamics (Table 3) that the NOU AMM assumes, so Figure 10 checks internal consistency rather than predictive performance. The real-price simulations in Figures 11-12 are less circular, but they still inherit the synthetic order-flow assumption described above, so they do not break the dependence of the headline result on the unverified demand model.
  3. [Section 4.4, benchmark choice] The comparison to a GBM AMM does not identify the source of any outperformance. A one-factor OU AMM benchmark is missing; without it, the paper cannot support the claim that the multi-level nested structure, rather than mean reversion per se, is responsible for the results. This attribution matters because the paper's stated novelty is specifically the multi-level nested OU dynamics. Adding a one-factor OU AMM to Figures 10-12, or otherwise isolating the contribution of the second mean-reversion level, is necessary to support the 'leverages the multi-level nested OU dynamics' claim.
minor comments (5)
  1. [Eq. (7) and Eq. (9)] After filtering, the state variable is hat-U with volatility hat-nu defined in Eq. (2), so the second-order terms in Eq. (7) and Eq. (9) should read (1/2)hat-nu^2 partial^2_{hat-U hat-U} theta and sigma hat-nu partial^2_{S hat-U} theta, not nu^2 and sigma nu. The quadratic risk term already uses hat-nu, so the displayed PDE is internally inconsistent.
  2. [Section 4.4, wstETH/WETH paragraph] The statement that the decrease in performance on the right side of Figure 12 is 'not statistically significant' should be supported by confidence intervals or standard errors across the 300 simulations; otherwise the assertion cannot be checked by the reader.
  3. [Figure 12] The zoomed panel in Figure 12 lacks axis labels and a legend, making it difficult to determine what is being displayed.
  4. [Various] There are several typographical errors: 'Similary' in the proof of Proposition 1, 'diffential' in the appendix, and 'allow use to define' in Section 2.4 should read 'allow us to define.'
  5. [Footnote 16] The claim that the volatility parameter does not matter for the GBM AMM because the simulations span a large range of gamma deserves a one-sentence justification; as written it is not obvious why the two effects are redundant.

Circularity Check

1 steps flagged · score 4.0 of 10

The optimal-control derivation is self-contained; the main circularity is in validation, where the synthetic-price test generates data from the same nested OU model that defines the NOU AMM, making the synthetic outperformance over the GBM AMM hold by construction.

  1. self definitional [Section 4.4, Numerical Simulation (simulated-price experiment, Figure 10)]
    "To test the performance on simulated price data, we use the parameters from Table 3, which correspond to the USDC/USDT pair. ... Unsurprisingly, the NOU AMM strategy, which is based on the multi-level nested OU dynamics used to simulate prices, outperforms the GBM AMM strategy proposed in [14], which assumes geometric Brownian motion dynamics."

    The simulated price paths are draws from the same multi-level nested OU SDE (Eq. 1) on which the NOU AMM's HJB equation and optimal markups (Eqs. 9-10) are built. The NOU AMM is therefore optimally tuned to the data-generating process, while the GBM AMM is, by construction, misspecified under that SDE. The average-excess-P&L dominance of NOU over GBM in Figure 10 is consequently an internal-consistency check rather than an empirical prediction: the outperformance is a mathematical consequence of the simulation design, not independent evidence about USDC/USDT or about the merits of nested OU dynamics. The paper's own word 'Unsurprisingly' concedes this.

full rationale

The core derivation chain is self-contained and not circular: Proposition 1 gives the Gaussian representation and covariance of the nested OU process, the MLE procedure estimates its parameters, Proposition 2 derives the filtering equations, and the HJB equation is reduced, via explicit ansatze, to Riccati ODEs for the coefficients A and B. No fitted constant is relabeled as a prediction, and no uniqueness theorem or load-bearing claim is imported solely from the authors' prior work; references such as [14], [16], and [31] supply benchmarks and approximation techniques that are stated transparently rather than smuggled in. The one genuinely circular element is the simulated-price validation: because the simulator and the NOU AMM share the same nested OU dynamics, the simulated outperformance of NOU over GBM is forced by construction. The real-price experiments using Pyth data retain independent content, so the central claim is not wholly reducible to the model's own assumptions. However, those real-price results still depend on uncalibrated order-flow parameters (lambda=250 day^-1, a=0, b=10,000) and on an in-sample calibration window, which weakens external validity but is not itself circularity. Overall, the paper deserves a moderate circularity score for the by-construction synthetic test, while the main mathematical derivation remains independent.

Assumptions & free parameters 10 free parameters · 7 assumptions · 1 invented entities

The central claim depends on five price-dynamics parameters (kappa, eta, sigma, nu, U-bar) estimated from three months of data, a staking yield estimated by regression, and a set of trade-flow parameters (lambda, a, b, trade size) chosen by hand. The latent U_t is an invented but standard latent factor. The approximation of the optimal control by a quadratic Hamiltonian is an unproved but standard heuristic. These choices are not all validated against external data, which raises the burden on the reader to accept the simulation results.

free parameters (10)
  • kappa (mean reversion of S toward U) = 0.05 day^-1 (USDC/USDT), 6 day^-1 (wstETH/WETH) after rounding
    Estimated by MLE from 3 monthly periods (Tables 1 and 2), then rounded in Tables 3 and 4.
  • eta (mean reversion of U toward U-bar) = 0.03 day^-1 (USDC/USDT), 3 day^-1 (wstETH/WETH)
    Estimated by MLE from the same monthly periods.
  • sigma (volatility of S) = 5e-4 USDT day^-1/2 (USDC/USDT), 6e-3 WETH day^-1/2 (wstETH/WETH)
    Estimated by MLE.
  • nu (volatility of U) = 5e-4 USDT day^-1/2 (USDC/USDT), 4e-3 WETH day^-1/2 (wstETH/WETH)
    Estimated by MLE.
  • U-bar (long-term target) = 1.00 USDT (USDC/USDT), 1.15 WETH (wstETH/WETH)
    Estimated as the long-term mean of the latent process.
  • Staking yield r = 2.94% annualized
    Estimated by regressing wstETH/WETH log-prices on time; used to discount prices before modeling.
  • Trade flow arrival rates lambda_0,1 and lambda_1,0 = 250 day^-1
    Chosen by hand in Section 4.4, not calibrated to data.
  • Markup sensitivity a and b = a=0, b=10,000 USDT^-1 (or WETH^-1)
    Chosen to set price elasticity of trade flow; no empirical calibration.
  • Fixed trade size = 100,000 USDT or 40 WETH
    Assumed for all simulations; not based on observed trade size distributions.
  • Risk aversion gamma = Varied over a range to trace the efficient frontier
    Standard CARA utility parameter; not fitted but a strategy input.
assumptions (7)
  • standard math Standard probability space and Brownian motions with usual assumptions
    Used throughout Section 2 and the appendix for SDEs and filtering.
  • domain assumption Initial states S0 and U0 are constant and Gaussian in the filtering setup
    Stated in Remark 4 of Appendix A; needed for Gaussianity of the filtering distribution.
  • standard math The covariance matrix C(t_i, t_j) in the MLE is invertible for the chosen observation grids
    Implicitly assumed in the log-likelihood (Section 2.2); not proven for all parameter values.
  • domain assumption The marked point processes have intensity kernels of logistic form with given lambda, a, b functions
    Assumed in Section 3.1 to model liquidity-taking behavior; never validated against empirical order flow.
  • ad hoc to paper The HJB equation (6) has a smooth solution theta, and the quadratic Hamiltonian approximation (9) is accurate enough for the greedy policy
    Invoked in Section 3.2 based on [16]; no error bound for the approximation is provided.
  • domain assumption Reserve depletion risk can be ignored
    Explicitly stated in Remark 2: the pool is sufficiently large or risk aversion not too low.
  • domain assumption The yield process r_t is approximately constant over the trading horizon
    Section 2.4 assumes constant yield r estimated from recent drift; forecasting error ignored.
invented entities (1)
  • Latent mean-reversion target U_t
    purpose: A second-level OU process that drives the central exchange rate S_t, allowing longer-lasting de-pegging episodes than a one-factor OU.
    U_t is an unobservable latent factor, inferred only through observed S_t via filtering. The paper does not provide an independent falsifiable measurement of U_t; its existence is a modeling assumption. The filtered track shows plausible behavior, but that is in-sample reconstruction.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Automated Market Making: the case of Pegged Assets." pith.science (2026). https://pith.science/paper/32JGY3MF

@misc{pith2026241108145,
  author       = {Pith},
  title        = {Pith review of: Automated Market Making: the case of Pegged Assets},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/32JGY3MF}},
  note         = {Machine review of arXiv:2411.08145}
}
read the original abstract

In this paper, we introduce a novel framework to model the exchange rate dynamics between two intrinsically linked cryptoassets, such as stablecoins pegged to the same fiat currency or a liquid staking token and its associated native token. Our approach employs multi-level nested Ornstein-Uhlenbeck (OU) processes, for which we derive key properties and develop calibration and filtering techniques. Then, we design an automated market maker (AMM) model specifically tailored for the swapping of closely related cryptoassets. Distinct from existing models, our AMM leverages the unique exchange rate dynamics provided by the multi-level nested OU processes, enabling more precise risk management and enhanced liquidity provision. We validate the model through numerical simulations using real-world data for the USDC/USDT and wstETH/WETH pairs, demonstrating that it consistently yields efficient quotes. This approach offers significant potential to improve liquidity in markets for pegged assets.

Figures

Figures reproduced from arXiv: 2411.08145 by the authors.

Figure 1
Figure 1. Price of USDC in US dollars between January 1, 2024, and March 31, 2024. 2024−01−01 2024−01−15 2024−02−01 2024−02−15 2024−03−01 2024−03−15 2024−04−01 0.996 0.998 1.000 1.002 1.004 Price in USD USDT/USD [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Price of USDT in US dollars between January 1, 2024, and March 31, 2024. 5 [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Price of USDC/USDT constructed from dollar-denominated Pyth data between January 1, 2024, and March 31, 2024. 2024−01−01 2024−01−15 2024−02−01 2024−02−15 2024−03−01 2024−03−15 2024−04−01 1.145 1.150 1.155 1.160 1.165 1.170 Price in WETH wstETH/WETH [PITH_FULL_IMAGE:figures/full_fig_p014_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Price of wstETH/WETH constructed from dollar-denominated Pyth data between January 1, 2024, and March 31, 2024. 14 [PITH_FULL_IMAGE:figures/full_fig_p014_4.png]
Figure 5
Figure 5. Figure 5: Price of wstETH/WETH between January 1, 2024, and March 31, 2024. The dark line represents the original price, while the light line shows the discounted price. Tables 1 and 2 present the results of the parameter estimation for each month within the 3-month data interva…
Figure 6
Figure 6. Figure 6: Results of the filtering procedure for USDC/USDT from January 1, 2024, to March 31, 2024. The dark line represents the original price, while the light line corresponds to the filtered series (Uˆt)t, obtained using the parameters from [PITH_FULL_IMAGE:figures/full_fig_…
Figure 7
Figure 7. Figure 7: Results of the filtering procedure for wstETH/WETH from January 1, 2024, to March 31, 2024. The dark line represents the original price, while the light line corresponds to the filtered series (Uˆt)t, obtained using the parameters from [PITH_FULL_IMAGE:figures/full_fi…
Figure 8
Figure 8. Figure 8: Results of the filtering procedure for wstETH/WETH from January 1, 2024, to January 7, 2024. The dark line represents the original price, while the light line corresponds to the filtered series (Uˆt)t, obtained using the parameters from [PITH_FULL_IMAGE:figures/full_f…
Figure 9
Figure 9. Figure 9: Results of the filtering procedure for USDC/USDT from January 1, 2024, to March 31, 2024 for several values of ν. The dark line represents the original price, while the light lines correspond to the filtered series (Uˆt)t, obtained using several values for ν. 18 [PITH…
Figure 10
Figure 10. Figure 10: Strategy performance on simulated prices using a multi-level nested OU process with the parameters of [PITH_FULL_IMAGE:figures/full_fig_p020_10.png]
Figure 11
Figure 11. Figure 11: Strategy performance on real USDC/USDT data for different risk aversion parameters. 20 [PITH_FULL_IMAGE:figures/full_fig_p020_11.png]
Figure 12
Figure 12. Figure 12: Strategy performance on real wstETH/WETH prices for different risk aversion parameters. Conclusion As the cryptocurrency and decentralized finance ecosystems continue to expand, stablecoins and liquid staking tokens are attracting significant trading volumes. Developi…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Optimal Fees for Liquidity Provision in Automated Market Makers

    q-fin.TR 2025-08 conditional novelty 7.0 of 10

    Optimal AMM fees sit just below all-in CEX trading costs in normal markets, rise with volatility, and become effectively infinite (halt trading) in extreme volatility.

Reference graph

Works this paper leans on

56 extracted references · 50 canonical work pages · cited by 1 Pith paper

  1. [16]

    Closed-form approximations in multi-asset market making.Applied Mathematical Finance, 28(2):101–142, 2021

    Philippe Bergault, David Evangelista, Olivier Guéant, and Douglas Vieira. Closed-form approximations in multi-asset market making.Applied Mathematical Finance, 28(2):101–142, 2021

  2. [1]

    Runs on algorithmic stablecoins: Evidence from iron, titan, and steel

    Austin Adams and Markus Ibert. Runs on algorithmic stablecoins: Evidence from iron, titan, and steel. 2022

  3. [2]

    Bank for International Settlements, Monetary and Economic Department, 2024

    Rashad Ahmed, Iñaki Aldasoro, and Chanelle Duley.Public information and stablecoin runs. Bank for International Settlements, Monetary and Economic Department, 2024

  4. [3]

    On par: A money view of stablecoins

    Iñaki Aldasoro, Perry Mehrling, and Daniel H Neilson. On par: A money view of stablecoins. 2023

  5. [4]

    Runs and flights to safety: Are stablecoins the new money market funds? 2023

    Kenechukwu Anadu, Pablo Azar, Catherine Huang, Marco Cipriani, Thomas M Eisenbach, Gabriele La Spada, Mattia Landoni, Marco Macchiavelli, Antoine Malfroy-Camine, and J Christina Wang. Runs and flights to safety: Are stablecoins the new money market funds? 2023

  6. [5]

    Stablecoins: risks, potential and regulation

    Douglas W Arner, Raphael Auer, and Jon Frost. Stablecoins: risks, potential and regulation. 2020

  7. [6]

    High-frequency trading in a limit order book

    Marco Avellaneda and Sasha Stoikov. High-frequency trading in a limit order book. Quantitative Finance, 8(3):217–224, 2008

  8. [7]

    Regulating the crypto ecosystem: the case of stablecoins and arrangements

    Parma Bains, Arif Ismail, Fabiana Melo, and Nobuyasu Sugimoto. Regulating the crypto ecosystem: the case of stablecoins and arrangements. 2022

Show all 56 references
  1. [8]

    Stablecoins and short-term funding markets

    Jean Barthelemy, Paul Gardin, and Benoît Nguyen. Stablecoins and short-term funding markets. Available at SSRN 3973538, 2021

  2. [9]

    Market-making by a foreign exchange dealer

    Alexander Barzykin, Philippe Bergault, and Olivier Guéant. Market-making by a foreign exchange dealer. Risk Magazine (Cutting Edge), 2022

  3. [10]

    Algorithmic market making in dealer markets with hedging and market impact.Mathematical Finance, 33(1):41–79, 2023

    Alexander Barzykin, Philippe Bergault, and Olivier Guéant. Algorithmic market making in dealer markets with hedging and market impact.Mathematical Finance, 33(1):41–79, 2023

  4. [11]

    Dealing with multi-currency inventory risk in foreign exchange cash markets.Risk Magazine (Cutting Edge), 2023

    Alexander Barzykin, Philippe Bergault, and Olivier Guéant. Dealing with multi-currency inventory risk in foreign exchange cash markets.Risk Magazine (Cutting Edge), 2023

  5. [12]

    Algorithmic market making in spot precious metals

    Alexander Barzykin, Philippe Bergault, and Olivier Guéant. Algorithmic market making in spot precious metals. arXiv preprint arXiv:2404.15478, 2024

  6. [13]

    Global demand for basket-backed stablecoins.Review of Eco- nomic Dynamics, 48:244–264, 2023

    Garth Baughman and Jean Flemming. Global demand for basket-backed stablecoins.Review of Eco- nomic Dynamics, 48:244–264, 2023. 22

  7. [14]

    Automated market makers: Mean-variance analysis of LPs payoffs and design of pricing functions.Digital Finance, 6(2):225–247, 2024

    Philippe Bergault, Louis Bertucci, David Bouba, and Olivier Guéant. Automated market makers: Mean-variance analysis of LPs payoffs and design of pricing functions.Digital Finance, 6(2):225–247, 2024

  8. [15]

    Price-aware automated market makers: Models beyond Brownian prices and static liquidity

    Philippe Bergault, Louis Bertucci, David Bouba, Olivier Guéant, and Julien Guilbert. Price-aware automated market makers: Models beyond Brownian prices and static liquidity. arXiv preprint arXiv:2405.03496, 2024

  9. [17]

    Size matters for OTC market makers: general results and dimensionality reduction techniques.Mathematical Finance, 31(1):279–322, 2021

    Philippe Bergault and Olivier Guéant. Size matters for OTC market makers: general results and dimensionality reduction techniques.Mathematical Finance, 31(1):279–322, 2021

  10. [18]

    Stablecoins: Adoption and fragility

    Christoph Bertsch. Stablecoins: Adoption and fragility. 2023

  11. [19]

    High-level recommendations for the regulation, supervision and oversight of global stablecoin arrangements, final report, 2023

    Financial Stability Board. High-level recommendations for the regulation, supervision and oversight of global stablecoin arrangements, final report, 2023

  12. [20]

    Internalisation by electronic FX spot dealers.Quantitative Finance, 19(1):35–56, 2019

    Maximilian Butz and Roel Oomen. Internalisation by electronic FX spot dealers.Quantitative Finance, 19(1):35–56, 2019

  13. [21]

    Algorithmic trading with model uncertainty

    Álvaro Cartea, Ryan Donnelly, and Sebastian Jaimungal. Algorithmic trading with model uncertainty. SIAM Journal on Financial Mathematics, 8(1):635–671, 2017

  14. [22]

    Cam- bridge University Press, 2015

    Álvaro Cartea, Sebastian Jaimungal, and José Penalva.Algorithmic and high-frequency trading. Cam- bridge University Press, 2015

  15. [23]

    Buy low, sell high: A high frequency trading perspective

    Álvaro Cartea, Sebastian Jaimungal, and Jason Ricci. Buy low, sell high: A high frequency trading perspective. SIAM Journal on Financial Mathematics, 5(1):415–444, 2014

  16. [24]

    Can stablecoins be stable?University of Chicago, Becker Friedman Institute for Economics Working Paper, (2022-131), 2022

    Adrien d’Avernas, Vincent Maurin, and Quentin Vandeweyer. Can stablecoins be stable?University of Chicago, Becker Friedman Institute for Economics Working Paper, (2022-131), 2022

  17. [25]

    Stablecoin devaluation risk.WBS Finance Group Research Paper, 2023

    Barry Eichengreen, My T Nguyen, and Ganesh Viswanath-Natraj. Stablecoin devaluation risk.WBS Finance Group Research Paper, 2023

  18. [26]

    Stablecoins and central bank digital currencies: policy and regulatory challenges.Asian Economic Papers, 21(1):29–46, 2022

    Barry Eichengreen and Ganesh Viswanath-Natraj. Stablecoins and central bank digital currencies: policy and regulatory challenges.Asian Economic Papers, 21(1):29–46, 2022

  19. [27]

    How the rise of stablecoins could threaten traditional banks’ lending capacity

    Mark J Flannery. How the rise of stablecoins could threaten traditional banks’ lending capacity. Available at SSRN 4320945, 2023

  20. [28]

    Leverage and stablecoin pegs

    Gary B Gorton, Elizabeth C Klee, Chase P Ross, Sharon Y Ross, and Alexandros P Vardoulakis. Leverage and stablecoin pegs. Technical report, National Bureau of Economic Research, 2022

  21. [29]

    Taming wildcat stablecoins.U

    Gary B Gorton and Jeffery Y Zhang. Taming wildcat stablecoins.U. Chi. L. Rev., 90:909, 2023

  22. [30]

    The Financial Mathematics of Market Liquidity: From optimal execution to market making, volume 33

    Olivier Guéant. The Financial Mathematics of Market Liquidity: From optimal execution to market making, volume 33. CRC Press, 2016

  23. [31]

    Optimal market making.Applied Mathematical Finance, 24(2):112–154, 2017

    Olivier Guéant. Optimal market making.Applied Mathematical Finance, 24(2):112–154, 2017

  24. [32]

    Dealing with the inventory risk: a solution to the market making problem.Mathematics and financial economics, 7(4):477–507, 2013

    Olivier Guéant, Charles-Albert Lehalle, and Joaquin Fernandez-Tapia. Dealing with the inventory risk: a solution to the market making problem.Mathematics and financial economics, 7(4):477–507, 2013

  25. [33]

    Deep reinforcement learning for market making in corporate bonds: beating the curse of dimensionality.Applied Mathematical Finance, 26(5):387–452, 2019

    Olivier Guéant and Iuliia Manziuk. Deep reinforcement learning for market making in corporate bonds: beating the curse of dimensionality.Applied Mathematical Finance, 26(5):387–452, 2019

  26. [34]

    Optimal high-frequency trading with limit and market orders

    Fabien Guilbaud and Huyen Pham. Optimal high-frequency trading with limit and market orders. Quantitative Finance, 13(1):79–94, 2013. 23

  27. [35]

    The four types of stable- coins: A comparative analysis.arXiv preprint arXiv:2308.07041, 2023

    Matthias Hafner, Marco Henriques Pereira, Helmut Dietl, and Juan Beccuti. The four types of stable- coins: A comparative analysis.arXiv preprint arXiv:2308.07041, 2023

  28. [36]

    Réglementer les émetteurs de stablecoins adossés à des actifs.Revue d’économie financière, (1):175–190, 2023

    Olena Havrylchyk. Réglementer les émetteurs de stablecoins adossés à des actifs.Revue d’économie financière, (1):175–190, 2023

  29. [37]

    The cost of misspecifying price impact.arXiv preprint arXiv:2306.00599, 2023

    Natascha Hey, Jean-Philippe Bouchaud, Iacopo Mastromatteo, Johannes Muhle-Karbe, and Kevin Webster. The cost of misspecifying price impact.arXiv preprint arXiv:2306.00599, 2023

  30. [38]

    Thomas Ho and Hans R. Stoll. Optimal dealer pricing under transactions and return uncertainty. Journal of Financial economics, 9(1):47–73, 1981

  31. [39]

    The dynamics of dealer markets under competition.The Journal of finance, 38(4):1053–1074, 1983

    Thomas SY Ho and Hans R Stoll. The dynamics of dealer markets under competition.The Journal of finance, 38(4):1053–1074, 1983

  32. [40]

    Numerical procedures for implementing term structure models i: Single- factor models

    John Hull and Alan White. Numerical procedures for implementing term structure models i: Single- factor models. Journal of derivatives, 2(1):7–16, 1994

  33. [41]

    What is stablecoin?: A survey on its mechanism and potential as decentralized payment systems.International Journal of Service and Knowledge Management, 4(2):71–86, 2020

    Kensuke Ito, Makiko Mita, Shohei Ohsawa, and Hideyuki Tanaka. What is stablecoin?: A survey on its mechanism and potential as decentralized payment systems.International Journal of Service and Knowledge Management, 4(2):71–86, 2020

  34. [42]

    Reducing the volatility of cryptocurrencies – a survey of stablecoins.arXiv preprint arXiv:2103.01340, 2021

    Ayten Kahya, Bhaskar Krishnamachari, and Seokgu Yun. Reducing the volatility of cryptocurrencies – a survey of stablecoins.arXiv preprint arXiv:2103.01340, 2021

  35. [43]

    (in)stability for the blockchain: Deleveraging spirals and stablecoin attacks

    Ariah Klages-Mundt and Andreea Minca. (in)stability for the blockchain: Deleveraging spirals and stablecoin attacks. 2021

  36. [44]

    While stability lasts: A stochastic model of noncustodial stablecoins

    Ariah Klages-Mundt and Andreea Minca. While stability lasts: A stochastic model of noncustodial stablecoins. Mathematical Finance, 32(4):943–981, 2022

  37. [45]

    Will the real stablecoin please stand up? BIS Papers, 2023

    Anneke Kosse, Marc Glowka, Ilaria Mattei, and Tara Rice. Will the real stablecoin please stand up? BIS Papers, 2023

  38. [46]

    Decentralized stablecoins and collateral risk

    Roman Kozhan and Ganesh Viswanath-Natraj. Decentralized stablecoins and collateral risk. WBS Finance Group Research Paper, 2021

  39. [47]

    What drives the (in)stability of a stablecoin?arXiv preprint arXiv:2307.11754, 2023

    Yujin Kwon, Kornrapat Pongmala, Kaihua Qin, Ariah Klages-Mundt, Philipp Jovanovic, Christine Parlour, Arthur Gervais, and Dawn Song. What drives the (in)stability of a stablecoin?arXiv preprint arXiv:2307.11754, 2023

  40. [48]

    Stablecoins: Growth potential and impact on banking

    Gordon Y Liao and John Caramichael. Stablecoins: Growth potential and impact on banking. 2022

  41. [49]

    Anatomy of a run: The terra luna crash

    Jiageng Liu, Igor Makarov, and Antoinette Schoar. Anatomy of a run: The terra luna crash. Technical report, National Bureau of Economic Research, 2023

  42. [50]

    What keeps stablecoins stable?Journal of Interna- tional Money and Finance, 131:102777, 2023

    Richard K Lyons and Ganesh Viswanath-Natraj. What keeps stablecoins stable?Journal of Interna- tional Money and Finance, 131:102777, 2023

  43. [51]

    Stablecoin runs and the centralization of arbitrage

    Yiming Ma, Yao Zeng, and Anthony Lee Zhang. Stablecoin runs and the centralization of arbitrage. Available at SSRN 4398546, 2023

  44. [52]

    Princeton University Press Princeton, NJ, 2017

    Bill Maurer.Blockchains are a diamond’s best friend. Princeton University Press Princeton, NJ, 2017

  45. [53]

    Are stablecoins the money market mutual funds of the future? Available at SSRN 4550177, 2023

    Nico Oefele, Dirk G Baur, and Lee A Smales. Are stablecoins the money market mutual funds of the future? Available at SSRN 4550177, 2023

  46. [54]

    A luna-tic stablecoin crash

    Harald Uhlig. A luna-tic stablecoin crash. Technical report, National Bureau of Economic Research, 2022

  47. [55]

    Gang-Jin Wang, Xin-yu Ma, and Hao-yu Wu. Are stablecoins truly diversifiers, hedges, or safe havens against traditional cryptocurrencies as their name suggests?Research in International Business and Finance, 54:101225, 2020

  48. [56]

    Chapman and Hall/CRC, 2023

    Kevin T Webster.Handbook of Price Impact Modeling. Chapman and Hall/CRC, 2023. 24 Appendix on Stochastic Filtering In this appendix, we provide essential results of stochastic filtering. We consider a filtered probability space (Ω, F = (Ft)t, P) that satisfies the usual assump...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.