To understand what makes my live setup possible, you first have to understand what ERC725Y actually is. At its core, ERC725Y is a smart contract standard that acts as a generic key and value store.
If you have a Universal Profile on LUKSO, you have this built directly into your blockchain identity. It allows you to attach any arbitrary piece of data to your address without needing to deploy a custom smart contract. You simply define a key, and you assign it a value.
Most people use this functionality to store basic social metadata like a profile picture, a bio, or a background banner.
But as a visual artist and a creative coder, I look at that simple key and value store and see a limitless decentralized hard drive.
I absolutely love this standard because it completely destroys the barrier between a blockchain identity and heavy application state.
It gives me the power to tie massive, highly complex software configurations directly to my identity rather than relying on a centralized database or carrying around fragile external hard drives to my shows. It transforms a simple crypto wallet into the ultimate portable save state.
I built a WebGL visual synthesizer called
@RadarVisuals to perform my live VJ sets. The amount of data required to run a live performance is staggering. My current setlist is divided into three separate workspaces, holding a combined total of nearly ninety unique scenes.
A single scene in my software is not just an image link. It is a deeply nested JSON object that dictates the real time physics for three independent visual layers.
It holds the exact math for speed, scale, drift, rotation angles, and blend modes. It stores the active state of hardware melting shaders like liquid distortion, CRT scanlines, and volumetric lighting. It even memorizes the routing for a custom modulation matrix where low frequency oscillators and audio reactive frequency bands are constantly warping values on the fly.
On top of those ninety scenes, I have a massive dictionary of global application settings. I store comprehensive MIDI mappings so my physical hardware controller knows exactly which software knob to turn. I have video mapping coordinates for club projectors.
But the absolute craziest part is the LSP1 event registry. My setup listens to the LUKSO blockchain in real time while I perform. I have custom visual reactions hardwired into my profile. If someone in the crowd sends a token or follows me during a set, the software intercepts that on chain event and instantly triggers a neon shockwave or a color pulse on the venue screens. The audience literally manipulates the club visuals just by interacting with my profile.
If you tried to build this in a traditional tech stack, you would need a heavy backend database with dozens of tables just to load a user profile. If you tried to write all these parameters directly into a standard smart contract, you would hit block gas limits immediately and go bankrupt on network fees. Here is how ERC725Y completely bypasses all of that.
When I hit save in RADAR, the engine scoops up all ninety scenes, the MIDI maps, the audio thresholds, and the smart contract event reactions, and dumps them into one massive JSON file. That file gets pinned to IPFS. Then my application makes one incredibly cheap transaction. It updates exactly one custom ERC725Y key on my Universal Profile called the Root Storage Pointer with the new IPFS hash.
The performance unlock here is ridiculous. Because the heavy computation happens entirely off chain, my WebGL engine parses that JSON, boots instantly, and pushes a flawless one hundred and twenty frames per second. The blockchain never bottlenecks the art, it just securely anchors the state of it.
For years, we have treated blockchain wallets like digital backpacks just meant to hold tokens and receipts. ERC725Y allowed me to turn my on chain identity into a fully functional, globally accessible creative studio.
I no longer panic about hard drive failures, lost cables, or crashed laptops before a gig. I can walk out of my studio here in Belgium, fly to a gig anywhere in the world completely empty handed, borrow a random computer, and connect my Universal Profile.
In less than a second, my entire ninety scene setlist, my hardware mappings, and my interactive crowd reactions rebuild themselves perfectly on the screen.
My entire life's work as a visual artist is anchored safely to my profile, ready to be summoned onto any screen on earth in a fraction of a second. It is the ultimate creative freedom. And this is exactly why I love ERC725Y.
#LUKSO $LYX