Steve Zafeiriou (b. 1998, Thessaloniki, GR) is a New Media Artist, Technologist, and Founder of Saphire Labs. His practice investigates how technology can influence, shape, and occasionally distort the ways individuals perceive the external world. By employing generative algorithms, electronic circuits, and interactive installations, he examines human behavior in relation to the illusory qualities of perceived reality, inviting observers to reconsider their assumptions and interpretations.

In search of IKIGAI
dark mode light mode Search Menu
Generative Art software using Ethereum Blockchain by Steve Zafeiriou

Dynamic Blockchain Art: A framework for interactive physical NFTs

This article is provided for informational purposes only and is not an endorsement or recommendation to purchase NFTs (Non-Fungible Tokens). NFTs are highly speculative and carry significant investment risks, including the potential for complete loss of value.

Artistic expression has continually evolved alongside technology, from early experiments in computer art to today’s blockchain-based creations. 

Living Blockchain Art refers to a new paradigm of physical artworks that dynamically change their form or appearance in response to live data from blockchain systems.

These art pieces essentially “live” on a ledger, updating themselves based on inputs like weather data, cryptocurrency prices, or collector votes recorded on-chain.

This concept builds on a rich history of interactive and generative art – works that “often change and evolve in real time” as viewers interact or as data flows through them.

Spatial Existense

Living Blockchain Art takes this a step further by using decentralized networks and smart contracts to drive the evolution of the artwork, ensuring that the changes are transparent, trusted, and often autonomous.

This article provides an exploration of Living Blockchain Art.

We begin by situating the concept in the context of digital art history and examining a conceptual framework called the LIVE-ART Loop, which describes the feedback cycle between the ledger and the artwork.

We then discuss a concrete case study, Spatial Existence, an NFT-driven installation whose metadata rotates every 120 days, demonstrating the principles of dynamic art in practice.

Finally, we explore the technical implementation details; how smart contracts, token metadata logic, governance mechanisms, and embedded hardware come together to realize Living Blockchain Art. All while highlighting relevant academic insights on dynamic NFTs, oracles, and system design principles like credible neutrality.

SpatialEXistence PHASES GENERATIVE ART BY STEVEZAFEIRIOU
“Spatial Existence”, Dynamic Blockchain Art, Steve Zafeiriou 2025

From Interactive Art to Living Ledgers

Artists have long sought to create works that are not static objects but responsive processes.

As early as the 1960s, pioneers of interactive art like Myron Krueger and Roy Ascott envisioned artworks as dynamic systems that engage in a feedback loop with viewers and environments.

In interactive digital art, the “active participation of the viewer” and a “dynamic structure” are key – meaning the artwork’s state changes in response to inputs, often evolving in real time.

This blurring of boundaries between artist, audience, and artwork established a precedent for art that could incorporate external data or behavior as part of its form.

By the 2000s, with sensors, mobile devices, and the internet widely available, artists were integrating real-world data streams into installations.

These developments laid the groundwork for art that responds to live information feeds, anticipating today’s blockchain-linked creations.

Living Blockchain Art can be seen as an outgrowth of this lineage, infusing the ethos of generative and interactive art with blockchain technology.

What distinguishes Living Blockchain Art is the use of the blockchain ledger itself as an integral component of the art’s life cycle.

The artwork’s evolution is driven by on-chain events or data, and those changes can in turn be recorded back onto the blockchain – creating a continuous loop of interaction.

Interactive sculpture developed with esp32s3 development board by steve zafeiriou. The image shows a cad model of the case.

We call this the LIVE-ART Loop:

the ledger (L) provides Inputs (I) and data to a Visual (V) artwork, which Evolves (E) in response; the Art (A) then records its new state or triggers events on the ledger, Reinforcing (R) and propagating the change through Transactions (T).

In simpler terms, the blockchain acts both as a “mechanism to collect and provide data feeds” to the artwork and as the archive of the artwork’s changing states.

This loop ensures that the artwork’s narrative is transparently documented on-chain, while the artwork remains in constant dialog with the digital events that influence it.

A useful way to frame Living Blockchain Art is in comparison to the emerging notion of “dynamic NFTs” in blockchain engineering.

Traditional NFTs (non-fungible tokens) are typically static – once minted, their content and metadata remain fixed.

By contrast, dynamic NFTs (sometimes termed “NFT 2.0”) are tokens “with encoded smart contract logic that enables [them] to automatically change [their] metadata based on external events or conditions”.

Researchers Solouki and Bamakan (2022) describe dynamic NFTs as a “paradigm-shifting experience for digital asset ownership”, opening the door to tokens that can evolve over time while remaining verifiably unique on the blockchain.

In essence, Living Blockchain Art leverages dynamic NFT technology to imbue physical or hybrid art pieces with this capability of change.

The physical artwork might be paired with a dynamic NFT that governs its state, or contain embedded code that queries the token’s status on-chain.

By tying a real-time art experience to an NFT, the artwork gains what we might call a distributed life:

its “soul” or logic lives on the blockchain, and its body in the real world moves and adapts accordingly.

spatial existence blockchain sculpture

Case Study: Spatial Existence – Art on a Rotating Schedule

To illustrate the concept, consider Spatial Existence, an NFT-based art installation that implements a timed metamorphosis. 

Spatial Existence is structured as an ERC-721 token whose metadata (and thus the imagery or parameters it represents) rotates on a 120-day cycle.

Every four months, the piece transforms, for example, the visual might shift through different seasons or states – and this change is not arbitrary but triggered by the smart contract’s logic or an external data feed marking the passage of time.

Crucially, the fact that the NFT’s metadata itself updates means the change is recorded immutably on the blockchain:

Anyone can verify when and how the artwork changed by inspecting the token’s transaction history or state.

4b web

This offers a novel form of artistic time-based medium, where the ledger acts both as the clock and the journal of change.

From a technical perspective, Spatial Existence demonstrates how dynamic NFT mechanics enable scheduled evolution.

The NFT’s smart contract is programmed with a function to update its token URI (the pointer to the metadata JSON file) at set intervals.

When the update is due, a transaction is executed (automatically or by a designated oracle service) to switch the metadata to a new version.

Because the NFT standard treats the metadata as the source of an artwork’s traits (image, description, attributes), changing the URI effectively swaps the artwork’s state.

Shah et al. (2023) explain that every NFT is “uniquely identified by its metadata”, typically stored as a JSON object containing attributes like images and descriptions.

In most NFTs this JSON remains fixed, but Spatial Existence leverages a contract design where the JSON link can be changed in a controlled manner.

In doing so, it realizes the promise that “Dynamic NFTs bring the notion of adding upgradeability and interactivity to [otherwise static] NFTs”.

The result is an artwork that one might experience differently depending on when one views it – a literal embodiment of art in time.

Artistically, this also raises intriguing questions.

Is each 120-day version of Spatial Existence a separate piece, or are they all facets of one evolving work?

The blockchain’s provenance trail provides an answer:

It treats all states as part of one token’s identity, linking them chronologically.

This underscores a broader point: Living Blockchain Art introduces new narrative possibilities, where change itself becomes part of the art’s concept.

The artwork can tell a story or respond to an external narrative (seasons, market cycles, community decisions, etc.) in a verifiable way.

In Spatial Existence, the conceptual framework might be a commentary on cyclic time or collective anticipation; the ledger’s role is to coordinate and authenticate that cycle.

blockchain physical art

Technical Implementation and Design Considerations

Realizing Dynamic Blockchain Art requires an orchestration of smart contracts, data oracles, and often physical computing devices.

In this section, we outline how these components work together, and we highlight academic insights into the opportunities and challenges they present.

Generative Art software using Ethereum Blockchain by Steve Zafeiriou

Smart Contracts and Dynamic Metadata

At the core of any blockchain-driven art is a smart contract; a self-executing program on the blockchain that defines the rules for how the art’s associated token behaves.

For ERC-721 tokens (the standard for NFTs on Ethereum), the smart contract manages token ownership and provides a function to retrieve the token’s metadata URI.

Typically, once an NFT is minted, its metadata URI points to a fixed resource (often on IPFS or a web server) that describes the artwork.

Living Blockchain Art instead uses smart contracts that have built-in provisions for mutability or logic-based updates.

In dynamic NFT design, the contract may include functions like setTokenURI() that can be called under certain conditions to alter the pointer to the metadata, or it may generate the metadata on the fly based on internal variables.

Researchers have proposed frameworks to standardize such behavior.

For instance, Guidi and Michienzi (2023) review the evolution from “NFT 1.0” (static tokens) to “NFT 2.0” (dynamic tokens) and note that NFT 2.0 introduces “the possibility to interact with NFTs, compose and enhance them, [and] update their metadata”, fundamentally changing what NFTs can represent.

A key technical challenge here is how and where the metadata is stored.

If the metadata is on-chain (embedded in the contract’s state as a data structure or code), updates can be fully decentralized and permanent, but storing large media directly on-chain is costly.

interactive blockchain software

If the metadata is off-chain (e.g. on IPFS), the contract might instead hold a link and some hash to verify integrity; updating then might involve changing the link and hash when new content is available.

In either case, robust metadata governance is needed.

The mechanism by which updates occur should be secure and preferably transparent to all stakeholders, so that the artwork cannot be maliciously or arbitrarily changed by a single party after issuance.

One governance approach is to allow community or collector votes to decide how an artwork updates, as a means of participatory art.

This was exemplified by early blockchain art experiments like Primavera De Filippi’s Plantoid (2015), a mechanical sculpture that receives cryptocurrency and, upon reaching a funding threshold, lets token holders vote on the artistic direction of its “offspring”.

In such cases, the smart contract may include voting functions and require a quorum or a winning vote to trigger a change (e.g., commissioning a new state or new piece).

The concept of credible neutrality becomes important in this context: if the art’s evolution is governed by rules or votes, those rules must be perceived as fair and not biased toward any individual.

Buterin (2020) introduced credible neutrality as a guiding principle for mechanism design, wherein a system’s design should be such that it “does not discriminate for or against any specific people” and everyone can verify that the rules are applied equally.

Applying this to Living Blockchain Art means the smart contract’s logic for updates should be as impartial and transparent as possible.

For example, using open-source code, simple rules (like time-based rotation or random draws), and decentralized decision inputs when community involvement is desired.

By adhering to credible neutrality, the artwork’s evolution gains legitimacy; participants and viewers can trust that the changes are authentic to the agreed-upon logic or collective choice, rather than manipulated behind the scenes.

dark tales installtion ai agent chat

Oracles: Bridging Off-Chain Data

Many Living Blockchain Art installations will want to incorporate data from outside the blockchain, such as live weather information, financial indices, or IoT sensor readings as triggers for change.

However, smart contracts on Ethereum and similar chains “cannot access data from the external world” on their own.

This is where blockchain oracles come in.

An oracle is a trusted data feed or middleware service that delivers real-world data to smart contracts.

In practice, oracles observe some external source (e.g. an API or sensor network) and then publish that data to the blockchain in a transaction, which smart contracts can then read.

For a Living Blockchain Artwork, an oracle might tell the contract “the temperature in city X is now 30°C” or “Bitcoin’s price just crossed $110,000” or “120 days have elapsed, time to update.”

The contract, upon receiving this input, executes the predefined state change for the NFT/artwork.

Modern oracle networks such as Chainlink have become popular and are specifically designed for reliability in these scenarios.

Chainlink operates a decentralized network of nodes that fetch and validate data before delivering it on-chain.

Using a decentralized oracle mitigates the risk of relying on any single data source, which is important for maintaining credible neutrality and trust.

Shah et al. (2023) note that a dynamic NFT system can use Chainlink or similar services such that update functions “fetch off-chain data” securely.

In their implementation, whenever an update is needed, the contract makes a request to Chainlink, which in turn calls an external API and returns the result to the contract.

interactive blockchain software

This triggers the artwork’s metadata change on-chain. There is a cost – each oracle call requires a fee paid in the oracle network’s token (for example, Chainlink requires payment in LINK for its services).

Despite the cost, the benefit is that the artwork is now reacting to authenticated external events.

One example use-case is an NFT artwork that reflects weather patterns:

The contract could use a weather oracle to get daily climate data and then adjust the visuals (sunny, rainy, stormy, etc.) accordingly.

Indeed, artists have created NFTs linked to live weather data e.g., an artwork that appears “bright and scenic on a sunny day” but “dark and brooding on a stormy night,” by continuously updating based on an external weather feed (Kim Rose Art, 2021).

In an academic context, Solouki and Bamakan (2022) frame this as dynamic NFTs being synchronized with “web APIs, IoT devices, or any other source of verified data” through oracles.

They emphasize that while oracles unlock powerful interactive features, they also introduce vulnerabilities:

If an oracle is compromised or provides faulty data, the artwork can be led to undesirable or incorrect states.

Thus, the integrity of the oracle feed is as important as the integrity of the smart contract.

A robust Living Blockchain Art project will typically use well-audited oracle solutions and may even employ redundancy (multiple oracles or fallback mechanisms) to ensure the artwork isn’t easily misled by one bad data source.

elliptic promise dapp saphire

Credible Neutrality and Governance

The marriage of art and blockchain introduces not just technical questions but also governance and ethical considerations.

Artworks that evolve autonomously beg the question:

Who controls the evolution, and on what basis?

In traditional art, the artist or curator might decide when to alter or update an installation.

In Living Blockchain Art, control can be partly delegated to code or distributed among community members.

This is where the earlier concept of credible neutrality connects, especially when the evolution affects stakeholders (like NFT owners or participants who have invested in the art).

For example, if collectors vote on changes, the system handling the vote should be fair and transparent.

Voting could be implemented through a token-weighted DAO (Decentralized Autonomous Organization) where each collector’s vote is recorded on-chain and the outcome is executed by the smart contract without arbitrary interference.

Person holding Waveshare ESP32-S3 1.69 inch display module with custom digital artwork on screen in a workshop environment

This approach aligns with Buterin’s (2020) notion that high-stakes decisions should be made by “mechanisms that are credibly neutral”, so that participants accept the outcomes as legitimate.

In practice, ensuring credible neutrality might involve open-sourcing the artwork’s smart contract code and governance rules, committing to them from the start (perhaps even making the contract immutable after deployment to assure participants that rules won’t change).

It also involves using decentralized infrastructure wherever feasible.

For instance, using decentralized oracles (as discussed) instead of a centralized server, or using on-chain randomness (via verifiable random functions) instead of a potentially biased off-chain random number generator.

Indeed, the literature on blockchain oracles stresses the importance of trust: 

“Users trust that the oracle behaves correctly and that the data it supplies are correct”, so any hint of bias or vulnerability can undermine the system.

dynamic blockchain oracles

By designing the art’s data and control flows to minimize trust assumptions, the creators of Living Blockchain Art can maximize the work’s credibility and longevity.

Another aspect of governance is metadata permanence vs. change.

Interestingly, NFT marketplaces like OpenSea allow creators to “freeze metadata” – an operation after which the platform guarantees the token’s content won’t change.

Dynamic NFT art deliberately forgoes this in favor of controlled mutability.

This must be communicated clearly to collectors and audiences:

The value proposition is not a static asset, but a living one.

Some academic commentators have noted that this challenges the traditional notion of an art object.

Wang et al. (2021) observe that NFTs already flip the script on provenance by recording every change of hands on-chain.

With dynamic art, each change of state is also recorded, meaning the “provenance” now includes creative changes, not just ownership.

This arguably increases the artwork’s historical richness, future art historians could analyze how a piece changed in response to, say, major world events (if those were the triggers) with precise timestamps and authorship.

MAX30102 Heart Rate and SpO2 Results on Display – Real-time heart rate monitoring and blood oxygen (SpO2) levels recorded using the DFRobot MAX30102 sensor, visualized for Arduino health monitoring and biometric sensor projects.

From a theoretical standpoint, Living Blockchain Art also invites us to see the artwork as a system more than an object.

This echoes concepts from systems art and cybernetics.

In the 1960s, theorist Jack Burnham argued that the art of the future would be concerned with systems, interrelationships and processes, rather than static forms.

Living Blockchain Art fulfills that prophecy, as the artwork is essentially a system of smart contracts, data flows, and responsive outputs.

Its aesthetics lie as much in the logic and data (the “invisible” parts) as in the tangible or visible result.

Credible neutrality contributes to this aesthetic:

A system perceived as fair and autonomous can be appreciated as an artful mechanism in itself, not merely a means to an end.

Dark Tales esp32 scanner closeup

Embedded Hardware and Physical Displays

A distinctive feature of many Living Blockchain Art projects is the incorporation of embedded hardware like sensors, actuators, and connected devices into physical artworks.

While some dynamic NFTs remain purely digital (changing images or attributes on a screen), Living Blockchain Art often has a real-world manifestation:

e.g., an installation that physically moves, lights up, or otherwise changes its form based on on-chain commands.

Bridging the blockchain to tangible action typically involves an Internet-of-Things (IoT) setup.

A microcontroller (such as an Arduino or ESP32) can be programmed to listen for certain blockchain events (perhaps by querying a blockchain API or running a light client) and then control hardware in response.

For instance, imagine a sculpture with motors that open or close its structure depending on whether a cryptocurrency’s price goes up or down.

The microcontroller could periodically check a smart contract that the sculpture’s NFT uses for price feeds (through an oracle); when a change is detected, it triggers the motor accordingly.

Alternatively, the microcontroller could be directly paired with an oracle: some oracle services allow pushing data to both the blockchain and an IoT device simultaneously, ensuring the physical device stays in sync with the on-chain state.

Integrating hardware introduces challenges of reliability and maintenance – physical components wear out or require calibration, but it also grounds the digital phenomena in a sensory experience.

As Nurbosynova (2024) notes, interactive art often “incorporat[es] elements of performance, installation, music, and media art”, merging various forms into a holistic experience.

dark tales installtion ai agent chat

Living Blockchain Art can similarly be multimedia:

the blockchain component adds a performative, live dimension (the piece performs changes when prompted by the ledger), and the embedded hardware carries that performance out in the material world.

The use of sensors can even allow a feedback loop in the opposite direction.

For example, the artwork might sense audience proximity or environmental conditions and feed that data back to the blockchain (perhaps updating the NFT’s state).

This would create a full cybernetic loop:

environment -> artwork -> blockchain -> artwork -> environment, and so on.

The technical implementation here might involve the artwork’s device signing transactions to its own smart contract (with a key the artist preloaded) to inform the blockchain of a change, which then triggers another change in the artwork via the contract’s logic.

While such complex loops are still experimental, they illustrate the potential for artworks to become semi-autonomous agents in the blockchain ecosystem – something envisioned by projects like terra0’s self-owning forest, which tries to have a natural forest manage itself via smart contracts and sensors (Seidler et al., 2016).

Crucially, when hardware is involved, creators must ensure a synchronization between the digital and physical.

If the token says the art is in State B, the physical piece should accurately reflect State B.

This often means building redundancies: perhaps the artwork periodically checks the blockchain to confirm its current state and correct itself if out of sync.

Embedded systems in art are not new; kinetic art and robotics in art go back decades, but linking them to an immutable ledger adds a novel twist.

The blockchain can act as the “brain” or memory of the installation, while the hardware is the “body.”

4a web

This separation can actually enhance preservation:

Even if the original hardware fails, a new device could be configured later to read the blockchain state and recreate the artwork’s last known configuration.

In this sense, the ledger becomes a preservation tool for dynamic art, solving one of the major “challenges of preserving [interactive art]” that art scholars have identified.

Future restoration of a Living Blockchain Artwork might involve consulting its blockchain records to understand how it should look or behave, and then repairing or reprogramming the physical components to match that recorded state.

Conclusion

Living Blockchain Art represents a cutting-edge fusion of blockchain engineering and creative practice, transforming the way we conceive of an artwork’s lifespan and interaction with audiences.

By enabling physical artworks to dynamically evolve based on on-chain data, artists open up a realm of possibilities:

Paintings that react to global events, sculptures that change shape with market sentiment, installations co-created through decentralized community input, and artistic entities that can even autonomously “grow” or reproduce.

These possibilities rest on a robust technical foundation: smart contracts for rule enforcement, dynamic NFT metadata for representing change, decentralized oracles for trustworthy data feeds, and IoT hardware for real-world actuation.

Each of these components has been studied in recent academic literature, which provides both enthusiasm and caution.

backside of waveshare esp32-s3 2.8-inch capacitive touch display development board showing pcb traces and connectors

On one hand, dynamic NFTs are hailed as an innovation that “completely changes several key properties of NFTs”, making them more interactive and engaging.

On the other hand, researchers remind us of the security risks, oracle reliability issues, and governance complexities that come with this added dynamism.

The LIVE-ART Loop conceptualized in this article encapsulates the vision of a feedback cycle between ledger and art.

Its successful implementation hinges on credible neutrality and thoughtful design, so that the artwork’s evolution is not only technically sound but also trusted by its participants.

When done right, Living Blockchain Art can achieve a harmony between artistic intent and decentralized autonomy: the artwork behaves like a living system with its own rules, yet those rules are transparent and upheld by code.

Just as photography, video, and the internet each gave rise to new artistic genres, the blockchain is now inspiring artworks that reflect the decentralization and real-time transparency of our era.

We can see Living Blockchain Art as part of the broader trajectory of art becoming more participatory, procedural, and tied into global networks.

In conclusion, the convergence of blockchain engineering with digital art opens a novel chapter in art history. 

Spatial Existence and similar projects demonstrate that an artwork can have a lifecycle managed by smart contracts, with changes that are “trusted and agreed upon by all… executing nodes” of a network.

The credibility and permanence of the blockchain lend a new kind of integrity to evolving art:

we know what changed, when, and why, as recorded on the ledger.

References:

Buterin, V. (2020, January 3). Credible neutrality as a guiding principle. Nakamoto. https://nakamoto.com/credible-neutrality/

Guidi, B., & Michienzi, A. (2023). From NFT 1.0 to NFT 2.0: A review of the evolution of non-fungible tokens. Future Internet, 15(6), 189. https://doi.org/10.3390/fi15060189

Nurbosynova, B. (2024). Interactive digital art: Evolution, technology and challenges. Art and Criticism Studies, 10, 87–96.

Shah, Kaushal & Khokhariya, Uday & Patel, Saumya. (2023). Smart Contract-based Dynamic Non-Fungible Tokens Generation System. 10.21203/rs.3.rs-2796956/v1.

Solouki, M., & Hosseini Bamakan, S. M. (2022). An in-depth insight at digital ownership through dynamic NFTs. Procedia Computer Science, 214, 875–882. https://doi.org/10.1016/j.procs.2022.11.254

Total
0
Shares
Nostalgie World, digital 3d enviroment using threejd

Join the Newsletter

Subscribe to Konnekt Read for curated updates, critical analyses, and the latest developments at the intersection of art, technology, and human behavior.