A Product blog by Olivier Milla




Auctions with variable supply in crypto NFT markets.

Overview

This paper introduces an auction design for NFT series that allows for a better equilibrium between demand and supply.

It does so by creating an auction where participants (both creators and bidders) state their preferences in terms of both PRICE and EDITION SIZE.

The design allows the creators to

It also allows bidders to

Both creators and bidders benefit from the fact that the equilibrium found with that design is less volatile post-auction as it finds an equilibrium both in terms of price AND market size.

This is particularly important for NFTs that have utilities/constraints/interactions/upsells later on during their lifetime, allowing for a secondary market to open in a more price-stable way.

Let’s go.

The Problem

From the point of view of the creator

Each creator has its preference regarding the NFT size they see fit:

From the point of view of the bidders

Bidders also have preferences for entering an auction.

Whether it is an art they are buying, access to a market or a key to a community, they each have

The solution

The solution is to design an auction where

the creator specifies

the bidders specify

Obviously, current gas war auctions are a special case of this auction design where they set

Extensions

A lot of constraints can be added or removed. For instance, if your NFTs have in-game mechanisms or characteristics that require that some NFTs are present from day one, you can add constraints that allow for an auction to succeed only if some quantities are met or you can prioritize certain NFTs over others for the game to work.

Technicalities

An algorithm may take a lo(ooooo)ong time to solve such an auction and it probably can’t run fully on chain (I’m no expert here, feel free to comment). It would probably take an on-chain with an off-chain ping-pong to work. Last but not least, it works for fungible tokens too, helping projects find the right price and supply for an ICO/ECO. Reach out on Twitter if you’re interested in discussing the topic in public or private, DMs are open.

Cheers,

Some Links on the subject

Maximising Blockchain Collectible Economies — (simondlr.com)

Exploring NFT Economies: Creators, Collectors, & Collection Sizes. — (simondlr.com)

Edit

It is also possible to factor in the bidders’ preference in terms of quantity of items acquired: “I want to acquire at least X items and at most Y” but as well as the percentage of ownership: “I want to acquire at least W% and at most Z% of the items”.

·