mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-01 22:36:16 -04:00
Update glp_vaults.md
This commit is contained in:
parent
d89e012267
commit
80d2167052
1 changed files with 14 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
## glp vaults
|
||||
## delta neutral strategies and glp vaults
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
### vaults
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
<br>
|
||||
|
||||
### delta neutral strategies
|
||||
|
||||
<br>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### pool exposures
|
||||
|
@ -25,6 +35,8 @@
|
|||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue