# How Mintur.ONE Works

## **Project Creation**

**The general NFT project creation on Mintur.ONE is as follows:**

1. Choose a unique subdomain and project name.
2. Name and select the number of attribute categories.
3. Upload each individual attribute element (.png).
4. Choose the layering order of attributes.
5. See preview of randomly generated NFT and choose total supply.

`[project].mintur.one`

Users do not pay any upfront cost when launching NFT projects on Mintur.ONE. Instead, there are 5% fees for all minting costs.

For example: if the mint price for said project will be 500 ONE, the creator instead receives 475 ONE per mint.

## **Dedicated Project Marketplace**

After completing[ Phase 3](/whitepaper/roadmap-1/phase-4-project-marketplaces.md) in development, users will have the option to create their own dedicated project marketplace.

`[project].mintur.one/marketplace`

Only NFTs that were created as part of that specific project can be listed. There are 2% fees for secondhand trading on the project's dedicated marketplace.&#x20;

It should be noted that users do not have to create a dedicated project marketplace with Mintur.ONE. Created NFTs can easily be sold on other platforms or via P2P. However, using a dedicated project marketplace removes the risk of selling fraudulent or unverified NFTs.

<br>


---

# 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://mintur-one.gitbook.io/whitepaper/how-it-works.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.
