# Launching your collection

To apply, simply fill out the form after clicking 'Apply for Launchpad'. Provide all the necessary details about your project, and our team will review your application. We will contact you shortly after reviewing your submission.

### Fees

We charge a one-time fee of 250 $S on submission of the project. This fee is used to cover the cost of the infrastructure and services required to launch your NFT collection on the Sonic blockchain. There is also a fee of 5% of the mint price for each NFT that is minted.

Same as the Paintswap marketplace fees, 50% of all fees are used to buy brush and burn it on the open marketplace. 4% to Beardies/Colorful Coal holders. The rest is used for infrastructure to keep the launchpad running!&#x20;

### Whitelist

The whitelist feature allows creators to set up a whitelist for their NFT collection. This means that only a limited number of addresses are allowed to mint NFTs for your collection. This is a great way to ensure that select community members have a chance to mint NFTs for your collection before the public. Platform also provides ability to set special pricing for whitelist mint

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

### Structuring NFT Collection&#x20;

Either the metadata file should be a single valid JSON file with an array of your metadata and named metadata.json, or alternatively individual JSON files for each NFT. The image field should use the placeholder 1.png, 2.png, 3.png, etc. so that once images are uploaded we can replace with the IPFS CID. animation\_url is not currently supported for our hosting.

### Referral&#x20;

The referral program is a way for you to incentivize users to refer others to your project. When a user is referred, the referrer will receive a finder's fee from the sale that you can set. You can add up to 100 referral addresses.

<figure><img src="/files/80CcWMOED7bbgOgNzc1t" alt=""><figcaption></figcaption></figure>

* Only Allowed Referrers: You can added up to 100 addresses. This prevent users from referring themselves&#x20;
* Any Referrers: There will be no restriction on who can refer others to your project

### Restrictions

Launching NSFW material through Paintswap Launchpad is not permitted. This includes but is not limited to: adult content, explicit content, gore, or any other content that is considered NSFW.

{% hint style="success" %}
You can go to [https://launchpad-beta.paintswap.io](https://launchpad-beta.paintswap.io/) and test launch your collection. Your IPFS files will be removed after a few days.
{% 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/paintswap-dapp-suite/nft-launchpad/launching-your-collection.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.
