# Create multi-chain NFT collections

## Mint multi-chain NFTs <a href="#heading-h.flkyt9q2a1zg" id="heading-h.flkyt9q2a1zg"></a>

You can use the Pixelport App to mint your own multi-chain NFTs into your wallet. This guide will show you how to deploy both new and existing NFT collections. After deployment, you'll mint your multi-chain NFTs.

### **Creating a new collection** <a href="#heading-h.dwz3wgav0gx5" id="heading-h.dwz3wgav0gx5"></a>

**Step 1: Connect your wallet**

1. Launch the [Pixelport App ](https://pixelport.xyz/connect)and connect your wallet. Ensure you’ve funded your wallet with native tokens for the networks you’ll interact with since the on-chain transaction requires some funds. For testnet tokens, visit this [page](/quests/network-faucets.md) for more details.

**Step 2: Create the collection**

1. Navigate to the “Create a New Collection or Import Existing” button on the NFTHub and click on it. Enter the metadata (i.e., collection name and symbol) for your collection.
2. Click the “Next” button to create your collection.

**Step 3: Deploy the collection**

1. Deploy your collection by clicking “Deploy Collection.”
2. Select the network(s) to which you want to deploy your collection and click the “Deploy” button.
3. Approve the transaction on your wallet.

### **Importing existing collection(s)** <a href="#heading-h.l5ak082zqiot" id="heading-h.l5ak082zqiot"></a>

**Step 1: Connect your wallet**

1. Launch the [Pixelport App ](https://pixelport.xyz/connect)and connect your wallet. Ensure you’ve funded your wallet with native tokens for the networks you’ll interact with since the on-chain transaction requires some funds. For testnet tokens, visit this [page](https://docs.analog.one/documentation/developers/analog-gmp/developers-guide/getting-started#prerequisites) for more details.

**Step 2: Import the collection**

1. Navigate to the “Create a New Collection or Import Existing” button on the NFT Hub portal and click on it.
2. Click on the “Add Existing Collection” button.
3. Enter the ERC-721 address associated with your collection and the networks you’d like your collection to be deployed on, and click “Next.”
4. Approve the transaction with your wallet.

### **Creating new NFTs** <a href="#heading-h.5lr306nvqvhv" id="heading-h.5lr306nvqvhv"></a>

Once you’ve deployed your collection, it’s not time to populate it with NFTs. To create a new NFT for this collection:

1. Choose which Collection you want your NFT to be in from the Collections dashboard.
2. Select the Collection you’d want the NFT to be created on the Collections dashboard.
3. Click the “Create NFT” button on the top right of the Collections dashboard.
4. Upload your NFT and enter its name (i.e., NFT name) and description.
5. Click the “Submit” button to complete the NFT creation.

### **Minting NFTs** <a href="#heading-h.2le6gmoompf" id="heading-h.2le6gmoompf"></a>

Now that you’ve deployed your collection and created some NFTs, it’s now time to mint them. Here’s how:

1. While on the NFTHub, locate your deployed collection and select it.
2. Select the NFT you want to mint and click the“Mint” button.
3. Upload your asset.&#x20;

{% hint style="info" %}
Note that Pixelport App only supports .jpeg, .jpg, and .png file types.
{% endhint %}

4. Select the blockchain you want the NFT to be minted on and click the “Mint” button.
5. Finally, approve the transaction with your wallet.


---

# 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.pixelport.xyz/guides/create-multi-chain-nft-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.
