From 80d2167052a9c8963988ce90d9b2dccb9bc6311f Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:19:26 -0800 Subject: [PATCH] Update glp_vaults.md --- MEV_by_chains/MEV_on_Arbitrum/gmx/glp_vaults.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/MEV_by_chains/MEV_on_Arbitrum/gmx/glp_vaults.md b/MEV_by_chains/MEV_on_Arbitrum/gmx/glp_vaults.md index d8c50df..e7e0993 100644 --- a/MEV_by_chains/MEV_on_Arbitrum/gmx/glp_vaults.md +++ b/MEV_by_chains/MEV_on_Arbitrum/gmx/glp_vaults.md @@ -1,8 +1,8 @@ -## glp vaults +## delta neutral strategies and glp vaults
-### tl; dr +### vaults
@@ -11,6 +11,16 @@ * vault should be backtested against months of real-world market data (including edge cases), usually with a baseline such as a standalone usdc vault * hedges are algorithmically rebalanced at regular intervals. hedging on gmx incurs fees for minting and burning of $GLP, opening and closing positions, and funding for open interest. +
+ +### delta neutral strategies + +
+ +* delta neutral strategies offset volatility so that GLP owners win yields while also not having to worry about price changes. +* this is usally achieved with shorting its underlying assets or hedging the positions, and the positions must be constantly changed based on the weight of the assets. + +
### pool exposures @@ -25,6 +35,8 @@
+ + ### resources