# Edition (Single Owner)

Enables the creation of multiple instances of a single NFT, each with a customizable supply limit. Despite the multiple copies, each NFT remains uniquely ownable, ensuring that only one individual can possess a specific copy at any given time.\
\
In this workflow, creators are tasked with uploading their digital images and defining the percentage each image represents within the total NFT collection. For example, with a collection that encompasses 1,000 NFTs across two images, the creator has the discretion to allocate a distribution ratio, such as an equitable 50% for each image, or any other desired proportion like 30% for one image and 70% for the other. It is essential that the combined percentages for all images collectively equal 100%. Once this allocation is set, our platform leverages the IPFS to mint the exact quantity of NFTs in accordance with the established supply ratio, ensuring consistency with the creator's distribution plan.

\ <br>

<figure><img src="/files/dvrQvLZ4dEUX9aNYYFS1" 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://docs.launchpad.heymint.xyz/creators/create-a-erc-721a-collection-using-generated-art/edition-single-owner.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.
