# Create and List NFT&#x20;

## How to Create an NFT

* **At first, there is something important that you have to do:**

{% hint style="info" %}
For creating a Challenge, the first thing you need to do is connect your wallet (e.g., Metamask). You can find the button on the top right corner of any page in the Neoki.io website.
{% endhint %}

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

* **Then, these points should be done next:**

1. After connecting your wallet successfully, now you can find the create button on the top right corner of the website. Click on it and choose NFT to create one.

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

2. Upload your artwork file and provide required data:
3. &#x20; Define category of your NFT according to the list of categories . ( this can help your NFT be seen in searches)
4. &#x20;Define the feature of your NFT .( if it is a 2D, 3D, animated, or etc)
5. Define the desired scarecity of your NFT . ( Scarcity refers to the limited availability, making your artwork unique and valuable)
6. &#x20;Put a name on your NFT .
7. Describe the story of your NFT creation or any related information you wish to mention )
8. &#x20;Select how many copies of your NFT do you wish to have .
9. &#x20;Define a royalty fee for your NFT (Royalty fee is the percentage of revenue you wish to receive in future sales of your NFT in secondary markets which is eternal )
10. &#x20;Press create NFT button, and done your NFT now is owned by you and minted. But not listed yet ;)
11. Now go to your profile, click on your Owned NFTs .
12. &#x20;select one of your owned NFTs.
13. Click on more info and choose "List for sale."
14. In the pop-up window, set a price in Niko for your artwork and click “List NFT”.

{% hint style="success" %} <mark style="color:green;">**Congratulations,**</mark> you just received one Niko token. ( you can see on the header of your profile )\
Your NFT is now listed and ready for [challenge submission.](/challenges/create-challenge.md)
{% endhint %}

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

* **Now you can access your NFTs in your profile.**


---

# 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.neoki.io/product-guides/create-and-list-nft.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.
