What is a Solana NFT?
A Solana NFT is a unique token on the Solana blockchain that proves ownership of one specific item, usually a piece of digital art, a collectible or an in-game asset. The token lives in your wallet, points to metadata (name, image, traits), and can be bought, sold or transferred in seconds for a fraction of a cent in network fees.
How it works
Every NFT is an on-chain account with an owner. Ownership changes only when the owner signs a transaction, so nobody — including the marketplace — can move it without your wallet's approval.
The NFT records a link to its metadata: a small JSON file holding the name, the image URL, and a list of traits. The image itself is normally stored off-chain, on permanent storage such as Arweave or IPFS.
NFTs are grouped into collections. A collection is verified on-chain, which is how marketplaces tell a real item from a copy with the same name and picture.
What you actually own
You own the token and the right to sell or transfer it. What you can do with the artwork — personal use, commercial use, or nothing beyond display — is set by the project's own licence, not by the blockchain. Check the project's website if that matters to you.
Why Solana
Solana confirms transactions in well under a second and network fees are typically a small fraction of a cent. That makes it practical to trade low-priced NFTs, place and cancel offers freely, and run collections of tens of thousands of items. Newer standards such as Metaplex Core and compressed NFTs push the cost of minting down further still.
Where to buy them
You buy Solana NFTs on a marketplace with a Solana wallet such as Phantom, Solflare or Backpack. On Orbis you can browse hundreds of Solana collections, see listings from Orbis, Magic Eden and Tensor in one grid, and buy any of them. Step-by-step: how to buy a Solana NFT.
Frequently asked questions
Is a Solana NFT the same as a token?
It is a token, but a non-fungible one: there is exactly one of it and it cannot be split. A normal (fungible) token like SOL or USDC has many identical units.
Where is the image stored?
Usually off-chain on permanent storage such as Arweave or IPFS. The NFT stores a link to a metadata file, which in turn links to the image.
Can a marketplace take my NFT?
No. Moving an NFT requires a transaction signed by the owner's wallet. Some older listing methods moved the NFT into an escrow account while listed; the NFT goes back to you when you cancel.