# Creating NFTs

## Choosing where to Mint

{% hint style="success" %}
The most up-to-date information can be seen on the [Paintswap NFT Factory](https://paintswap.io/sonic/factory/info)
{% endhint %}

Paintswap offers two alternatives to start minting your own NFTs, to accommodate all kinds of creators.

For creators looking to deploy a **collection** of NFTs, Paintswap offers the possibility of [easily deploying your own contract](/nft-marketplace-1/minting/contract-factory.md), which you can then later [submit as a featured collection](/nft-marketplace-1/collections.md#featured-collections).

## Create your own Contract

At Paintswap we made NFT contract creation a very simple process. Contracts created here will be immediately tracked by Paintswap! See all the details on the following pages:

{% content-ref url="/pages/FzFljWFZq0Gut5LyhJJh" %}
[Contract Factory](/nft-marketplace-1/minting/contract-factory.md)
{% endcontent-ref %}

## Mint your own NFT

{% hint style="info" %}
Bulk minting is now supported! Check out the next page
{% endhint %}

{% content-ref url="/pages/QN9210WfkLbqd19QkOqZ" %}
[Bulk Mint](/nft-marketplace-1/minting/bulk-mint.md)
{% endcontent-ref %}

{% hint style="success" %}
Paintswap is not responsible for your media and does not host the media or metadata. Provide only media for which you are the copyright owner and ensure it does not contain any illegal material.
{% endhint %}

{% hint style="warning" %}
Paintswap reserves the right to block sales of NFTs containing illegal material
{% endhint %}


---

# 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.paintswap.io/nft-marketplace-1/minting.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.
