# Free Claim

This page is a more detailed walkthrough for our free claim feature.

### Before Deployment

* To be able to use free claim, You should Enable the Free Claim feature before deployment. It is found under the **Contract Management tab > Advanced.**

<figure><img src="/files/4gEPu2zGKhBkEgUYNzPM" alt=""><figcaption></figcaption></figure>

* Scroll down on the features and enable  **Free Claim** Tab.

{% hint style="info" %}
Enabling a free claim allows holders of another ERC-721 NFT collection to mint your NFTs for free.
{% endhint %}

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

* Enter the necessary details: the **Free claim NFT contract address** that the user should have in their wallet and the corresponding **Number of NFTs to mint per claim** then hit **Save**.

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

{% hint style="info" %}
Each NFT from the specified collection eligible for free claim can be used once to mint your NFTs, and you can choose the number of NFTs that will be minted in each claim.
{% endhint %}

After these steps, the Free Claim feature is already added to your contract. Go ahead and set up the other details of the collection and then deploy the contract to the blockchain.

### After Deployment

Our Free Claim feature has a frontend, this part will show you how it shows on your mint page.

* After setting up and publishing your mint page, go ahead and start the free claim, it is under the **Advanced** tab on your **Contract Management** page.

{% hint style="warning" %}
This will require a blockchain transaction and a gas fee is required.
{% endhint %}

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

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

* When you start the sale of your collection, your mint page will be like this:

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

* If the user clicks on the **Select token for claim** this tab will pop and if their wallet is qualified for the free claim they will be select which token to use and able to continue and mint.

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

![](/files/YKSbW5PGL9UGjr9UycSG)


---

# 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.launchpad.heymint.xyz/creators/manage-smart-contract/before-deployment/advanced-features/free-claim.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.
