Phoenix-Protocol-Group / phoenix-nft-marketplace

NFT marketplace with auctions and collections interface
GNU General Public License v3.0
0 stars 0 forks source link

Auctions: Auction types #5

Open gangov opened 1 month ago

gangov commented 1 month ago

We should consider the following auction types:

Auction Types

Two main classes:

Main Auction Formats

1. Static Auctions

1.1. First-Price Sealed-Bid Auction

1.2. Second-Price Sealed-Bid Auction (Vickrey Auction)

2. Dynamic Auctions

2.1. English Auction (Ascending Price Auction)

2.2. Dutch Auction (Descending Price Auction)

Candle Auction

Overview

Penny Auction

Optional to add to some auction types

Buyout option

gangov commented 1 month ago

@ueco-jb what do you think? I've tried to find some more besides the one from the academy but give or take that's all the interesting ones