Overview

Our asset creation tab in the admin tool consists of three separate flows that comprise the entire contract set and minting & auction page creation process:

  1. Contract set up
  2. Metadata configuration / asset creation
  3. Listing or auction creation

Step by step

Contract set up:

  1. Access the Asset Creation tab in the menu on the left and hit the create new contract button in the top right.

  1. Hit the ‘Create New Contract’ button on the next modal to confirm you’ll be the owner on the contract. On the next tab you’ll:
    1. Input the collection name, symbol, and image along with optional description and external link.

    2. Choose the token type. Only one token type can exist on the NFT smart contract.

    3. Choose chain

    4. Optional: enable meta transaction if you plan to enable gasless transactions in the future via Stratus relayers

      .

    5. Choose the wallet address for mint and royalty payouts

Add Assets to Contract

  1. The next step is to configure metadata to the contract as individual assets. We support individual asset creation to start, with .CSV upload and other multi-asset upload capabilities coming soon.
    1. Add asset name, description, info about the artist, media, and optional trait info
    2. Optional fields
      1. Add quantity limit: maximum amount mintable/wallet
      2. Add minimum: minimum amount to mint/transaction
      3. Burn to redeem: if you want users to burn the NFT to redeem it. You can add a field they need to fill in, show a blank text or collect shipping details(needs API integration).
    3. Click ‘Finish’ when you’re done or ‘Duplicate’ / ‘New Asset’ to add more

Listing

  1. You can now hit ‘List Assets’ on the contract modal in the assets creation tab when ready to either list, create an auction or create a sweepstakes.

List assets for purchase

  1. Choose the currency you’d like to list in (native currency or loyalty points if enabled)
  2. Choose the price and the assets you’d like to list - to see which assets remain unlisted toggle over the ‘Unlisted Assets’ text in the modal’s topline.
    1. Note: you can either set the assets you want by asset ID either by comma separation or - (ie. 1,2,3,4 and 1-4 do the same thing)
  3. Choose listing duration start and (optional) end time

List assets for auction

  1. Add an auction name, description, duration, and currency
  2. Note: Auctions can be tied to one or more than one onchain asset, so please add sufficient description to explain to the user what they’re bidding on
  3. Choose your auction mechanics:
    1. Minimum Bid: The minimum amount any bidder can start the auction with
    2. Minimum Bid Increment: The minimum increase on any bid from the previous highest bid
    3. Reserve Price: The minimum bid that is valid to win the auction, this is the most important of these three inputs
  4. Multi-Winner Auctions Only: By default, multi-winner auctions charge each bidder the amount they bid, if ‘Reverse Dutch Auction’ is toggled we’ll instead refund all winners the difference of their bid and the lowest price winning bid
  5. Blind Auctions Only: If toggled on, users can only see their own bids. All other bids are hidden
  6. Choose the prize!

List assets for sweepstakes

  1. Add the sweepstakes name, description, duration, and entry token purchase currency
  2. Choose the entry ticket and specify the total number of available tickets.
  3. Choose the prize(s).

  1. You’re live! View these listings as part of your marketplace!