NFTs (Non-Fungible Tokens)

Unique digital items on-chain.

In one minute

Educational only — not financial or legal advice. Verify contracts, read licenses/rights, and start with tiny test transactions.

How NFTs work (plain English)

Standards

  • ERC-721: One unique token per ID (classic NFTs).
  • ERC-1155: Multi-token standard (mix of unique and batchable items — great for games/tickets).
  • Other chains have equivalents (e.g., SPL on Solana).

Metadata & media

  • Token → metadata JSON (name, description, attributes, image link).
  • Media can be on centralized URLs or content-addressed storage where the link is the file’s hash (more tamper-resistant).
  • See On-chain vs Off-chain for storage trade-offs.

Minting

Creating the token. A mint transaction writes the NFT to the chain and assigns it to a wallet.

Transfers

Sending the NFT to another wallet updates ownership on-chain. You pay gas in the chain’s native coin.

What you “own” (and what you don’t)

Always read the project’s license/terms. This page is not legal advice.

Common NFT uses

Art & collectibles

Editioned or 1/1 pieces with on-chain provenance.

Tickets & membership

Event passes, subscriptions, or token-gated communities.

Gaming & items

Skins, weapons, characters, or land with verifiable ownership and trading.

Certificates

Proofs of attendance, diplomas, credentials — easy verification, no paper shuffle.

Media unlocks

Tokens that unlock files, streams, or bonus content via token-gating.

Buying your first NFT (step-by-step)

  1. Pick the chain (e.g., Ethereum or a Layer 2). Add a little native coin for gas.
  2. Verify the collection from official links (website/Docs/socials). Beware of copycat contracts.
  3. Connect wallet on the correct network; review marketplace permissions.
  4. Check metadata (traits, edition size, token ID) and storage (URL vs content-addressed).
  5. Buy or bid. After confirmation, the NFT shows in your wallet/marketplace profile.

If the NFT doesn’t appear, add the contract address manually or use the marketplace viewer.

Minting an NFT (creator basics)

  1. Prepare artwork/media and a metadata JSON (name, description, traits, image link).
  2. Upload media to reliable storage (consider content-addressed approaches).
  3. Deploy or use a reputable minting contract (ERC-721/1155). Test on a testnet or with one token first.
  4. Set royalties (if supported) and publish official links (site, explorer, contract address).
  5. Document your license (personal use, commercial allowed, or CC0/other) in metadata and your site.

Good documentation and clear rights reduce confusion later.

Storage choices (why it matters)

Learn more: On-chain vs Off-chain.

Ordinals vs NFTs (quick note)

See: Ordinals.

Risks & how to manage them

  • Phishing & fake sites: Bookmark official URLs; avoid DMs. Check the exact contract address.
  • Rug pulls/edits: Centralized metadata can be changed; prefer content-addressed storage and reputable teams.
  • Unlimited approvals: Don’t grant infinite token approvals to random contracts.
  • Illiquidity & volatility: Prices can swing; some items may be hard to resell.
  • Royalties not guaranteed: Depends on marketplace policy and contract design.
  • Legal/IP: Ownership of the token isn’t the same as copyright. Read the project’s license/terms.
  • Fake airdrops: Don’t interact with surprise NFTs from unknown senders.
  • Wrong network: Make sure wallet network matches the NFT’s chain.

Simple checklists

Before buying

  • Official contract address verified?
  • Storage type understood (URL vs content-addressed vs on-chain)?
  • Edition size and traits make sense?
  • Marketplace and royalty policy reviewed?
  • Gas on the correct network available?

Before minting (as a creator)

  • Clear license/rights text prepared?
  • Media stored reliably (prefer content-addressed) and backups kept?
  • Contracts audited/battle-tested or deployed by reputable services?
  • Royalties configured (if desired) and disclosed?
  • Official links and contract published for buyers to verify?

Educational content only. Do your own research.

Quick glossary

More crypto topics