# Minting and Importing NFTs

NFTs are created on the [Altura marketplace](https://app.alturanft.com/), a separate website from the developer dashboard.&#x20;

All NFTs minted on Altura follow the ERC1155 standard.

Altura supports BSC, Polygon, Ethereum, Optimism, Arbitrum, Avalanche, and the Fantom blockchains. In the marketplace navigation bar, there is a network selector dropdown. Select the network you want to mint your NFTs to.

### **How to mint and import NFTs on the Altura marketplace.**

1. Connect your wallet to the Altura marketplace&#x20;
2. Click on the plus button in the navigation bar. This will take you to the create page.
3. You will have five options on the create page:&#x20;
   * [Mint NFT](/altura-documentation/getting-started/minting-and-importing-nfts/minting-individual-nfts.md)
   * Mint Collection
   * [Import Collection](/altura-documentation/getting-started/minting-and-importing-nfts/importing-collections.md)
   * [Mint Bulk NFTs](/altura-documentation/getting-started/minting-and-importing-nfts/bulk-mint-nfts.md)
   * [Create Lootbox](/altura-documentation/getting-started/lootboxes.md)
4. You then have two options to sell your NFTs:
   * You can mint these NFTs with initial supply above zero and list them for sale. This results in you paying gas fees and being the original minter of these NFTs.
   * You can mint these NFTs with initial supply of zero and [Lazy Mint](/altura-documentation/getting-started/minting-and-importing-nfts/lazy-mint-primary-sales.md) them. This allows you to have whitelists, tiered sales, zero gas and a more flexible experience.

{% hint style="info" %}
We recommend organizing your NFTs into separate collections based on the type of items they are. This will make it easier for players to browse and find the items they're looking for intuitively. Additionally, on the Altura marketplace, your game's collections will be grouped under the name of your game, making it even simpler for players to find and explore all the unique items in your game.
{% endhint %}

Remember that this is the first step in integrating NFTs into your game. Once you have minted your NFTs, you need to link them to your project and integrate them into your game using our API and SDKs.&#x20;

{% content-ref url="/pages/Mzv9Vjil7GcY5HMCzNZ7" %}
[Linking Your Collections](/altura-documentation/getting-started/linking-your-collections.md)
{% endcontent-ref %}


---

# 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.altura.com/altura-documentation/getting-started/minting-and-importing-nfts.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.
