# Free Mint NFT Collection

NFT Collection featuring free NFTs (ERC-721A)

<figure><img src="/files/dZLCRB4NMztrf2qb10SY" alt=""><figcaption></figcaption></figure>

While many NFT projects require us to pay an upfront fee to mint, there are some which provide a free mint. Here, we look at how we can profit from free mint and degen plays that have become the roaring theme in this bear market. One famous collection: goblin town NFT launched during a bear market has taken the internet by storm. Currently, it sits at a floor price of 3.37ETH at the time of writing.

**To create your Degen collection**

*You will have to insert a few parameters:*

## Contract Details

* **Contract Name** - The name of your contract on the network. (No Spaces or Cannot Start with Numbers, i.e. BoredApeYachtClub)
* **Collection Symbol** - The symbol of your Collection. (i.e BAYC)
* **Collection Name** - The full name of your NFT Collection. (i.e Bored Ape Yacht Club)
* **Collection IPFS** - Location of the metadata stored. (can be on your server or IPFS,PINATA)

## Supply Details

* **Price** - How much will each NFT be worth.
* **Total Supply** - How many total NFTs your collection will contain.
* **Max Free NFTs Per Wallet** - Anti-Whales - Limit the free minting(creation of NFT) per transaction for each user other will be payed.
* **Total Free NFTs** - Anti-Whales - Limit the free minting (creation of NFT) per wallet for each user other will be payed.

## Advanced Setup

* **Hidden/Reveal Functionality** - Allows you to reveal your real collection at a certain time. You will be required to enter a hidden ipfs to display the image that will show until your collection is revealed.
* **Free Supply Limit** - Set the max amount of NFTs to be free, other than that the remaining NFTs will cost something.
* **Split Payment** - Allows you to split the payout between multiple wallets. This is good to use if you have multiple team members that need to receive a percentage of the payout.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.launchifi.xyz/contract-types/free-mint-nft-collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
