Skip to main content

Subauction

  • Team name: Subauction
  • BTC address: 387RAYPUGkQuyeqcj3Quw1ErH5a7Hria6N (BTC)

Project Overview 📄

In Ethereum, the NFT industry is really testing network limits these days, so we expect there's quite some potential exploring the space within the Polkadot ecosystem.

Inspired by the parachain candle auction mechanics, we started working on a prototype of the NFT auction system while participating in Encode hackathon (awarded 2nd place in the Polkadot category).

This document describes a vision for the NFT marketplace platform built on top of NFT infrastructure projects being developed now on Polkadot.

We believe the ecosystem might benefit from a more generic implementation of our initial prototype of NFT auctions with English auction type. Also, we'd like to take a different path than most of the projects built on Ethereum and apply a curated quality-over-quantity approach with some specific features available in the Polkadot ecosystem.

Last but not least, while many other projects focus on the improvement of underlying background technology, we're convinced that there is a huge opportunity bridging the gap between what's possible with current technology and the end-user capabilities to interact with these systems. That's why we aim to both improve on infrastructure (NFT auction pallet) and potentially user delivery via a well-designed frontend application using another application for grant to continue in this work.

Project Details

What we already accomplished:

  • English auction type (creation, bidding, removal)
  • NFT minting using ORML pallet and NFT standard schema based on OpenSea
  • Media integration with upload to IPFS
  • NFT and funds locking on the network, exchange of those funds

English Auction type

The most common type of auction is where the participants bid against each other and the highest offer wins. Auction will reach its end when one of the criterias are met, there is a countdown and when the auction is concluded, the highest bidder wins. An auction can have a time period between the bids. So for example if nobody made a better bid than the last one in 10 minutes, auction is concluded and the last bidder wins. An auctioneer can even end the auction in any moment he chooses (usually when he is satisfied with the price). There can be also various configurations parameters like auction length, minimum value of the next bid or list of invited participants (so called "permissioned auction").

Auction type generalization

As the long-term goal is to support as many different types of auctions as possible, the application has to be flexible enough to provide an easy interface to plug them in. This will be made possible by making the solution more robust with its architecture overhaul. In order to achieve genericity, we want to create a higher level of abstraction and provide more suitable data structures.

Governance and Content Curation

As stated in the project overview, we're strong believers in the quality over quantity approach. We'd also like to re-introduce the concept of scarcity and exclusivity in the NFT space which is slowly fading out in the Ethereum world from our point of view. To make that happen, we'd set up DAO for content curation where we would initially serve as the curators to avoid possible abusive content and eventually allow the community to participate.

We plan to leverage most of the governance features available on Polkadot. The first cornerstone of governance will be the council who will be voted on and will be deciding in referenda on the shape of the application - its modules, features, and functionality. The second cornerstone will be voted content curators who will be delegated from the council to approve or reject public proposals from the community, manage auctions and provide the optimal level of content safety and creativity.

Governance

We will introduce council that will basically “own” the entire project and any member of community who proves himself can become a part of it. Council will be able to set fees, fund interesting activities from the treasury or create proposals/referendums for the community. Council can elect curators that will manage platforms content. It is expected that council will drive the project towards more interesting and experimental use-cases than plain auctions of art - a lot of stuff can be tokenized and may be attractive for the community to be able to sell different item categories.

There are several approaches to implementing the actual governance module.

Part of the auction pallet

This makes the most sense at the first sight because we can utilize the power of Substrate to implement governance via collectives, democracy and voting pallets. However, our plan is to make the auction pallet really flexible and introducing governance can pollute auctions with unnecessary complexity regarding the governance (and thus make it less re-usable for anybody who would like to implement another system on top of our pallet). Also, there are plans for having multiple instances of the auction pallet on chains supporting NFTs so it's also a question how we would keep only single instance of governance in this case.

Separate pallet

This seems like an ideal solution because it has a benefit of using Substrate but factors out all governance functionality to a separate pallet. Downside would be that each NFT platform where we plan to integrate our auction-pallet would have to integrate two pallets instead of one to their runtime.

Smart contract

Smart contract approach has following advantages

  • Factoring our governance while keeping only one pallet at the same time
  • Easy integration of our auctions to multiple NFT chains since the only connection to the governance is reference to our smart contract. Thus we end up with only instance of governance while having multiple auction instances sitting on different chains

However, downside is obviously not exploiting great capabilities that Substrate offers and having to implement a lot of stuff by reinventing the wheel.

Token

We have decided to use Basilisk as the home chain so the auctions will leverage Basilisk's fungible as well as non-fungible tokens for transfers and governance. As it uses FRAME's Uniques pallet it will be possible to easily migrate and reuse the solution on other Substrate based chains.

Curatorship

Curatorship is closely tied to the governance since only approved members can have elevated privileges over the system (e.g. vote on removal of inappropriate content). Any user can report offensive content to the curators. Curators then remove the content or reject the report. We will probably run a Discord/Telegram channel to open a discussion about a right way to do the curatorship and what kind of stuff is acceptable for public auctioning and what is not

Content curation

Positive motivation

Users will be incentivized to provide a good quality content by either getting tips from the council for a good catch or fullfilling bounties which were announced by other uses. As an example, there can be a user who wants to own a digital art collectible but is not able to or does not have time to search for it. If another user provides such a collectible to the marketplace, they can be rewarded not only by the collectible price but a bounty on top of it.

Negative motivation

On the other hand, we're aware the content needs to be moderated to some extent because of possible unsolicited character. In the first place we aim to combat this by starting with VIP auctions that will be pre-approved by the council before public launch. Eventually we plan to open the auction creation process a bit more and start to allow create auctions without council approvement based on gaining reputation by using our platform without violation of rules. Once our solution starts to offer these kind of public auctions for almost anyone to create, we want to introduce a penalty system to control that unsolicited content will be removed and the person who advertises it will be punished depending on the level of severity. The slash might be taken from a security deposit at the time user creates the auction.

Offence levelContent propertyExamplePunishment
1InappropriatePornographySlash up to 50% of the reserved funds for a specific purpose (e.g. auction) + up to 10% of total funds
2OffensiveExplicit brutal content like violence/accidentsSlash up to 100% of the reserved funds for a specific purpose (e.g. auction) + up to 20% of total funds
3HarmfulChild porn/Women abuseSlash up to 100% of the total funds

Business Model Mechanics

To keep on moving this project forward, we need predictable revenue streams to secure resources of different parts of our NFT marketplace such as content curation, new NFT content partnerships, and of course ongoing product development. We'll research applicable business models and go-to-market strategies that align with our overall vision of the NFT marketplace.

Ecosystem Fit

We aim to build a feature-specific auction pallet that possibly integrates with already being developed NFT infrastructure projects and allows creating and bidding on NFT auctions of different auction types. The point is to provide easy integration to existing NFT implementations that can be re-used across the whole ecosystem. Also, there will be different auction types and some of them have never been implemented in the Polkadot space so it's definitely something that will push the whole ecosystem forward and we might even find some other means of token distribution models that can benefit all the projects (for example adjustments to the Dutch auction).

Also, we are already in touch with several leading NFT projects within the Polkadot ecosystem and they are very interested in having an auction system on top of their platforms. For instance, we have discussed that with Kodadot and we definitely want to work together in the future.

NFT integration

There are multiple different approaches to NFT implementation on the market with no official standard set in stone yet on Polkadot. We want to keep our solution as flexible as possible and have the ability to be integrated with a broad spectrum of NFTs. At this point, the closest resemblance of an NFT standard we could find was the ORML by Acala so we started and will continue building based on this library. On the other hand it should be easy in the future to migrate the solution to a different kind of NFT implementation or a Polkadot standard.

UPDATE 2021-09-28: The solution has been migrated from ORML to FRAME's Uniques pallet.

Team 👥

Team members

  • Jindrich Zeleny (Blockchain dev @ HydraDX)
  • Valery Gantchev (Blockchain dev @ HydraDX)

Team Website

  • LLC in the Czech Republic

Team's experience

We participated in the Encode hackathon winning 2nd prize in the Polkadot category. We were also in touch with the Acala team managing the ORML pallets and we discussed a couple of our proposals to enhance the NFT pallet and they have accepted our PR. Our team members are also graduates of Substrate Runtime Developer Academy. Last but not least, we run the biggest Polkadot community in Czechia/Slovakia (Polkadotters) where we gather valuable market feedback.

Besides blockchain development, each member has 5+ years of experience in Computer Science in different areas such as BI, software development, and enterprise-grade engineering.

Team Code Repo

Team LinkedIn Profiles

Development Roadmap 🔩

Overview

  • Total Estimated Duration: ~3 months
  • Full-time equivalent (FTE): 2 FTE
  • Total Costs: ~12,000 USD

Technologies used

  • Built as a standalone auction module using Rust and Substrate
  • Integrated with ORML NFT pallet from day 1
  • Integrated with IPFS
  • For the actual code please check our repository

Milestone 1: Implement Auction Type Generalisation

See Auction Type Generalization for definitions.

  • Estimated Duration: 4-5 weeks
  • Estimated Delivery: November, 2021
  • FTE: 2
  • Costs: $6,000
  • Implement Auction Type Generalisation from the currently developed type of English auction
    • redefine traits and add more of them (these are interfaces to handle various types of auctions), current solution has only one
    • add handlers/methods for events that operate auctions
    • add structs to keep on-chain data about auctions
  • Deliver docker-compose file to run node
  • The code will have proper unit-test coverage to ensure functionality and robustness.
  • Provide both inline documentation of the code and a basic tutorial describing how the software can be used and tested.

Milestone 2: Implement New Auction Types

See Candle Auction Type and Top-up Auction Type for definitions.

  • Estimated Duration: 2-3 weeks
  • Estimated Delivery: March, 2022
  • FTE: 2
  • Costs: $6,000
  • Implement:
    • the Candle Auction Type, a specific type for NFT auction to prevent snipping (placing bids in the very last second to gamble the system)
    • the Top-up Auction Type, a specific type for NFT auction usually used for fundraising or charity auctions
  • The code will have proper unit-test coverage to ensure functionality and robustness.
  • Provide both inline documentation of the code and a basic tutorial describing how the software can be used and tested.

Candle Auction Type

Candle auction is a variant of the English auction where the last part of the auction is randomized in the sense that it can be concluded anytime. This prevents bidders from leaving their bids to the last few minutes or seconds and it's fairer in the internet environment where bots can bid on behalf of the buyers. The configuration of such an auction will be very similar to the English one.

Candle Auction Type Diagram

Top-up Auction Type

This is a very popular auction type used by charities. Each participant will pay a "top-up fee" which is based on the bid he made minus the closest lower bid. This effectively means that each participant will pay the top-up fee except the first and the last bidder. The last bidder wins the auction, obtains the item, and only pays the item's price. We believe that bringing this kind of auction type enables entities to raise funds for good causes so that we can connect socially responsible projects with supporters and philanthropists.

Top-up Auction Type Diagram

Community engagement

We are well-positioned within the Polkadot ecosystem to create our own product since we started the Polkadotters community that is currently having over 4,000 members and supporters. Therefore we will have plenty of space to carefully test our product and receive valuable feedback from the community. We will also try to gather support from other Polkadot ecosystem projects since we already have a good reputation within a space and we are confident that we will be able to promote the project properly.

Our progress will be regularly published on social media to gain enough attention and for the sake of transparency of the whole project.

Our channels

Future Plans

We're huge fans of NFT space and we do believe that the Polkadot ecosystem will benefit from having the feature-specific auctino pallet that can be able easily integrated into other NFT solution standards developed on Polkadot. Our end result should be a feature-specific pallet that could be plugged into other blockchain applications and an NFT auction marketplace application with DAO curated exclusive content. But this is only beginning, we believe that huge innovations are going to happen in the NFT space and we want to follow those changes as closely as possible to make our auction system thrive!