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

# Create Collection

## **Creation Steps:**

### Step 1: Set Name and Symbol of Your Collection

* Choose a distinctive name and symbol that reflect the identity and theme of your NFT collection.

<figure><img src="/files/s6HqoXXjOjE8mbNcefek" alt="" width="548"><figcaption></figcaption></figure>

### Step 2: Set Header and Logo of Your Collection

* Customize the header and logo to establish a visual identity for your NFTs, reinforcing the collection's brand recognition.

<figure><img src="/files/xeJvuKqDNaqVaKzzNToJ" alt="" width="563"><figcaption></figcaption></figure>

### Step 3: SBT (Soulbound Token) Functionality

* Decide if the NFTs in your collection will be Soulbound Tokens (non-transferable and non-sellable) or regular NFTs. If opting for transferable NFTs, set resell royalties.

<figure><img src="/files/boJL8yIgMv0DjQkl801g" alt="" width="519"><figcaption></figcaption></figure>

### Step 4: Maximum Supply

* Define the maximum supply of NFTs in your collection to maintain exclusivity.

<figure><img src="/files/neScwPkwINs6kquuBAer" alt="" width="535"><figcaption></figcaption></figure>

### Step 5: Pre-Reveal Media (Only if maximum supply set)

* Optionally, determine if you want to provide pre-reveal media for your NFTs, such as preview images or descriptions.

<figure><img src="/files/fbogI6ykWJBFj6ibEMhK" alt="" width="547"><figcaption></figcaption></figure>

### Step 6: Choose Minting Type - Lazy Mint vs. Standard Mint

* Decide between Lazy Mint (for pre-minted NFTs where users choose what to mint) and Standard Mint (where NFTs are minted by the creator).

<figure><img src="/files/BeFaeoxhvNczK1LF0UOy" alt="" width="558"><figcaption></figcaption></figure>

### Step 7: Allow NFTs to be Burnable

* Choose whether to allow holders of your NFTs to burn (permanently destroy) their tokens

<figure><img src="/files/bgrMzVu61HIV1qcdOSYo" alt="" width="557"><figcaption></figcaption></figure>

### Step 8: Blockchain Selection

* Select the blockchain that best aligns with your collection's objectives from the options supported by Certhis.io.

<figure><img src="/files/EHvi2AeLeX6CToyYsYB8" alt="" width="544"><figcaption></figcaption></figure>

Following these steps will guide you through the process of setting up a unique and functional NFT collection on Certhis.io.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.certhis.io/get-started/create-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
