Guide
How to Make a Solana NFT: Steps and Costs to Mint Your Own

The Short Answer
Making a Solana NFT is easier than you might think. All you need are three things: (1) a wallet like Phantom, (2) a small amount of SOL to cover gas fees, and (3) a "minting tool" that inscribes your image and its metadata onto the blockchain. Individual creators can mint without writing a single line of code. As for cost, minting a single standard NFT runs about 0.012 SOL (a few cents' worth), and if you need to distribute thousands to millions of items, compressed NFTs (cNFTs) make it dramatically cheaper. This guide walks you through the concept, what you need, the main tools, the costs, and the pitfalls — all in one place.
Key takeaways
- Minting an NFT = recording an image and its metadata on the blockchain to prove ownership
- You need just three things: a wallet, a little SOL, and a minting tool
- A standard NFT costs about 0.012 SOL each; for mass distribution, compressed NFTs (cNFTs) slash the cost
- AI-generated art is fine, but using someone else's artwork without permission is not. Stay alert to scams (fake mint sites)
What Does "Minting" Actually Mean?
Minting is the process of recording digital data — an image, a piece of music, a ticket — onto the Solana blockchain as a "unique asset." The term borrows from coinage (as in minting a coin). Once you mint, the chain permanently records who owns the asset and what its metadata is (name, description, image URL), in a form that anyone can verify.
Solana is a popular choice because its fees are extremely low and its processing is fast. On Ethereum, a single mint can cost several dollars, whereas on Solana a transaction runs about 0.000005 SOL — an almost negligible amount. If you want to brush up on NFT fundamentals first, start with How to Get Started with Solana NFTs to get the big picture.
The Three Things You Need to Mint
| What you need | Examples | Role |
|---|---|---|
| Wallet | Phantom / Solflare | Stores your assets and signs to approve the mint |
| SOL (a small amount) | Around 0.05–0.1 SOL is plenty | Gas fees and account-rent deposits |
| Minting tool | Metaplex / Crossmint, etc. | Records the image and metadata on-chain |
For setting up a wallet, see How to Use Phantom. Buy SOL on an exchange and send it to your own wallet address. Even a small amount works, but with zero SOL you won't be able to cover the gas fee at mint time and will hit an error — so give yourself a little cushion.
Comparing the Main Minting Tools
Choose a tool based on your goal (one-off piece / collection / mass distribution, and whether you want to write code).
| Tool | No-code | Best for | Notes |
|---|---|---|---|
| Metaplex Core | Yes (has Web UI) | One-off or small runs | Solana's new standard. Single-account design keeps costs low |
| Metaplex Candy Machine | Partial (needs setup) | Collection drops like PFPs | Builds a bulk-sale mint page for thousands of items |
| Crossmint | Fully | People who want to mint and distribute without code | Mint from a dashboard; also supports compressed NFTs |
| Bubblegum (cNFT) | No (developer-oriented) | Mass distribution of tens of thousands to millions | State compression cuts cost to nearly 1/1,000 |
If you just want to make a single NFT to try it out, Metaplex's Web UI or Crossmint's no-code minting is the fastest path. If you're comfortable coding, working with Metaplex's Umi/Candy Machine in TypeScript gives you far more flexibility.
The Minting Steps (The Common Flow)
- Prepare your wallet and deposit a small amount of SOL
- Prepare your image (original illustration, photo, AI-generated concept art, etc.)
- Create the metadata (name, description, attributes). The standard practice is to store the image itself on decentralized storage such as Arweave or IPFS and reference that URL in the metadata
- Connect to the minting tool and approve (sign) with your wallet
- Done. Confirm it displays correctly in your wallet or a block explorer (such as Solana Explorer)
If you're building a collection, create a "parent collection NFT" first and link each item to it — this ensures marketplaces group them correctly.
What It Costs
Costs are fixed in SOL terms, and the dollar equivalent moves with the SOL price (check the latest rate on official sources or an exchange).
- Minting one standard NFT: about 0.012 SOL (a rough figure including the deposit for the metadata-storage account)
- Fee per transaction: about 0.000005 SOL
- 1 million compressed NFTs (cNFTs): roughly $110 total (per Solana's official estimate)
In other words, standard NFTs are plenty for "a handful to a few dozen" pieces, while compressed NFTs are the realistic choice when you want to distribute "thousands to millions" (membership cards, tickets, game items, and the like).
Cutting Costs with Compressed NFTs (cNFTs)
What dramatically lowers the cost of mass minting is the compressed NFT (cNFT), which uses Solana's State Compression. A standard NFT creates a dedicated account and posts a deposit for each item, whereas a cNFT compresses the data into a "Merkle tree" and records it to the ledger through Metaplex's Bubblegum program. Because only a cryptographic fingerprint (hash) is left on-chain, storage costs shrink by orders of magnitude.
By Solana's own estimate, minting 1 million items costs roughly $120,000 the traditional way versus about $110 with cNFTs. Note that reading and displaying cNFTs requires an RPC with Read API support (such as Helius or QuickNode), and the implementation is developer-oriented. For the mechanics in detail, see What Are Compressed NFTs (cNFTs)?.
What you must know before minting (YMYL)
- Copyright: Turning someone else's illustration, photo, or character into an NFT without permission is infringement. Even with AI generation, be careful about imitating training sources or existing works — always use material you have the rights to.
- Scams: Phishing sites posing as "free mints" that request malicious signatures when you connect your wallet are widespread. Always check what you're approving (what access you're granting).
- This article is educational, not investment advice. It does not guarantee that minting or trading NFTs will be profitable. Confirm price-volatility risks and tax obligations (in many jurisdictions, gains from transfers or sales can be taxable) on your own responsibility.
Frequently Asked Questions
Q. Can I create a Solana NFT even if I can't program? A. Yes. Using Crossmint's dashboard or Metaplex's Web UI, you can upload an image and mint without writing any code. It's best to try a single NFT first, then move on to a collection.
Q. How much does it cost to mint? A. About 0.012 SOL for a single standard NFT (the dollar equivalent depends on the SOL price). The fee itself is tiny — about 0.000005 SOL per transaction. Mass minting gets far cheaper with compressed NFTs.
Q. How do I decide between standard NFTs and compressed NFTs (cNFTs)? A. For a handful to a few dozen works, standard NFTs are plenty. If you're distributing thousands or more — membership cards, tickets, in-game items — compressed NFTs, which can cut cost to nearly 1/1,000, are the better fit.
Q. Where can I sell the NFTs I've minted? A. You can list them on Solana-compatible marketplaces such as Magic Eden and Tensor. Listing also requires connecting your wallet and a small gas fee.
Sources
Sources
FAQ
- Can I create a Solana NFT even if I can't program?
- Yes. Using Crossmint's dashboard or Metaplex's Web UI, you can upload an image and mint without writing any code. It's best to try a single NFT first, then move on to a collection.
- How much does it cost to mint a Solana NFT?
- About 0.012 SOL for a single standard NFT (the dollar equivalent depends on the SOL price). The fee itself is tiny — about 0.000005 SOL per transaction. Mass minting gets far cheaper with compressed NFTs.
- How do I decide between standard NFTs and compressed NFTs (cNFTs)?
- For a handful to a few dozen works, standard NFTs are plenty. If you're distributing thousands or more — membership cards, tickets, in-game items — compressed NFTs, which can cut cost to nearly 1/1,000, are the better fit.
- Where can I sell the NFTs I've minted?
- You can list them on Solana-compatible marketplaces such as Magic Eden and Tensor. Listing also requires connecting your wallet and a small gas fee.
This article is informational only and is not financial, investment, or trading advice. Prices are reference snapshots and may be outdated. Always do your own research.