Koinlytics

What Are NFTs? Beyond The Profile Pictures

Conceptsbeginner7 min read
An NFT is a unique, transferable token that points to something off-chain. Art, domains, tickets, deeds. The tech is boring. What matters is what the pointer means.

NFTs got famous for JPEG monkeys that sold for millions. That was the marketing phase. The underlying technology, non-fungible tokens, is now used for domains, tickets, in-game items, and legal deeds. The tech is boring. The applications are not.

Fungible vs non-fungible

A dollar bill is fungible: any dollar equals any other dollar. USDC and ETH are fungible tokens.

The Mona Lisa is non-fungible: there is exactly one, and it is not interchangeable with any other painting. An NFT is that idea, on-chain: each token has a unique ID that nothing else can copy.

What an NFT actually is (technically)

An NFT is a smart contract, usually ERC-721 or ERC-1155, that keeps a mapping of {token ID → owner address}. When you 'buy an NFT', you are updating that mapping so it points at your wallet.

The token typically stores a URI (a link) to metadata, which itself links to the actual content (image, video, PDF, whatever). The content usually lives on IPFS or a normal web server. The token is the pointer. The pointer is what is unique.

Common misconceptions

Real uses beyond profile pics

How to buy and store an NFT

NFT flow

StepNotes
Pick a marketplaceOpenSea, Blur, Magic Eden (Solana)
Connect self-custody walletMetaMask, Phantom, Rainbow
Verify collection contractMatch against project official docs
Store in the same walletNFT is safest in cold storage

The one warning

NFT markets are extremely illiquid. Prices can drop 90% in a week and stay there. Buy things you actually want to keep, not as short-term investments. Everyone who bought bored ape #7834 as an 'investment' learned that lesson the hard way.

PreviousWhat Is A Token? Coins Without Their Own Blockchain NextImpermanent Loss Explained: Why Your LP APR Lies
Powered by Koinlytics · Free crypto education.

Ready to try what you just learned?

Open the Koinlytics dashboard and see the concepts live on your real portfolio.

Launch App