|
|
|
|
|
by C4stor
2517 days ago
|
|
This style of auction moves the complexity away from the buyer. In a traditional one-round sealed first price auction, you're trying to guess what everybody else is bidding and bid a penny more. It's incredibly difficult for a buyer to accurately predict that, it leads to bubbles and crashes disconnected from the sold item value since it barely accounts for anything in the reasoning, but it's easy to resolve. With a second price auction, the buyer only need to know its true price for self, and bid that, which is actually a lot more simple, and allows to bid depending on the actual provided value of items, making sure the prices don't err too far away from the value. So, it's actually very practical for one turn auctions, which in turn are very practical when you don't want to spend the time to run a multi turn auction with progressive bids. |
|
Since this isn't really feasible in practice, VCG isn't used even in settings, where the complexity of the mechanism would be warranted. (Think cellular frequency auctions, where CCAs or SMRAs are used.)