DexAuction Docs
  • DexAuction
    • 🔨Introduction
      • 🤔Problem
      • 😎Understanding DexAuction
      • 💡Solution
  • 👨‍⚖️Auction
    • Auctions in Blockchain
    • Types of Auctions
      • English Auction
      • Dutch Auction
      • Sealed-Bid Auction
      • Vickery Auction
      • Fixed Price Auction
      • Candle Auction
      • Ranked Auction
      • Penny Auction
      • SMR Auction
      • Batch Auction
      • Double Auction
  • 🧑‍🔧The Protocol
  • 🎁Product Suite
  • 💲Tokenomics
  • 🎯Roadmap
  • BUILD
    • DexAuction API
  • FAQ
    • Frequently Asked Questions
  • Tutorials
    • How to create English Auction?
  • RESOURCES
    • Links
Powered by GitBook
On this page
  1. Auction
  2. Types of Auctions

Vickery Auction

Vickrey(second price auction) is a sealed bid second price auction where bidders submit sealed bids and the highest bidder wins and pays the amount of the second-highest bid. Bid is kept private until the bid opening.This encourages participants to bid their true valuation.

Vickrey auctions are ideal for situations where buyers want to ensure they pay a fair market price, such as advertising auctions in blockchain-based content platforms.

Vickrey has the same attributes as Sealed-bid Auction.

PreviousSealed-Bid AuctionNextFixed Price Auction

Last updated 1 year ago

👨‍⚖️