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

VSP Bonding #48

Open
green-jeff opened this issue Mar 31, 2022 · 0 comments
Open

VSP Bonding #48

green-jeff opened this issue Mar 31, 2022 · 0 comments

Comments

@green-jeff
Copy link
Contributor

VIP-20: VSP Bonding

Summary

This proposal creates a conditions based framework to authorize VSP bonding.

Abstract 

Bonding is a mechanism made popular by Olympus that enables protocols to own their own liquidity. Bonding has proven successful in building treasuries and ensuring healthy liquidity across dexes, but suffers challenges when not properly bounded. This proposal introduces a framework for when rules and conditions for when bonding can occur. These conditions will be closely tied to the amount of liquidity supplied on DEX pairs and the health of the treasury to continue to fund further development of the Vesper platform and ecosystem. 

Expectations

Bonding - A mechanism enabling users to sell assets to the Vesper DAO in exchange for newly minted VSP that will be locked in a Time Capsule. Vesper DAO will maintain functionality to sell new bonds under the following specifications:

Specification

  • A user-iterable Goal List or mapping of (ERC20 token, target_budget, price_multiplier) which are wanted to be received into the Treasury.

  • mintFrom(erc20 address, amount) will mint an amount of VSP, the lesser of (target_budget, amount) * VSP_price.

  • User provides any amount of a user-specified ERC20 token.  Token must be in the goal list.

  • N = tokens * token_price * price_multiplier

  • User receives N newly minted-and-locked VSP (up to mint window budget)

  • DAO treasury 0x9520... receives N newly minted VSP

  • DAO treasury 0x9520... receives collateral tokens from user

  • target_budget starts at maximum amount, and subtracted against the amount received from user

  • price_multiplier is used to add a bonus or subtract a fee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant