In the rapidly evolving realm of Non-Fungible Tokens (NFTs), distinguishing between “in-chain” and “on-chain” is crucial for understanding how digital artworks are stored and processed within the blockchain ecosystem. This article delves into the nuanced differences between these two concepts, shedding light on their implications for NFT artwork and its interaction with blockchain technology.

In-Chain vs. On-Chain: Definitions and Distinctions

In-Chain refers to data that is both stored and processed on the blockchain. When applied to NFT artwork, this means that the media is processed into its displayable form by the blockchain’s first execution layer, such as the Ethereum Virtual Machine (EVM) for Ethereum. This process ensures that the artwork does not require Turing complete processing after the initial on-chain execution, making it directly observable from the blockchain without additional post-chain processing.

On-Chain, in contrast, pertains to data that is stored on the blockchain but processed off-chain. This means that while the media is stored within the blockchain, the actual rendering and processing of the artwork occur off-chain, often in real-time and using external technologies like JavaScript. NFTs that necessitate such Post-Chain Processing (PCP) include those that are displayed or interacted with through browsers, desktop applications, or games.

Challenges and Considerations

Selecting the appropriate level of in-chain versus on-chain processing for a specific media type involves navigating multiple challenges. These include considering the media’s format (e.g., raster image, interactive vector image, sound) and the processing capabilities required at each layer (EVM to JavaScript, Equalizer, etc.). The decision hinges on the unique requirements and constraints of each use case, aiming to strike a balance between on-chain storage efficiency and off-chain processing flexibility.

Differentiating between pure SVG/HTML and Turing-complete languages highlights a conceptual challenge due to the inherent nature of SVG (Scalable Vector Graphics) and HTML (HyperText Markup Language) as descriptive languages, rather than computational or programming languages. SVG and HTML are fundamentally designed to describe the layout, structure, and presentation of content on the web, lacking the ability to perform arbitrary computations or algorithmic processes that define Turing completeness. This distinction becomes blurred when considering the interactive and dynamic capabilities that can be embedded within SVG and HTML documents through the use of JavaScript and CSS. While SVG and HTML alone do not possess the computational capabilities to be considered Turing complete, their integration with scripting languages enables them to support complex interactions and behaviors, making it difficult to separate their descriptive nature from the potential for Turing-complete operations facilitated by external scripts. This complexity underscores the challenge in categorizing SVG and HTML strictly as non-Turing-complete languages, especially in the context of modern web applications where the lines between content description and computational logic increasingly intersect.

Media Types and Post-Chain Processing

The following table highlights various media types and their requirements for Post-Chain Processing (PCP):

Media types with Post-Chain Processing:

Media Audio Image PCP Example Comments
BMP X MoonBirds, ReaperGambitEpitaph Stored on Ethereum mainnet
GIF X n/a n/a
GLTF X ? SkyLight Bitcoin Ordinal 489270
JPG X n/a n/a
MP4 X X ? n/a May contains multiple media streams
WAV X Bleeps On-chain sound note
OGG X X X n/a n/a
HTML X X X Yet Another Doom Clone Ordinal 466
SVG X X X n/a n/a

These examples underscore the versatility and potential of in-chain NFTs for ensuring compatibility across various devices and platforms, opening new avenues for interactive and dynamic artwork creation via smart contracts.

Costs

In-chain data insertion typically incurs lower costs compared to on-chain methods due to the ability to leverage RPC provider execution to optimize the final artwork. The specifics of cost reduction may vary across different implementations. Additionally, storage maintenance is often provided at no additional cost on most blockchains.

Conversely, off-chain storage solutions are significantly more cost-effective but require ongoing maintenance. Over an extended period, these maintenance expenses can accumulate, potentially surpassing the initial cost savings.

Conclusion

The distinction between in-chain and on-chain NFTs lies at the heart of how digital artworks are stored, processed, and experienced within the blockchain framework. While in-chain NFTs offer a seamless experience without the need for additional processing, on-chain NFTs provide a canvas for more complex and interactive artworks, albeit with the requirement for external processing resources. As the NFT landscape continues to evolve, understanding these nuances becomes paramount for creators, collectors, and technologists alike.

Future work - NFT Dynamism

NFT can be interactive and evolve, here is a mind map laying out the disambiugation work.

Click here if you have trouble navigating the document.

More ressources: