Popcorn-Limited / contracts

The Unlicense
28 stars 15 forks source link

Research - Carry Vaults #41

Open RedVeil opened 1 year ago

RedVeil commented 1 year ago

How can we use fixed term products and renew the term at the end of the latest term to stay in the product continuously? (Y2k option, gmx option...)

Maybe Ribbons Vaults can give us some insights about that since they sell options continually.

RedVeil commented 1 year ago

Create a continuous adapter to mint y2k and exercise options on a weekly basis: https://app.y2k.finance/mint We might be able to take some inspiration from ribbon as they sell weekly options through gnosis auctions: https://app.ribbon.finance/v2/theta-vault/T-ETH-C https://github.com/ribbon-finance/ribbon-v2/tree/master/contracts

mayorcoded commented 1 year ago

[WIP]

Research Notes:

Carry Vaults drawio

Price per share: ((total balance - pending amount) decimals)/total supply Asset to shares: (asset amount / total assets total shares) Shares to assets: (shares / total shares) * assets

Y2K Vault Mechanics

Questions