# Minting on Minted Vodka

## Minting an NFT

### Step I - Creating A New Collection

1. In the Minted Vodka navigation click on " Minting".
2. Once you're here you can then press "Create New Collection"

<figure><img src="/files/5JyxFMQxNVbQSGLTIO5q" alt=""><figcaption></figcaption></figure>

2. In the minting workbench pop up confirm the network youd like to deploy on. In this case <mark style="color:purple;">Telos</mark>!
3. Select your collection type.
4. Then click the "Finish creating your collection" button and confirm in your wallet.

<figure><img src="/files/PxAoCTgVuiETTGHhxP60" alt=""><figcaption></figcaption></figure>

You'll then be directed to this page!&#x20;

5. Add your collection logo! You can drag and drop it in or just click to upload a file.
6. Give your collection a name.
7. Throw in a discription for your collection.
8. Click "submit".

<figure><img src="/files/Rp1KI9CT8ksZrO7T94a6" alt=""><figcaption></figcaption></figure>

9. In the pop up confirm your minting details and network (<mark style="color:purple;">Telos</mark>).
10. Publish to IPFS by confirming the transaction in your wallet.
11. Finally click "Mint Collection".

<figure><img src="/files/AGPBxPSItJauFSHIuUyq" alt=""><figcaption></figcaption></figure>

Your collection has now been created! Minted Vodka will refer to this collection as an "MVC" or a Minted Vodka Collection.&#x20;

<figure><img src="/files/jWGYI6HJeqfNcsKisP9i" alt=""><figcaption></figcaption></figure>

This page is the home to all of your collection controls. You can add your collection to a deal ( list it to the marketplace), send your collection to another wallet, bridge your collection to another chain, burn the collection, or even mint a new item to the collection.&#x20;

{% hint style="info" %}
Only the owner of the collection can mint new items to the collection.&#x20;
{% endhint %}

Let's mint a new item next!

### Step II - Creating A New Item (NFT)

1. Click "Mint New Item" on the collection page.

You'll then be brought here!

<figure><img src="/files/l4L78EY2DqbMxWFZSeCZ" alt=""><figcaption></figcaption></figure>

2. Drag & drop or even click to upload your NFT image.
3. Give your NFT a name!
4. Then give your NFT a description.
5. Next click "submit"

<figure><img src="/files/VDC6E9nD47Zk7iDQbO2u" alt=""><figcaption></figcaption></figure>

6. Confirm the network.
7. Publish to IPFS by confirming the transaction in your wallet.
8. Selection the amount of NFTs you'd like to mint. In the example above we selected 1 to be minted.
9. Finally you can press "Create new item" and confirm the transaction in your wallet!

<figure><img src="/files/WEHqeNnlNZ0bobU0IXkJ" alt=""><figcaption></figcaption></figure>

IT IS GLORIOUS!

<figure><img src="/files/cioEqvuhR15pPGJxRVl2" alt=""><figcaption></figcaption></figure>

This page is the home to all of your item or NFT controls. You can add your NFT to a deal ( list it to the marketplace), send your NFT to another wallet, bridge your NFT to another chain, burn the NFT, or even mint additional items.


---

# 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://telos-nft.gitbook.io/telosnft/nft-marketplaces/telos-evm/minted-vodka/minting-on-minted-vodka.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.
