REVIEW 4 major objections 6 minor 1 cited by
Perpetual Demand Lending Pools
T0 review · 4 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read This paper formalizes perpetual demand lending pools and proves that a delta-hedged LP position matches or beats the unhedged Sharpe ratio whenever two simple conditions on fee revenue and hedge variance hold.
desk verdict Useful first formalization of PDLPs with coherent fee and arbitrage analysis, but the central delta-hedging theorem rests on an invalid variance step; worth reviewing but not as-is. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing objects are the PDLP itself (a reserve portfolio $R$, target portfolio $\pi$, lending fee $f$, and outstanding loans), the target weight mechanism that discounts share creation or redemption to push reserves toward target weights, and the mean-variance delta-hedging update $\pi_{\mathrm{new}} = (f/\gamma)\Sigma^{-1}\ell - \Delta$. The Sharpe-ratio argument runs through two inequalities: condition (14) ensures the hedged expectation is non-decreasing, and the variance condition ensures the hedged variance is non-increasing. The target weight mechanism does the work of bounding delta exposure, while the covariance eigenvalue condition connects loan demand to hedge profitability.
What would settle it
On a live PDLP, compute the sample variance of a delta-hedged position and the unhedged portfolio over rolling windows. If $\mathrm{Var}[p^T\pi] > 4\,\mathrm{Var}[p^T R]$ in any sustained window, or if measured fee revenue falls below $\gamma\lambda_{\max}\mathbb{E}[p^T\Delta]$, the sufficient conditions of Claim 4.1 fail and the Sharpe improvement is not guaranteed by the paper's argument.
Extended reading notes
Core claim
The paper's central claim is that PDLPs are easier to delta hedge than constant-function market makers, and that this is a structural property of the mechanism rather than an accident. Concretely, Claim 4.1 shows the Sharpe ratio of a hedged LP position is at least that of an unhedged position whenever expected fee revenue $f\mathbb{E}[p^T\ell]$ is at least $\gamma\lambda_{\max}\mathbb{E}[p^T\Delta]$ and the variance of the offsetting portfolio is at most four times the unhedged variance. In the same framework, the target weight mechanism bounds an LP's delta exposure: under the assumptions of Claim 3.4, the new portfolio's delta is at most $(1/2 - f)$ times the original delta. The paper also characterizes the fee interval that keeps both funding-rate arbitrageurs and LPs profitable, with fees inversely proportional to open interest.
Load-bearing premise
The Sharpe-ratio result depends on an asserted negative correlation between the hedge and the unhedged portfolio, together with a variance bound $\mathrm{Var}[p^T\pi] \leq 4\,\mathrm{Var}[p^T R]$ that is assumed rather than derived from PDLP mechanics, and the proof is done without transaction costs.
Editorial extensions
If this is right
- A PDLP whose fees are set inversely proportional to open interest can sustain an equilibrium where both funding-rate arbitrageurs and liquidity providers earn nonnegative profit.
- When Claim 4.1's conditions hold, liquidity providers can earn lending fees without taking on extra price risk, which directly explains the growth of hedged PDLP vaults.
- Because target weight mechanisms bound LP delta, PDLP share tokens such as JLP can serve as higher-quality collateral in lending protocols.
- Splitting a PDLP into multiple pools improves the delta-hedged Sharpe ratio when each sub-portfolio's conditional covariance has a smaller minimum eigenvalue than the other's full covariance (Claim B.1).
Reading between the lines
- A testable extension is to estimate $\Sigma$, $\ell$, and $\Delta$ on live JLP or HLP data and check whether the two conditions of Claim 4.1 hold; if they fail in high-volatility regimes, the 'easy to hedge' conclusion becomes regime-dependent.
- Because the main Sharpe proof omits transaction costs, a natural extension adds positive rebalancing costs $c$ to the mean-variance update and asks whether a threshold fee exists below which hedging stops improving Sharpe.
- The target-weight mechanism resembles no-regret online learning on the simplex, so dynamic target weights could plausibly be designed with regret guarantees, a direction the paper leaves open.
- By analogy with loss-versus-rebalancing, a multi-period model could quantify a 'loss-versus-target' that dynamic fees would need to compensate.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper formalizes Perpetual Demand Lending Pools (PDLPs), a class of DeFi mechanisms used by GMX, Jupiter, Hyperliquid, and dYdX. It models the perpetuals exchange funding rate, pool arbitrage, and target weight mechanisms (TWMs), and analyzes share creation and redemption arbitrage. The main theoretical contribution is a set of sufficient conditions under which a delta-hedged PDLP LP position has no worse Sharpe ratio than the unhedged position, offered as an explanation for the observed proliferation of hedged PDLP strategies. The paper also discusses when splitting a single pool into multiple pools improves delta-hedged returns.
Significance. If the results held, the paper would provide a useful first formalization of an important and rapidly growing DeFi primitive, and the target-weight/delta-hedging analysis could inform protocol design. The explicit optimization formulations for funding-rate and share arbitrage are valuable, and the empirical context (fee/TVL data) makes the questions concrete. The paper does not fit parameters to data and many bounds are stated in terms of protocol parameters, which is a strength. However, the main delta-hedging theorem is not proven, and several supporting claims contain proof errors, so the paper's headline conclusion currently rests on unverified assumptions.
major comments (4)
- [§4.1, Claim 4.1] Claim 4.1's proof that variance is non-increasing is invalid. The text asserts that negative correlation between p^Tπ and p^T R plus Var[p^Tπ] ≤ 4 Var[p^T R] implies Var[p^Tπ + p^T R] ≤ Var[p^T R]. This is false: the required inequality is Var[p^Tπ] + 2 Cov(p^Tπ, p^T R) ≤ 0, i.e., Cov ≤ -Var[p^Tπ]/2. Negative correlation only gives Cov < 0, and |Cov| ≤ σπ σR provides an upper bound on -2Cov, not the lower bound. For example, with σ_R = 1, σ_π = 2, and Cov = -0.1, both stated hypotheses hold yet Var(p^Tπ + p^T R) = 4.6 > 1. Moreover, the negative-correlation 'fact' is not a consequence of the model: with π = (f/γ)Σ^{-1}ℓ - Δ and Δ = R, Cov(p^Tπ, p^T R) = (f/γ) Cov(p^TΣ^{-1}ℓ, p^T R) - Var(p^T R), which can be positive when the fee-driven term dominates. In fact, p^T(π + R) = (f/γ)p^TΣ^{-1}ℓ when Δ = R, so the hedged portfolio's variance does not depend on the variance of R in the way the proof assumes. The central abstract claim that PDLPs are 'easy to delta hedge' is therefore unsupported.
- [§2.1 and §2.3.1] The funding rate sign convention is inconsistent. Equation (2) defines γL = κ(L/S - p/p0), and the text says positive γL means shorts pay longs. But the example in §2.1 says γL = 3κ > 0 means 'longs pay shorts,' and in §2.3.1, after a price increase γL < 0, the text says 'short positions must pay long positions' and has the arbitrageur open a long position to capture the funding rate. Under the stated convention a negative funding rate is paid by longs to shorts, so the arbitrageur should open a short position and would pay, not receive, the fee fℓ used in the LP profit expression. This reversal invalidates the fee upper bound (4) as stated and the associated claim that fees inversely proportional to open interest ensure arbitrageur profitability.
- [§3.3, Claim 3.3] The proof of Claim 3.3 does not establish the claimed bound. The derivation yields terms of order G²/µ (e.g., '8G²/µ' before the final inequality), which are not bounded by the claimed (40 + 8/C)∥p∥₂ G³/µ² without additional assumptions. The final inequality also replaces the hypothesis min_i p_i ≥ C with ∥p∥₂ without explanation, and C does not appear in the proof. In addition, Claim 3.1's first bound is stated as 2G/µ under the hypothesis max ∥∇f∥₂² ≤ G, but the proof yields 2√G/µ. These errors leave the approximate-arbitrage results in §3.3–§3.4 without a valid quantitative guarantee.
- [§3.5, Claim 3.4] Claim 3.4's proof has an inequality-direction error. Under F ≤ 1, the factor 1/(1+F) is at least 1/2, not at most 1/2, so the first inequality ∇pV_new ≤ (1/2 + f)R - ... is not justified; an upper bound on ∇pV_new would require 1/(1+F) ≤ 1/2, which is false. Also, the assumption ∇pF ≥ 8fR/(p^T R) is an ad hoc sufficient condition that is not derived from the TWM mechanism or from protocol parameters, and the claim that 'TWMs reduce volatility' is therefore not established.
minor comments (6)
- [Abstract vs. §5] The abstract says the pools generated 'over $890 million in fees in 2024,' while §5 says 'over $700 million'; these figures should be reconciled.
- [§2.1 example] The liquidation price is stated as '$1,5000' instead of '$1,500.'
- [§3.3, Claim 3.1] The hypothesis 'Suppose f(δ) = 0' should presumably be f(0) = 0, since the proof uses f(0) = 0.
- [§3.3] The text defines δ*_H = min_δ h(δ) for a concave h; this should be a maximization, since the optimum of a concave function is a maximum.
- [Appendix B, Claim B.1] Claim B.1 uses σmin(Σ_Y) without defining Y, and the proof's sufficient condition σmax(A) < σmin(Σ/A) does not match the stated conditions; the statement and proof should be aligned.
- [§4.1] There are several typos in this section, including 'the delta hedge in negatively correlated' for 'is negatively correlated,' and the proof would benefit from stating explicitly that the delta of the unhedged portfolio is Δ = R.
Circularity Check
No circular derivation: the paper's sufficient conditions are not fitted inputs or self-referential claims; Claim 4.1's variance step is a correctness gap, not circularity, and Gauntlet self-citations are motivational only.
full rationale
The paper's derivation chain is sufficiency-based rather than circular. Section 2.3 derives fee bounds from the funding-rate and swap models; Section 3 derives TWM arbitrage and delta bounds from stated assumptions on F; Section 4 solves the mean-variance hedge (Eq. 13) and states sufficient conditions (Eq. 14 and Claim 4.1). None of these conditions is defined in terms of the conclusion: Condition 1 is a lower bound on fee revenue, Condition 2 is a bound on the hedge's own variance, and each is a genuine hypothesis rather than a restatement of the target Sharpe-ratio inequality. The variance subproof in Section 4.1 is, however, not valid: negative correlation and Var[p^T pi] <= 4 Var[p^T R] do not imply Var[p^T pi + p^T R] <= Var[p^T R]; the required inequality is Var[p^T pi] <= -2 Cov(p^T pi, p^T R). This is a missing proof / correctness risk, not a circular reduction, because the hypotheses are not the conclusion under another name. The paper's self-citations, notably [Gau24c] (Gauntlet's hedged JLP whitepaper) used to motivate the proliferation claim and as a practical example, are not load-bearing: the formal inequalities in Claim 3.4 and Claim 4.1 do not assume or invoke that whitepaper. The formalization of GMX/Jupiter target-weight mechanisms is descriptive and accompanied by new optimization bounds, so it is not a renaming-only contribution. No equation was found that reduces to its own input by construction; hence the circularity score is minimal, with the small score reflecting only the presence of minor, non-load-bearing self-citations.
Assumptions & free parameters
free parameters (7)
- κ (funding rate constant)
- B (price move bound)
- f (lending fee)
- L0 (initial open interest)
- γ (risk aversion)
- Σ (covariance matrix)
- μ and G (strong concavity and gradient bounds)
assumptions (7)
- domain assumption Linear funding rate model γ = κ(L/S − p/p0)
- domain assumption Unmanipulable price oracle updates at fixed times
- domain assumption Discount rate F is concave, F(p,w*,R,0)=0, and maximized at target weight
- ad hoc to paper F is μ-strongly concave with gradient norm bounded by G
- ad hoc to paper ∇pF ≥ 8fR/(pT R) and F ≤ 1
- ad hoc to paper Delta hedge is negatively correlated with the unhedged portfolio and satisfies Var[p^Tπ] ≤ 4 Var[p^T R]
- domain assumption Zero transaction costs for the main delta-hedging result
Cite this review
Pith. "Pith review of Perpetual Demand Lending Pools." pith.science (2026). https://pith.science/paper/C5UXYC65
@misc{pith2026250206028,
author = {Pith},
title = {Pith review of: Perpetual Demand Lending Pools},
year = {2026},
howpublished = {\url{https://pith.science/paper/C5UXYC65}},
note = {Machine review of arXiv:2502.06028}
}
read the original abstract
Decentralized perpetuals protocols have collectively reached billions of dollars of daily trading volume, yet are still not serious competitors on the basis of trading volume with centralized venues such as Binance. One of the main reasons for this is the high cost of capital for market makers and sophisticated traders in decentralized settings. Recently, numerous decentralized finance protocols have been used to improve borrowing costs for perpetual futures traders. We formalize this class of mechanisms utilized by protocols such as Jupiter, Hyperliquid, and GMX, which we term~\emph{Perpetual Demand Lending Pools} (PDLPs). We then formalize a general target weight mechanism that generalizes what GMX and Jupiter are using in practice. We explicitly describe pool arbitrage and expected payoffs for arbitrageurs and liquidity providers within these mechanisms. Using this framework, we show that under general conditions, PDLPs are easy to delta hedge, partially explaining the proliferation of live hedged PDLP strategies. Our results suggest directions to improve capital efficiency in PDLPs via dynamic parametrization.
Figures
Forward citations
Cited by 1 Pith paper
-
Split the Yield, Share the Risk: Pricing, Hedging and Fixed rates in DeFi
A formal model prices DeFi yield tokens as discounted expected future yield and proposes utility-based market makers and a fixed-rate lending design on top.
Reference graph
Works this paper leans on
-
[1]
Constant function market makers: Multi-asset trades via convex optimization
Guillermo Angeris, Akshay Agrawal, Alex Evans, Tarun Chitra, and Stephen Boyd. Constant function market makers: Multi-asset trades via convex optimization. In Handbook on Blockchain , pages 415--444. Springer, 2022
work page 2022
-
[2]
Improved price oracles: Constant function market makers
Guillermo Angeris and Tarun Chitra. Improved price oracles: Constant function market makers. In Proceedings of the 2nd ACM Conference on Advances in Financial Technologies , pages 80--91. ACM, 2020
work page 2020
-
[3]
Guillermo Angeris, Tarun Chitra, Alex Evans, and Matthew Lorig. A primer on perpetuals. SIAM Journal on Financial Mathematics , 14(1):SC17--SC30, 2023
work page 2023
-
[4]
Multidimensional blockchain fees are (essentially) optimal
Guillermo Angeris, Theo Diamandis, and Ciamac Moallemi. Multidimensional blockchain fees are (essentially) optimal. arXiv preprint arXiv:2402.08661 , 2024
arXiv 2024
-
[5]
Guillermo Angeris, Alex Evans, and Tarun Chitra. Replicating market makers. Digital Finance , 5(2):367--387, 2023
work page 2023
-
[6]
Damien Ackerer, Julien Hugonnier, and Urban Jermann. Perpetual futures pricing. Technical report, National Bureau of Economic Research, 2024
work page 2024
-
[7]
An analysis of uniswap markets
Guillermo Angeris, Hsien-Tang Kao, Rei Chiang, Charlie Noyes, and Tarun Chitra. An analysis of uniswap markets. Cryptoeconomic Systems , (1), 2021
work page 2021
-
[8]
Hilary J Allen. Testimony of hilary j. allen, us senate committee on banking, housing, and urban affairs hearing on'crypto crash: Why the ftx bubble burst and the harm to consumers'. Allen, US Senate Committee on Banking, Housing, and Urban Affairs Hearing on'Crypto Crash: Why the FTX Bubble Burst and the Harm to Consumers'(December 14, 2022) , 2022
work page 2022
Show all 60 references
-
[9]
Opinion: Why defi liquidity providers don’t worry about impermanent loss, Jan 2024
Marc-Thomas Arjoon. Opinion: Why defi liquidity providers don’t worry about impermanent loss, Jan 2024
2024
-
[10]
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
2008
-
[11]
Agents' behavior and interest rate model optimization in defi lending
Charles Bertucci, Louis Bertucci, Mathis Gontier Delaunay, Olivier Gueant, and Matthieu Lesbre. Agents' behavior and interest rate model optimization in defi lending. Available at SSRN 4802776 , 2024
2024
-
[12]
Dex to cex futures trade volume, 2024
The Block. Dex to cex futures trade volume, 2024
2024
-
[13]
Thinking fast and slow: Data-driven adaptive defi borrow-lending protocol
Mahsa Bastankhah, Viraj Nadkarni, Xuechao Wang, Chi Jin, Sanjeev Kulkarni, and Pramod Viswanath. Thinking fast and slow: Data-driven adaptive defi borrow-lending protocol. arXiv preprint arXiv:2407.10890 , 2024
2024 arXiv
-
[14]
Uniswap liquidity provision: An online learning approach
Yogev Bar-On and Yishay Mansour. Uniswap liquidity provision: An online learning approach. In International Conference on Financial Cryptography and Data Security , pages 247--261. Springer, 2023
2023
-
[15]
Contagion
Lev E Breydo. Contagion. ftx, a sector’s crisis & crypto’s silent victims. American Bankruptcy Law Journal , 98(1), 2024
2024
-
[16]
Convex optimization
Stephen Boyd and Lieven Vandenberghe. Convex optimization . Cambridge university press, 2004
2004
-
[17]
Schur complementary allocation: A unification of hierarchical risk parity and minimum variance portfolios
Peter Cotton. Schur complementary allocation: A unification of hierarchical risk parity and minimum variance portfolios. arXiv preprint arXiv:2411.05807 , 2024
2024 arXiv
-
[18]
Designing multidimensional blockchain fee markets
Theo Diamandis, Alex Evans, Tarun Chitra, and Guillermo Angeris. Designing multidimensional blockchain fee markets. In 5th Conference on Advances in Financial Technologies (AFT 2023) . Schloss Dagstuhl-Leibniz-Zentrum f \"u r Informatik, 2023
2023
-
[19]
Gmx, Dec 2024
DeFi Llama Staff . Gmx, Dec 2024
2024
-
[20]
Hyperliquid hlp, Dec 2024
DeFi Llama Staff . Hyperliquid hlp, Dec 2024
2024
-
[21]
Ftx and failed custody rules: The collapse that shocked the world
Annalena DeKlotz. Ftx and failed custody rules: The collapse that shocked the world. Available at SSRN 4544930 , 2023
2023
-
[22]
Vaults, 2024
Drift Team . Vaults, 2024
2024
-
[23]
Deep dive: Megavault, 2024
dYdX Team . Deep dive: Megavault, 2024
2024
-
[24]
Strategic liquidity provision in uniswap v3
Zhou Fan, Francisco Marmolejo-Cossio, Daniel J Moroz, Michael Neuder, Rithvik Rao, and David C Parkes. Strategic liquidity provision in uniswap v3. arXiv preprint arXiv:2106.12033 , 2021
2021 arXiv
-
[25]
A decision-theoretic generalization of on-line learning and an application to boosting
Yoav Freund and Robert E Schapire. A decision-theoretic generalization of on-line learning and an application to boosting. Journal of computer and system sciences , 55(1):119--139, 1997
1997
-
[26]
dydx megavault, Dec 2024
Gauntlet Staff . dydx megavault, Dec 2024
2024
-
[27]
Jupiter summary - risk dashboard, Dec 2024
Gauntlet Staff . Jupiter summary - risk dashboard, Dec 2024
2024
-
[28]
Hedged jlp whitepaper, 2024
Gauntlet Team . Hedged jlp whitepaper, 2024
2024
-
[29]
Proposal: Swapping usdt to usdc in jlp for boosted yield, August 2024
Gauntlet Team . Proposal: Swapping usdt to usdc in jlp for boosted yield, August 2024
2024
-
[30]
Price impact on gmx now much lower, Dec 2024
GMX . Price impact on gmx now much lower, Dec 2024
2024
-
[31]
gmx-io / All Stats --- Dune
gmx-io . gmx-io / All Stats --- Dune . https://dune.com/queries/2827533/4719843, 12 2024
2024
-
[32]
The computational power of optimization in online learning
Elad Hazan and Tomer Koren. The computational power of optimization in online learning. In Proceedings of the forty-eighth annual ACM symposium on Theory of Computing , pages 128--141, 2016
2016
-
[33]
Options market makers, hedging and informed trading: Theory and evidence
Sahn-Wook Huh, Hao Lin, and Antonio S Mello. Options market makers, hedging and informed trading: Theory and evidence. Journal of Financial Markets , 23:26--58, 2015
2015
-
[34]
Fundamentals of perpetual futures
Songrun He, Asaf Manela, Omri Ross, and Victor von Wachter. Fundamentals of perpetual futures. arXiv preprint arXiv:2212.06888 , 2022
2022 arXiv
-
[35]
Optimal delta hedging for options
John Hull and Alan White. Optimal delta hedging for options. Journal of Banking & Finance , 82:180--190, 2017
2017
-
[36]
Hyperliquid hlp vault, 2024
Hyperliquid Team . Hyperliquid hlp vault, 2024
2024
-
[37]
Protocol vaults, 2024
Hyperliquid Team . Protocol vaults, 2024
2024
-
[38]
Jupiter perps fees --- dune
ilemi. Jupiter perps fees --- dune. https://dune.com/queries/3344939/5605323, 12 2024
2024
-
[39]
Valuation of loan guarantees
E Philip Jones and Scott P Mason. Valuation of loan guarantees. Journal of Banking & Finance , 4(1):89--107, 1980
1980
-
[40]
What is \ jlp?, 2024
Jupiter Team . What is \ jlp?, 2024
2024
-
[41]
Kamino Finance Risk Overview , 2025
Kamino Team . Kamino Finance Risk Overview , 2025
2025
-
[42]
Delta hedging liquidity positions on automated market makers
Adam Khakhar and Xi Chen. Delta hedging liquidity positions on automated market makers. arXiv preprint arXiv:2208.03318 , 2022
2022 arXiv
-
[43]
An analysis of the market risk to participants in the compound protocol
Hsien-Tang Kao, Tarun Chitra, Rei Chiang, and John Morrow. An analysis of the market risk to participants in the compound protocol. In Third international symposium on foundations and applications of blockchains , volume 362, 2020
2020
-
[44]
Building diversified portfolios that outperform out-of-sample
Marcos Lopez de Prado. Building diversified portfolios that outperform out-of-sample. Journal of Portfolio Management , 2016
2016
-
[45]
Panoptic: the perpetual, oracle-free options protocol
Guillaume Lambert and Jesper Kristensen. Panoptic: the perpetual, oracle-free options protocol. arXiv preprint arXiv:2204.14232 , 2022
2022 arXiv
-
[46]
Unified approach for hedging impermanent loss of liquidity provision
Alexander Lipton, Vladimir Lucic, and Artur Sepp. Unified approach for hedging impermanent loss of liquidity provision. arXiv preprint arXiv:2407.05146 , 2024
2024 arXiv
-
[47]
Adapted hedging
Dilip B Madan. Adapted hedging. Annals of Finance , 12(3):305--334, 2016
2016
-
[48]
The effect of trading fees on arbitrage profits in automated market makers
Jason Milionis, Ciamac C Moallemi, and Tim Roughgarden. The effect of trading fees on arbitrage profits in automated market makers. In International Conference on Financial Cryptography and Data Security , pages 262--265. Springer, 2023
2023
-
[49]
Automated market making and loss-versus-rebalancing
Jason Milionis, Ciamac C Moallemi, Tim Roughgarden, and Anthony Lee Zhang. Automated market making and loss-versus-rebalancing. arXiv preprint arXiv:2208.06046 , 2022
2022 arXiv
-
[50]
Adaptive curves for optimally efficient market making
Viraj Nadkarni, Sanjeev Kulkarni, and Pramod Viswanath. Adaptive curves for optimally efficient market making. arXiv preprint arXiv:2406.13794 , 2024
2024 arXiv
-
[51]
Schur complements and statistics
Diane Valerie Ouellette. Schur complements and statistics. Linear Algebra and its Applications , 36:187--295, 1981
1981
-
[52]
Proximal algorithms
Neal Parikh, Stephen Boyd, et al. Proximal algorithms. Foundations and trends in Optimization , 1(3):127--239, 2014
2014
-
[53]
Inefficiencies in the pricing of exchange-traded funds
Antti Petajisto. Inefficiencies in the pricing of exchange-traded funds. Financial Analysts Journal , 73(1):24--54, 2017
2017
-
[54]
Etf arbitrage under liquidity mismatch
Kevin Pan and Yao Zeng. Etf arbitrage under liquidity mismatch. Available at SSRN 3723406 , 2017
2017
-
[55]
Option market making under inventory risk
Sasha Stoikov and Mehmet Sa g lam. Option market making under inventory risk. Review of Derivatives Research , 12:55--79, 2009
2009
-
[56]
Providing liquidity on v1, 2024
GMX Team. Providing liquidity on v1, 2024
2024
-
[57]
v4-chain/protocol/x/vault/genesis.go , 2024
tqin7 (dYdX) . v4-chain/protocol/x/vault/genesis.go , 2024
2024
-
[58]
VaultUtils.sol , 2023
xvi10 . VaultUtils.sol , 2023. https://github.com/gmx-io/gmx-contracts/blob/7b18cbe0296d42685fbecbf3daa5378e7626a812/contracts/core/VaultUtils.sol#L135
2023
-
[59]
Twitter, January 2025
y2kappa. Twitter, January 2025. https://x.com/y2kappa/status/1878853034035552612
2025
-
[60]
The Schur complement and its applications , volume 4
Fuzhen Zhang. The Schur complement and its applications , volume 4. Springer Science & Business Media, 2006
2006
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.