Mint an NFT (721)
Incentivize users to mint an NFT using the ERC-721 standard.
Last updated
Was this helpful?
Incentivize users to mint an NFT using the ERC-721 standard.
Last updated
Was this helpful?
This task can be a powerful tool for driving engagement with your NFT projects, rewarding early adopters, or encouraging participation in exclusive communities or events.
For instructions on setting up the general parameters of your Web3 task (name, header, description, etc.), visit .
Select Web3 to indicate that the task will be completed using a Web3 action.
Once you've selected Web3, choose Mint an NFT (721) from the dropdown menu.
Select the blockchain network on which the NFT will be minted. In the example, Ethereum Mainnet is selected.
Enter the contract address of the NFT collection or project. This is the address where the NFT smart contract is deployed.
Enable this toggle if your NFT minting process requires server-side signature support. This is an advanced security feature that protects your NFT mint from unauthorized minting by external users.
To utilize this feature, you will need a special contract template. Request this template from the сlaimr support team.
All data and events on the blockchain are publicly accessible. This means that anyone with technical knowledge can potentially exploit the NFT minting process. They could bypass your campaign's tasks and mint NFTs directly to their own wallets.
claimr's server-side signature adds a layer of protection. It utilizes a secure server-side wallet to sign a special message that is verified within the NFT contract. This ensures that only authorized mints initiated through your claimr campaign can be successful.
Enable this toggle if you want to allow users to mint multiple NFTs within this task.
By default, a wallet is typically allowed to mint a specific token only once. However, with this option enabled, the token can be minted multiple times across different tasks. They must be different tasks.
If there's a fee associated with minting the NFT, specify the amount here. You can also specify the token in which the fee is paid (e.g., ETH, stablecoins).
Enable this toggle if the NFT being minted is an SB (soul-bound) token. This option allows users to mint the token again even if they have already minted it previously but not within your campaign. claimr will check the user's balance of this token. If it's greater than 0, the task will be marked as completed after the user clicks Complete.
This option ensures a smooth and efficient minting experience for users in specific web browser environments where wallet connections are managed externally via SDK.
Enable this toggle if your campaign is running in a web browser environment where the user's wallet is already connected via SDK (Software Development Kit). This is particularly relevant for those who operate solely within a web browser environment and handle wallet connections through their own applications.
How it works: Typically, when a user encounters an NFT minting task in claimr, they are prompted to connect their wallet before proceeding with the minting process. However, in cases where the client's application has already facilitated the wallet connection and provided claimr with the necessary wallet information via the SDK, this step becomes redundant.
By enabling this toggle, claimr will recognize the existing wallet connection and bypass the connection prompt, directly initiating the minting process. This streamlines the user experience and avoids unnecessary steps for users who have already connected their wallets through the client's application.