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

# NFT

To create an NFT on Enoch, you must first be a 3D artist with access to the Creator Portal. To become a content creator on Enoch, you can access the Prometheus Pools feature, which includes a Seller Shop Pool for 3D artists. However, to become a Premium Content creator, users need to lock up a certain amount of funds using Enoch coins.

Once you have access to the Creator Portal, follow these steps to create an NFT:

1. Log in to your Enoch account on the app.
2. Click on the "NFT" tab on the home screen.
3. Click on the "Create NFT" button.
4. Choose the 3D art or other digital content that you want to turn into an NFT. You can select the file from your device or import it from another source.
5. Add a title, description, and other details about your NFT, such as its price and the number of copies available.
6. Choose whether to sell your NFT in an auction or at a fixed price o to saved it..
7. Set the duration of the auction or the time until the fixed-price sale ends.
8. Choose the payment method that you want to use for the sale.
9. Confirm the details of your NFT, including the price, description, and payment method.
10. Click on the "Create NFT" button to publish your NFT on the Enoch platform.

{% hint style="info" %} <mark style="color:orange;">the feature is currently under development and not yet ready for use. Our team is working hard to bring this</mark> [**feature to you as soon as possible,**](https://enochapp.notion.site/4d62a34612ae4f828bd50f889ce3e9a0?v=dc9f4a5c66cb44b6be38f08b26d125c2) <mark style="color:orange;">and we appreciate your patience and understanding.</mark>
{% endhint %}

We will keep you updated on the progress and let you know when the feature is available As stated in **Road-map schedule date** . In the meantime, we encourage you to explore the other exciting features available on Enoch, such as our Creator Portal, Avatar Studio, and 3D Marketplace.


---

# 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://enoch-app.gitbook.io/enoch/create/nft.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.
