Skip to main content

Dynamic NFT games: when a "living NFT" actually changes

Updated July 12, 2026

Search "dynamic NFT" and you'll get developer documentation: Chainlink use-case lists, exchange-academy explainers, smart-contract tutorials. All accurate, none of them written for the person actually asking the question, which is usually a player wondering: are there games where the NFT isn't just a frozen JPEG — where the thing I own actually grows? Short answer: yes, but far fewer than the marketing suggests, and "changes" means three very different things depending on the game. Here's the player's version.

What a dynamic NFT is, in one paragraph

A normal NFT is a permanent token ID pointing at fixed metadata — the deed never changes and neither does the house. A dynamic NFT (sometimes "living NFT" or dNFT) keeps the permanent token ID but lets the metadata update: the deed stays the deed, while the house gets renovated. The update can be triggered by things you do in a game, by time passing, or by outside data feeds. That's the whole trick. The interesting questions are all downstream: what changes, who decides, and where the changing state actually lives.

The three levels of "it changes"

Level 1 — cosmetic dynamics. The artwork or badge swaps when conditions are met: an egg hatches, a card gets a foil border after a tournament, a season changes the background. This is most of what ships under the "dynamic NFT" banner. It's a nice collectible mechanic; it is not a living thing. If the roadmap language is grander than "the picture updates," check what else does.

Level 2 — stat dynamics. Gameplay writes numbers back to the token's metadata: your creature's level, win record, evolution stage. Early experiments (Axie-era breeding games, evolving Pokémon-likes on various chains) live here. The token now carries history, which is genuinely more interesting — a leveled character is distinguishable from a fresh mint. But stats are still a spreadsheet. Two level-40 creatures with identical numbers are interchangeable.

Level 3 — behavioral dynamics. The thing the token anchors has state that changes how it acts, not just how it looks or what it scores: an AI character whose personality drifts with experience, whose memories accumulate, whose relationship with you is part of its state. This is the newest and rarest level, and it's the one we build — our companions are AI characters with persistent memory and personality traits anchored to a Solana NFT. We laid out how that anchoring works (and what it honestly can't do) in NFTs with AI personalities.

The honest catch: most of the "living" part lives off-chain

Here's the part dev-docs explain and marketing pages don't. A blockchain is a terrible place to store a growing creature. What's on-chain is the token, ownership, and usually a pointer plus some traits. The evolving state — game stats in a database, AI memories in a vector store, the model that generates behavior — lives on servers, and the chain records checkpoints or hashes of it at best. That's true of every dynamic NFT game we know of, ours included. It isn't a scandal; it's physics and economics. But it means "your NFT lives forever" needs the same asterisk every online game carries: the token persists even if the studio dies, the behavior needs running infrastructure. We wrote the uncomfortable version of that in when companion apps shut down.

Questions that sort real dynamics from a slideshow

Ask these of any game claiming living NFTs. What exactly updates — art, stats, or behavior? (Levels 1–3 above; most projects are Level 1 wearing Level 3's vocabulary.) What triggers the update — my play, or the studio's content calendar? Player-driven change is a mechanic; studio-driven change is a newsletter. Where does the changing state live, and what survives if the servers stop? Any honest team can answer this in two sentences. Can I see a specific token's history? If growth is real, it's inspectable. And if the pitch leans on what the NFT will be worth rather than what it does in the game, close the tab — that's a different product, and we keep price talk out of ours on purpose. The basics of what NFT ownership does and doesn't get you are in how NFT game items work.

Why this category is worth watching anyway

Skepticism aside, there's a real idea here. A static NFT answers "what do you own?" A dynamic one can answer "what happened to it while you owned it?" — and history is what makes owned things feel like yours. A creature that hatched, leveled, and remembers the caves you dug through together is a different object from its mint-day self, in a way no static collectible can be. Whether that's delivered by metadata swaps or by an AI with a memory store, the direction is the same: tokens that accumulate a past. The games that get this right will be the ones where the past is legible — you can point at what changed and say when and why.