# Creators

## Benefits

* Simply upload preview images of your collection’s art and describe your vision, and you’re ready to launch your hybrid collection.
* If your launch is successful, you can upload the official NFT metadata at any time.
* You will earn 60% of swap fees for each trade on Scattering, 10% of the raised funds, and 95% of LP fees once listed on Uniswap, providing long-term incentives for managing your collection.<br>

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

## NFT Metadata

Usually, NFT metadata is a big barrier for hybrid NFT creators. You have to worry about the art and base URI before launching.&#x20;

But now, that’s no longer a problem.

You can upload preview images when launching on Scattering and choose to upload the official NFT metadata at any time after token creation:

* Experienced NFT creators can upload the metadata immediately after token creation.
* New creators can launch with previews first, and if their launch is successful, they’ll have enough funds to hire an artist to finalize the metadata.&#x20;
* Alternatively, the Scattering team can assist with art design and metadata upload. You could contact Scattering team through twitter or discord to get the assistance. \ <br>

  <figure><img src="/files/6WXp7Tt5S8gfIUHbMxbl" alt=""><figcaption></figcaption></figure>

## Base URI

Base URI is the “folder” URL address of your NFT collection. Base URI + TokenId is the address to store your specific NFT’s metadata including the image and attributes. You can only use URI that starts with “https\://”,”http\://”.  \
\
Know more about [Base URI](https://docs.opensea.io/docs/metadata-standards)<br>

## How to Get Base URI

Step1: design the attributes of your art  \
\
Step2: Generate the whole collection’s image folder and json file \
\
Step3: Upload the image folder and json file to the metadata storage platforms like IPFS or Arweave or AWS S3 to get the base URI. \
\
You could check the [providers list here](https://developers.metaplex.com/storage-providers).<br>

## Are there any fast-track Base URI services offered by the Scattering team?

Yes. In order to lower down the creator barrier, the scattering team could help you: Generate the whole collection’s image folder and json file based on your designed attributes. ( $100USDT in 3 hours) Upload your collection’s metadata to generate the base URI.($150USDT in 4 hours) \
\
If you are interested, please contact us with the telegram link: <https://t.me/blanklee123><br>

## Three Types of Base URI

There are mainly three types based on the following scenarios, and you can choose accordingly:<br>

**Type 1: All NFTs with the same media + no JSON file:**

All NFT metadata will have the same media attachment(Image or Gif or Video)  with no attributes, suitable for membership cards.<br>

**Type 2: All NFTs with different media + no JSON file:**

The entire collection’s metadata will have different media attachments (Image or Gif or Video) , but no attributes in the metadata. This is suitable for PFPs, art, or games, and all NFT marketplaces can not easily fetch so they will not display attributes of each NFT item.<br>

**Type 3: All NFTs with different media + JSON file:**

The entire collection’s metadata will have different media attachments(Image or Gif or Video) , and there is a JSON file that records all metadata, including the attributes of each NFT item. This is suitable for PFPs, art, or games, and all NFT marketplaces can easily fetch and display attributes for each item.

\ <br>


---

# 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.scattering.io/launchpad/creators.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.
