baedrik / SCRT-sealed-bid-auction

Smart contract to implement a sealed-bid-auction on Secret Network. Includes a bash script to help the user work with auctions
GNU General Public License v3.0
26 stars 4 forks source link

OTC sales with lock-up and staking #8

Open cankisagun opened 3 years ago

cankisagun commented 3 years ago

Most sales to funds / long term holders are OTC deals that involve a price discount + lock-up period for the buyer. SecretAuctions can accommodate this process, which currently is trust-based.

This would be used in liquidation SCRT Ecosystem Fund to fund USD based grants or diversify the portfolio. Here's how this would work:

In order to accommodate for this, the auction contract would need to: 1) convert sSCRT to SCRT and stake it (can be single validator selection in the beginning) 2) Set a time after which the buyer address can undelegate the tokens from the validator if she/he chooses to

cankisagun commented 3 years ago

Auction next step: current auction contract + workflow including lock-up and delegation during lock up via vault contract