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

# Create NFT

Steps to Create Your NFTs:

1. **Connect Your Wallet**: Visit [this page](https://jksfactory.com/connect-your-wallet) to login or register with your Metamask Wallet. If you're on mobile, ensure you're using the Metamask browser. Make sure your Metamask browser is up to date and properly configured.     ![](/files/cUDg80OZ4rPQyI088kdv)
2. **Choose Network**: In your Metamask wallet, select the network you want to use to create your NFT.
3. **Create Your NFT**: Visit [this page](https://jksfactory.com/create-digital-asset/) to begin creating your NFT.

   * *Note*: If you want to change the network, switch in your Metamask wallet and refresh the Create Digital page.

   <figure><img src="/files/bkHX7ZSUrmu6iZxC82qi" alt=""><figcaption></figcaption></figure>
4. **Upload Image**: Choose a file (We support only PNG and JPG formats). We recommend images with a size of <mark style="color:red;">1024x1024</mark> pixels. Other sizes may cause issues on the listing page, such as borders.
5. **Select Contract**: Click on "Select a contract".
6. **Enter Asset Details**: Provide an asset name.
7. **Add Description**: (Optional) Add a description.
8. **Put on Marketplace**: Click on "Put on marketplace".
9. **Set Price**: Select the token and enter a price.
10. **Set Royalties**: We recommend setting royalties between 0-5%.
11. **Create NFT**: Click on "Create NFT".
12. **Sign Transactions**: Wait for your wallet to prompt you to sign the transaction. If you wait more than 2 minutes, you may need to refresh the page, choose a lower file size, and start again.
13. **Wait for Confirmation**: Sign all transactions and wait two minutes to see the image appear on the listing page.

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

All our smart contracts come from Thirdweb and are audited. You can view the smart contracts [Smart Contracts](/jks-factory/nft-marketplace/smart-contracts.md).

If you have any questions or encounter any bugs, feel free to contact us on Discord.


---

# 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://joskins.gitbook.io/jks-factory/nft-marketplace/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.
