Replies: 3 comments 1 reply
-
Nice thread!
Can you elaborate on these steps? If the bidders aren't, then who are the head parties? How does one "keep bidding", and is that on layer one or two? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NFT drops can be a real problem when run on L1, generating a lot of Utxo and transactions in a short amount of time, clogging the network and leading to congestion and general slowdowns. The problem seems to come not much from the NFTs themselves but from the large of number of bidding transactions people post to grab some.
I sketch a way to run NFT auctions inside Hydra Head that would alleviate that problem. Here is an outline of the sequence of transactions involved, both on-chain and off-chain:
The auctioneer runs the risk of opening/closing a Head with the winner not reclaiming his NFT. If it does not run the head itself, it runs the risk of the Head parties rigging the auction but worst case, the Head is closed with someone having a voucher to claim the NFT at reserve price, or the NFTs themselves are paid back to auctioneer.
The bidders run the same risk of bidding in a rigged auction but worst case, they can refuse to pay for the NFT.
Beta Was this translation helpful? Give feedback.
All reactions