> For the complete documentation index, see [llms.txt](https://docs.stargaze.zone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stargaze.zone/create/collection-types.md).

# Collection Types

Stargaze offers different collection types to fit your project's needs.

## Standard Collections

The classic NFT collection format.

**Best for:**

* PFP projects
* Generative art
* Limited edition drops

**Features:**

* Fixed supply
* Randomized minting
* Whitelist support
* Reveal mechanics (optional)

## Open Editions

Unlimited or time-limited minting.

**Best for:**

* Community drops
* Commemorative pieces
* Accessibility-focused launches

**Features:**

* No cap on supply (or time-limited)
* Everyone can mint
* Often lower price point

## 1/1 Art

Single-edition pieces for fine art.

**Best for:**

* Artists selling individual works
* High-value pieces
* Auctions

**Features:**

* One unique NFT per artwork
* Often sold via auction
* Maximum scarcity

## Choosing the Right Type

| If you want...             | Choose...           |
| -------------------------- | ------------------- |
| Classic NFT drop with hype | Standard Collection |
| Low cost, simple launch    | Light Mint          |
| Maximum participation      | Open Edition        |
| High-value art sales       | 1/1 Art             |

## Technical Differences

All collection types use the CW721 standard on Cosmos Hub, ensuring:

* Full Marketplace compatibility
* Royalty enforcement (creator needs to stay active)
* IBC transferability

The differences are mainly in minting mechanics and pricing, not the underlying NFT standard.

## Next Steps

Ready to create? Head to [Using Stargaze Studio](/create/using-stargaze-studio.md) to set up your collection.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.stargaze.zone/create/collection-types.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.
