> For the complete documentation index, see [llms.txt](https://docs.krypcore.com/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krypcore.com/user-manual/product/enablers/nft-studio.md).

# NFT Studio

## Supported Networks&#x20;

* Ethereum (Main Net and Test Nets like Goerli and Sepholia)
* Polygon (Main Net and Test Net Mumbai)
* Avalanche (Main Net and Test Net Fuji)
* Arbitrum (Main Net and Test Net Goerli)
* Optimism (Main Net and Test Net Goerli), and more.

## Supported NFT Standards

Description

## Creating your NFT Collection

Login --> DApp Studio --> Build It --> Easy Builder --> Launch NFT Studio

The ***NFT collections*** page opens up.

<figure><img src="/files/zhN2hgdMZiu4A3u1Q50f" alt=""><figcaption><p>NFT collections</p></figcaption></figure>

This page displays a list of the collections created. At first, there are no collections created.&#x20;

To create a new collection, click on the ***Create New*** button

<figure><img src="/files/v5QPgxGwWaKdQeTddrbV" alt=""><figcaption><p>Create NFT collection Pop up</p></figcaption></figure>

Please enter the ***Collection Name***, ***Collection Description***, and ***Collection Symbol.***&#x20;

Select the NFT standard from the ***Choose Standard NFT*** dropdown

Select if you want the NFT to be soulbound or not from the ***Select Soulbound Option*** dropdown. Soulbound Tokens are NFTs that are non-transferable, making them ideal for managing permanent records&#x20;

Select the required chain for the collection from ***Choose Chain for Collection*** dropdown.

Select the required wallet type from the ***Choose Wallet Type*** dropdown.

Select the required wallet from the ***Choose Wallet*** dropdown.

Upload a photo for the collection. This photo is only a cover image for the created NFT collection

Click the ***Deploy Collection*** button to create the collection.

## Minting your NFT

The Minting of NFT process involves the creation of NFTs and minting them.&#x20;

Clicking on a collection will open the respective NFT collection page.

<figure><img src="/files/dtDenn4UQioabSEnfhXr" alt=""><figcaption><p>Individual NFT collection Page</p></figcaption></figure>

This page displays all the minted NFTs. This page is split into two sections, ***Minted NFTs*** and ***Pending NFTs***

All the synced NFTs are displayed in the Minted NFTs section

All the yet to be synced NFTs are displayed in the Pending NFTs section

The ***Sync*** button is used to update the NFTs from pending to Minted status. Kind of like a refresh button.&#x20;

Click on the ***Mint NFT to Collection*** button. This will open the following page,

<figure><img src="/files/Qu9XqALksZ3vH3D8pIZM" alt=""><figcaption><p>Mint NFT </p></figcaption></figure>

Here, ***Upload the image*** for which the NFT is to be created.&#x20;

Enter the ***name of the NFT*** and the ***description of the NFT***.

Enter the ***Recipient Address*** for the NFT. It is the contract address which is available at the top of the same page

Enter the ***API key***. The API key is available on the collections page.

Choose the storage method from the ***Choose Storage Method*** dropdown menu.

You can also add traits for the NFT if required. Traits are specifications of the NFT. For example, 'Rarity' can be a trait. Any number of traits can be added for now.

Click on the ***Mint NFT*** button to create and mint the NFT.

##


---

# 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.krypcore.com/user-manual/product/enablers/nft-studio.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.
