mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 14:56:18 -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>
|
<br>
|
||||||
|
|
||||||
### tl; dr
|
### vaults
|
||||||
|
|
||||||
<br>
|
<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
|
* 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.
|
* 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>
|
<br>
|
||||||
|
|
||||||
### pool exposures
|
### pool exposures
|
||||||
|
@ -25,6 +35,8 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### resources
|
### resources
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue