GitHub
github.com › protocol › nft-website › blob › main › docs › guides › mutable-nfts.md
nft-website/docs/guides/mutable-nfts.md at main · protocol/nft-website
This guide walks through several ways to securely create and manage NFTs that change over time, also known as mutable NFTs.
Author protocol
LooksMutable
looksmutable.com
Are your NFTs on the blockchain? | Check your NFTs - LooksMutable
Why is this a thing? Aren't all NFTs immutable and uneditable? ... Simply put: mutable NFTs can be modified by their creator at any time.
Videos
24:38
Immutable X Analysis | IMX is a Must-Have 5x Token - YouTube
- YouTube
04:13
How To Use Immutable X (NFT Beginner's Guide) - YouTube
09:42
IT'S HERE! Immutable X IMX Coinlist token sale | Gasless NFT Games ...
07:30
Moving assets between ETHEREUM and IMMUTABLE X - YouTube
Reddit
reddit.com › r/ethereum › a few technical questions about nfts - mutability and off-chain data
r/ethereum on Reddit: A few technical questions about NFTs - mutability and off-chain data
December 20, 2021 - I think I have decent understanding of NFTs after reading https://eips.ethereum.org/EIPS/eip-721 but I have the following questions that doesn't seem to have been answered adequately anywhere. Issues with mutability of URI in the metadata While there are use-cases where it is helpful to have it mutable...
Looksmutable
looksmutable.com › mutable-nfts
What are mutable NFTs? Why are they bad? What's the difference?
P.S.: If you're interested in a more in-depth explanation, here's why your NFT might not be on the blockchain. ... Simply put: mutable NFTs can be modified by their creator at any time.
Rameerez
rameerez.com › home › blog › problems and technical nuances of nft immutability and ipfs
Problems and technical nuances of NFT immutability and IPFS
February 12, 2022 - The problem of immutability is: the majority of all NFTs store their data in centralized servers. NFTs are portrayed as being fully on-chain, as something immutable that allows holders to fully own digital pieces of art forever. That’s just not the case. Well over half of all NFTs are mutable.
Steemit
steemit.com › develop › @marcosdk › modifying-mutable-data-for-atomicassets-nfts-eosio-blockchains
Modifying mutable data for AtomicAssets' NFTs (EOSIO Blockchains) — Steemit
September 18, 2021 - Authorized_editor: the name of the account which must be authorized to access the collection the NFT belongs to. Asset_owner: the name of the account belonging to the current owner of the asset -it is not necessary to be the owner of the asset in order to modify its mutable data; you just need to be authorized to do so, or be its creator.
Base
docs.base.org › cookbook › nfts › dynamic-nfts
Building dynamic NFTs - Base Documentation
Using Irys’s mutability features, you create a single, static URL that is linked to a series of transactions. Then, you can add a new transaction to the series at any time, and the URL will always resolve to the most recent transaction. You’ll mint your NFT using a mutable-style URL, and then push updates to that URL.
Hexn
hexn.io › blog › understanding dynamic nfts
Dynamic NFTs Explained: How Mutable Tokens Work and Why They Matter | Hexn
October 21, 2025 - Dynamic NFTs can store or reference up-to-date information about properties or other real-world assets, improving transparency for buyers, sellers, and service providers. Artists can design pieces that evolve with time, audience interaction, or external signals such as weather or market data. These works emphasize change and participation, allowing collectors to own art that is alive and responsive instead of frozen at a single moment. Mutable tokens introduce new trade-offs.
InvenGlobal
invenglobal.com › articles › 16997 › mutable-nfts-are-pushing-the-boundary-for-play-to-earn-games
Mutable NFTs Are Pushing The Boundary For Play-To-Earn Games - Inven Global
August 3, 2022 - What cannot be changed about immutable NFTs is their underlying data. That’s because they possess permanently unchangeable traits that are recorded on the blockchain and can never be altered. The new breed of mutable NFTs on the other hand comes with data and traits that can change over time via outside interference.
Mutagen
mutagen.xyz
Mutagen.xyz
It includes 40 NFTs (Geneses) that are on-chain mutable and revenue-generating.
Stack Exchange
solana.stackexchange.com › questions › 19809 › how-can-i-mint-an-nft-in-solana-where-the-metadata-is-mutable-and-update-the-met
How can I mint an NFT in Solana where the metadata is mutable and update the metadata later on using .net library? - Solana Stack Exchange
Mint the NFT with the Metaplex standard, which allows for metadata storage. Store metadata off-chain on services like IPFS or Arweave. Set the metadata as mutable by creating a metadata account with a reference to the off-chain URI.