# NFT Mint

This mode allows you to mint NFTs created on the [NFTs2me](https://nfts2me.com/) and Zora.co websites simply by inserting the collection contract.

***

### Setting up and starting a session:

* In the **Mode** section, select **Block Mode**;
* In the **Run mode** section, choose the order in which the wallets will be launched:
  1. **Parallel** - parallel operation (multi-threading) with or without proxies;
  2. **One-by-one** - wallets will be launched one after another with or without proxies;
  3. **One-by-one (mobile proxy)** - wallets will be launched one after another using mobile proxies. Mobile proxies must be added in the **Settings ->** [**Proxies**](https://docs.nfd.gg/main/eng-combine-software/section-settings/proxies) section and linked to accounts in [**Account Manager**](https://docs.nfd.gg/main/eng-combine-software/account-manager);
* To use a ready-made software configuration preset, click on the selection field in the **Select preset** section and choose the desired preset;
* To launch a pre-prepared group of wallets, select the required group in the **Select Accounts group to launch** section;
* To add a collection contract address, click **Add or Edit Contracts**;
* Paste the contract address copied from the explorer into the **Contract address** field;
* In the **Zora Contract** field, you can add the contract addresses of NFT collections from the Zora.co marketplace;
* Click **Add To List** to add this contract to the **Contract list**. This is your "basket" where all added contracts are stored, which wallets will interact with during the session;
* If you want to delete a contract, click on the trash can icon. If you want to clear the entire list, click **Delete All**.

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

* In the **Delays** section, set delays between actions:
  1. **Wallet** - delay between wallet launches;
  2. **Block** - delay between mints on the same wallet.
* When you click on **Pro**, the **Gas guard** setting will open. If this delay is activated, your wallet will additionally go to sleep if several accounts in the same session are simultaneously ready to work after reaching the gas level you set for the software. We did this so that all these wallets do not start sending transactions simultaneously after reaching the gas level you set. The standard delay is set between 30 and 150 seconds;
* In the **Max gas price** section, set the maximum gas in the **Base** network for transactions. The software will wait until the gas in the **Base** network drops to the desired level before initiating transactions. After starting the session, it is possible to change the upper Gwei level in the **Logs & Progress** tab by going to the **Sessions** section;
* In the **Mint count range** field, enter the range of the number of NFTs to mint per wallet;
* If you want the wallets to start working in random order, leave the **Randomize wallets** checkbox enabled;
* Enable the **Allow duplicate minting of the same NFT on the same wallet** checkbox to allow the script to mint the same NFTs repeatedly to achieve the number of transactions specified in the **Mint count range** section. If this checkbox is not enabled, the software will not mint duplicate NFTs on wallets and will skip duplicates, moving to collections that are not yet present on the specific wallet;
* To save session delay settings for reuse in other sessions, click the **Save this as preset** button, enter the preset name, and save it. Later, this preset can be selected in the **Select preset** field;
* Click **Update Balances** to get the current ETH balances on the wallets;
* Select the wallets you want to start working with and click **Launch**.

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

* Your wallets have been launched. You can track the process of work of your wallets in the section [Logs & Progress](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module/logs-and-progress).

***

### Obtaining the NFT contract address:

* Go to the collection on the [**NFTs2me**](https://nfts2me.com/) website;
* Click on the explorer icon to go to the explorer;
* Copy the collection address;
* Paste this address into **Combine**.

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


---

# 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://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module/settings-and-launch/block-mode/nft-mint.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.
