# Create Mint Page

A mint page enables you to sell your NFTs directly to your community by allowing them to mint the tokens. Once you have uploaded your NFT files to XFORGE, you are almost ready to create your mint page. However, there are a few preliminary steps to complete beforehand.

1. Prepare a logo sized at 1000 x 1000 pixels and a background image at 1920 x 1080 pixels. Additionally, ensure you have finalized all mint details, including the mint price, date, etc. before proceeding to set up your mint page. However, it is worth noting that you can make edits to these details later if necessary.
2. To successfully create a mint page on XFORGE, **deposit AWOO** tokens based on the number of NFTs in your collection. Currently, the requirement is 20 AWOO per NFT. For example, if you have 1000 NFTs, you need to deposit 20,000 AWOO. These tokens will be deducted only when an NFT is minted. If your collection does not sell out and you stop the mint, you can withdraw your AWOO after deleting the mint page. A video guide below is available to assist you with the deposit process.

{% embed url="<https://youtu.be/-GlQmUt4FRs>" %}

Now that you have completed the initial steps above, you can proceed to create your mint page on XFORGE. This process involves inputting specific details listed below:

* **Logo** and **Background**
* **Project Name** and **Description**: We recommend providing a description that is at least three sentences long. This will enhance the visual appeal of your mint page and provide a more comprehensive overview of your NFT collection to potential buyers.
* Project **links** which include your website, X, and discord invite.
* Select the **project** that you’ve uploaded on the My Projects tab.
* **Earning Wallet**: Input your project’s wallet address where all the earnings from the mint will be sent.
* Specify the number of **mint phases** you will have. For instance, you may choose to have two phases: a whitelist phase and a public mint phase. The default setting is one phase, but you can add more by clicking the \[+ Add mint Phase] button.
* You will then need to input the **mint details** for each mint phase. Those are mint phase name, mint starts and ends (date and time in UTC), selecting a whitelist if applicable, ADA price per NFT (token is possible), and the number of NFTs that can be minted per TX (up to 10).
* Once you verify all the info is correct, click \[Create Sale]. Click \[View Sales Page] to be redirected to your actual **mint page**.

{% embed url="<https://youtu.be/62aWD-L5jMs>" %}
Watch this tutorial on how to create your mint page.
{% endembed %}

### Add Token Mint Price:

XFORGE integrated a feature where you can **optionally** add any token as an additional price for your collection sale. If you’re mint price is only in ADA, just leave the Token Unit blanked.

Here’s an example: (AWOO Token)\
Policy ID + Asset Name:\
09f5f55fcad17503e6b7acc81de7c80f84b76e76d17085f0e32f1ce2 + 41574f4f

The input for the Token Unit field should be:\
**09f5f55fcad17503e6b7acc81de7c80f84b76e76d17085f0e32f1ce241574f4f**

<figure><img src="/files/xJLxxnzA1u0huYNTXk4N" alt=""><figcaption><p>For token unit field — <a href="https://cardanoscan.io/">cardanoscan.io</a></p></figcaption></figure>

{% hint style="info" %}
Adding a token mint price introduces an additional fee during the minting process, which is not displayed on the mint price UI. This fee, known as the UTXO fee, is typically around 1.2 ADA (subject to variation) and is required to send a token to a wallet. Both the UTXO fee and the token are sent directly to the project creator, not to XFORGE.
{% endhint %}


---

# 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.unbotheredwolves.com/mint-platform/guide/create-mint-page.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.
