# Creating or importing collections

{% hint style="info" %}
Important: if you already have your own smart contract with NFT collection - drop us an e-mail to [contact@fungies.io](mailto:undefined) and we'll help import them to your NFT store / marketplace!
{% endhint %}

The very first step to create your own NFT storefront or marketplace will be creating your collection. Before minting on MainNet you can connect your wallet on TestNet. Begin with some basics:

1. Create your own [MetaMask ](https://metamask.io/)wallet. See instructions on their website;
2. You will also need get ETH, BNB or MATIC (Ethereum, Binance Smart Chain, Polygon respectively) to cover the gas fees to mint your very first collection. You can create your account on [Kraken ](https://www.kraken.com/)or [Binance ](https://www.kraken.com/)to buy the tokens with credit cards or wiretransfer;
3. Once you've bought the tokens to cover your gas fees, send them to the wallet created in step 1;

Now, you should have your wallet and the tokens to cover gas fees. <br>

To create your first collection, connect your wallet with a button on top-right corner and then navigate to "Collection" on the left side:

<figure><img src="/files/attuWxse0cBzgZrRrNM1" alt=""><figcaption><p>Navigate to "Collection" tab from the left menu</p></figcaption></figure>

Next, click "Create Collection" on the top right corner, you'll be transferred to the first step of the process:

<figure><img src="/files/vDpnERHy7e5IYN1H8hCV" alt=""><figcaption><p>This is the first step to create your own NFT collection!</p></figcaption></figure>

There are different options here:

1. Choose your chain: we're EVM agnostic and that means you can create collections on any EVM-compatible chain. For now let's use Binance Smart Chain as an example;
2. There are 2 different types of Collection standards, ERC721 or ERC1155. You can read more about their differences [here](https://101blockchains.com/erc-1155-vs-erc-721/);
3. Choose the name, symbol and write a description of your collection;

Now define royalty fees for your collection. Royalties are awarded to Collection creators from secondary sales. This means that anyone buying the NFT's from your collections will be able to sell them later to someone else - and by doing that will have to contribute a percentage % back to you as an original creator:

<figure><img src="/files/3xZHQtOEZ8OoZ1wZq1SD" alt=""><figcaption><p>Define wallet address to receive your royalties and also % from here</p></figcaption></figure>

Now you're set! Click "Create" and your collection should be ready!

<figure><img src="/files/AL3g5wa1P0iVmuc6kX1U" alt=""><figcaption><p>Hang tight and let the Blockchain magic happen!</p></figcaption></figure>

In (hopefully) rare cases, you'll get a failure message. Please report them using "Report Bug" button on the bottom right corner of the app.

<figure><img src="/files/HQ75BGngf8iVep2nb0b2" alt=""><figcaption><p>If this fails let us know immediately through "Report Bug" button on far right side of the app!</p></figcaption></figure>


---

# 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://guides.fungies.io/for-developers/creating-or-importing-collections.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.
