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

Encrypted Derivative Value (EDV) Auction #194

Open
Oighty opened this issue May 20, 2024 · 0 comments
Open

Encrypted Derivative Value (EDV) Auction #194

Oighty opened this issue May 20, 2024 · 0 comments

Comments

@Oighty
Copy link
Contributor

Oighty commented May 20, 2024

Fixed price batch auctions seem to be preferred in certain launch use cases. We've recently implemented the most basic version of this. In practice, fixed price is often paired with a vesting duration for participants. We can do this by enabling the LinearVesting module with the Fixed Price Batch auction module. However, the downside to vanilla Fixed Price is that it is a first-come first-serve format.

Per a conversation I had with @0xTex , what if we had a Fixed Price format where users would bid a parameter for the derivative they will receive? In the case of vesting, this would be the max vesting duration the buyer is willing to accept at the provided fixed price.

This type of auction would functions similar to the EMP format, except there are no intermediate values filled since the quantity of tokens and the bid value (derivative parameter) are not related. Therefore, the settlement algorithm is simplified to sorting the bids in order of largest to smallest vesting durations and then totaling up the bids until the capacity is reached (or the end of the queue is reached).

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