Knowledge Base
Search
K

Collection FAQs

How can I reserve items for myself or my team?

To allocate a specific number of NFTs of a collection to you or your team, you can set up an allocation while deploying your contract.
To do this, on the “Price and distribution” stage, set the price to zero. Then, create a gate for your collection set to a specific wallet address. After deploying your collection, you can mint the amount of NFTs you want to reserve to the specified wallet.
If you are limiting the number of mints per wallet, this can be set after minting the reserve NFTs on the token management page. This information is kept off-chain and can be updated without a gas transaction.

What are the image and video requirements for drops?

Category
Upload requirements
Generative collection
Upload a .zip file of your code-based generative project (make sure to zip all the files together, not the folder containing them). The .zip should include:
  • index.html: This file renders your tokens.
  • hl-gen.js: This file gives you access to data from the blockchain, helps you generate deterministic randomness in your tokens, and provides functions to store attributes and capture preview images
  • Any libraries required to render your tokens, like p5.js, three.js, tone.js, etc.
  • Any other files required to render your tokens, including images, fonts, video files, etc.
Series collection
The .zip file should be 3.5GB or less. It should contain:
  • A folder named "images". This folder contains any image assets used by your tokens. We currently support .png, .jpeg, .gif, .mp4, .webm, or .webp files for images.
  • A folder named "animations". This folder contains any animation assets used by your tokens. We currently support .gif, .mp4, and .webm files for animations.
Open Edition
Accepted file types: .png, .jpeg, .gif, .mp4, .wav, .mp3
1:1 aspect ratio, minimum 2000px x 2000px recommended
Limited Edition
Accepted file types: .png, .jpeg, .gif, .mp4, .wav, .mp3
1:1 aspect ratio, minimum 2000px x 2000px recommended
One of one
Accepted file types: .png, .jpeg, .gif, .mp4, .wav, .mp3
1:1 aspect ratio, minimum 2000px x 2000px recommended