Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Able to sell bTokens to AMM (not minted in AMM) #180

Open
lukaskiss222 opened this issue Jul 28, 2022 · 0 comments
Open

Able to sell bTokens to AMM (not minted in AMM) #180

lukaskiss222 opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lukaskiss222
Copy link
Contributor

Right now, the amm support bTokenSell only for bTokens minted from the Amm.

The other projects allow traders to sell options, which have not been minted from the amm.
We can also incorporate this feature to our Amm.

The benefits will be:

  • higher trading volume
  • price efficiency

The negatives:

  • LP providers do not earn any more theta (earning will. need to come from fees)

How to do it:

  • We will need to update bTokenSell (sell bTokens not from AMM)
  • maybe we will need bTokenVault as we have wTokenVault or combine them
  • update the withdraw function to incorporate the bTokens
@lukaskiss222 lukaskiss222 added the enhancement New feature or request label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants