# Dutch Auction

This Auction is based on First Come First Serve Auction, most logic is similar but prices goes down by time instead of being fixed.

This Auction type has a additional parameter finalPrice

Prices go down linearly by time which begins from price at the beginning of the auction then drops to finalPrice at the end of auction.

Bot concerns are not too likely as buying the instant auction begins results in buying much expensive then the final price.