← Back to blog
Deep dive15 January 2026 · 6 min read · Superteam Czech

Metaplex Core vs. Token Metadata

When to reach for Metaplex Core, and when the older Token Metadata standard still makes more sense.

Metaplex now gives you two solid paths for NFTs. Picking the right one early saves a lot of rework.

Reach for Core when

  • You want lower cost and a simpler account model
  • You are starting fresh and do not need legacy compatibility
  • You want first-class plugins for things like royalties

Stick with Token Metadata when

  • You need compatibility with existing tooling and marketplaces
  • Your collection already lives in the Token Metadata world

Bottom line

For most new projects, Core is the default. Use Token Metadata when ecosystem compatibility is the priority. Check the Metaplex docs for the current feature matrix before you commit.