Glossary

On-Chain Art

On-chain art is artwork whose actual content — not just a link to it — is stored on the blockchain itself, so the piece exists as long as the chain does. This distinguishes it from typical NFTs, where the token lives on-chain but the image sits on IPFS or a web server that could, in principle, disappear.

Because block space is expensive, on-chain art usually stores compact representations rather than large image files: SVG code that draws the image, a generative script plus a seed that regenerates it, or small pixel data. For example, the Autoglyphs collection stores its generative drawing algorithm inside its Ethereum contract, so each artwork can be reconstructed entirely from blockchain data with no external dependency. On Bitcoin, Ordinals inscriptions achieve the same property by embedding the file directly in a transaction.

A common misconception is that all NFTs are on-chain art; most are not, and "where does the image actually live?" is one of the most useful questions to ask about any NFT. Collectors value fully on-chain work for its self-contained permanence — nothing to pin, no server to maintain, no company that must survive. The constraint breeds a distinctive aesthetic: minimal, algorithmic, and code-driven, because every byte stored costs money.