# Create Solana NFT Smart Contract

{% content-ref url="/pages/keQK0RRBcuXOK40uYQxE" %}
[FAQ Smart Contract](/smart-contract/faq-smart-contract.md)
{% endcontent-ref %}

***

{% hint style="success" %}
Solana Contract Free and no hidden Fees, including IPFS upload + Mint site + Smart Contract&#x20;
{% endhint %}

### ▶️ Log in with Solana

Be sure you log in with your Solana Phantom wallet [https://app.imintify.com](https://app.imintify.com/)

Open the Smart Contract deploy the app [ ](https://nft.imintify.com/nft-collection/create)<https://nft.imintify.com/nft-collection/create>

#### 🧪 Choose Network on the right top&#x20;

Keep it on Mainnet or Change it to Devnet for testing purposes.

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

🆕 Create new Smart Contract

Click on the button **New Smart Contract** and Choose the [Solana Contract](/smart-contract/pre-built-contracts/nft-solana-contract.md)

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

#### ⚙️ Contract Metadata&#x20;

Fill in the **Project details** and **Collection settings.**

#### 🐸 Upload images & Metadata

Just drag and drop your images and the same for metadata.

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

#### ✅ Deploy Contract

Click and **Deploy** your Contract to the Blockchain. \
\
1\. **Pay the Solana network fees** to proceed with your contract. This will include:

{% hint style="warning" %}
**You need to pay Solana Network fees to deploy and a Rent fee to Solana.**\
\
**Solana Network Fees**

* Every time you do something on the Solana blockchain (like deploy a contract, create an NFT, or send a transaction), you pay a **network fee** (sometimes called a “transaction fee”).
* This fee is very small (usually less than $0.01 per transaction) and goes to the validators who run the network.

#### **Rent Fee**

* On Solana, certain actions, storing NFT data require you to pay a **“rent fee.”**
* This is a one-time payment to store your data/account on the blockchain **forever.**
* For NFTs, this usually means every token and its metadata needs rent to be “rent-exempt”so it won’t get deleted.
* Rent keeps Solana’s network efficient: it discourages spamming the blockchain with too much unused data.

<br>
{% endhint %}

#### ✅ Update your Mint settings and Mint website if needed

<div><figure><img src="/files/cc0Prwhl6aMU47QTiaxW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8uqxmWah81mEd3H5tJLZ" alt=""><figcaption></figcaption></figure></div>

### 🎉 Your NFT Collection is ready to Mint!

You can proceed to [create an NFT Website](/website-builder/create-an-nft-website.md) to make Minting available to the public. &#x20;


---

# 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.imintify.com/smart-contract/create-solana-nft-smart-contract.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.
