Use HIP1 for a new auction system #37
Unanswered
Falci
asked this question in
Brainstorming
Replies: 1 comment 8 replies
-
I think the problem with this is that nothing prevents "bidders" from broadcasting their tx as soon as locktime expires, basically how shakedex already works. The name owner has already signed the input with the name in it, they don't have the ability to sign anything else in the transaction, meaning their part of the deal is done. HIP6 covers this though because the name owner signs at the end of the protocol, after bidders have submitted bids. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, a quick overview of how HIP1 works:
Here's my changes proposals:
a. On step 1 we should add a time locker, so the step 4 can only be broadcasted after some time (fixed or relative)
b. The name owner should be able to bypass this time locker
b1. Alternatively, we could have another time locker, shorter, for the name owner
c. After the TX is published (step 3) bidders can already bid. That will be temporary invalid, due the time locker, but we could also publish the "bid tx" in a public place (again, like shakedex.com)
c1. This could be public or not
d. Before the auction end (time lock) the owner can pick the winner TX. The incentive (but no guarantee) is the TX with higher value.
If the owner don't pick a winner, anyone can broadcast their TX after the time lock pass
Not sure if this is possible. WDYT?
Beta Was this translation helpful? Give feedback.
All reactions