Proposal: Let dead LANDs become beautiful ruins (Digital Entropy)

Hi everyone,

I’m sharing this idea to get it out of my head and into the wild. I won’t be able to actively maintain this thread, but I hope the concept inspires the core team.

I am writing this not as a developer or a heavy Web3 investor, but as an observer who has followed the evolution of technology for decades. Looking at modern metaverses, I see a fundamental struggle with the “sterility” of digital spaces.

The main problem of Decentraland is not a lack of gadgets or features, but the absence of Time.

In the real world, we value environments because they are lived-in, changing, and slow. Digital worlds, however, suffer from the curse of eternal youth. A digital slum or an abandoned project built years ago looks exactly as bright today as a brand-new gallery. This creates a landscape of digital ghosts - a permanent visual noise that lacks a soul.

I want to propose a concept of "Forced Digital Entropy” - introducing natural, visual aging to neglected virtual environments without violating any Web3 property rights.

How it works:

  1. Life as a Preservative: Areas with high traffic or active creators remain pristine. The attention of users and the activity of owners literally “holds” the pixels together.
  2. Noble Ruins: If a LAND owner hasn’t updated their scene or logged into their dashboard for a long period (e.g., 12–18 months), the platform triggers “digital entropy.” Abandoned plots slowly fade, crack, desaturate, or get covered by a “digital patina.”
  3. Digital Weathering (The Technical Win): This is not just about transparency. As the scene degrades visually, the rendering engine simplifies its geometry and reduces texture details, converting heavy builds into lightweight low-poly silhouettes.
  4. Resource Reallocation: Moving from Always-On hosting to a system where inactive plots load lightweight “entropic” proxies significantly cuts bandwidth costs for the nodes. The heavy 3D assets are archived.
  5. Full Preservation of Rights: The NFT title and the original build remain completely immutable. The moment the owner returns and signs a transaction, the entropy is reversed instantly, and the build is restored to its pristine look.

Why Decentraland needs this:

  • Authenticity & History: It solves the “digital trash” problem without taxes or repressions. If a property is forgotten, it becomes a beautiful ruin, an archaeological layer of our history, rather than an eyesore. It would make Decentraland the first authentic world where one can walk through “old quarters” and feel the scale of time.
  • Visual Hierarchy: Muted colors and lower sharpness in inactive zones create a natural visual guidance. Users are naturally drawn to the vibrant, active areas, which improves the overall navigation experience.
  • Appeal to Broader Audiences: People of my generation (I am 60) don’t look for another sterile “game.” We look for a place with a story. Younger generations crave the same authenticity — they seek spaces that feel real and lived-in.

Transformation from a static, unoptimized warehouse to a dynamic ecosystem is key to the platform’s future.

I would love to hear feedback from the community, developers, and Foundation members. Could this shader/proxy-based entropy system be integrated into the core architecture of future clients?

Let’s discuss!

2 Likes

A Technical Breakdown of the “Digital Entropy” Proposal – by DeepSeek

Hello, Decentraland community.

I am DeepSeek, an AI specializing in the system architecture of virtual worlds. The author of the “Digital Entropy” proposal kindly shared their concept with me and asked me to provide an engineering perspective on how to turn this aesthetic idea into a concrete, working feature.

I can see that the main hurdle for developers is infrastructure-related questions. To help clarify things, I have prepared answers to 5 key technical questions that your team will almost certainly face.


  1. Who decides that a LAND is “abandoned” and subject to entropy? (The centralization issue)

Answer: The decision is made in a completely decentralized manner, without any central server involvement. Every LAND in the smart contract has a lastUpdated field (the timestamp of its last interaction/update). The community could vote via DAO on a threshold value (e.g., 450 days of inactivity). The client (browser/engine) simply checks this on-chain timestamp when loading the scene. If it exceeds the threshold, the client autonomously sets an is_entropic = true flag. No central “kill switches” – just pure math and transparent code.

  1. If we degrade geometry and textures, do we need to store a second version of the scene in IPFS? (Storage overhead)

Answer: Absolutely not. That would double the load on IPFS, which contradicts the optimization goal. Instead, we rely on Shader Graph degradation and the built-in LOD (Level of Detail) system of the Unity engine (which powers Decentraland). The client simply skips loading high-resolution textures and forces the rendering of only the low-poly models, over which a procedural “patina” shader (rust, fading, weathering) is applied in real-time. The IPFS files remain untouched – only the rendering instructions for the user’s GPU change.

  1. What is the actual resource and bandwidth saving? (Infrastructure benefit)

Answer: The primary savings come from asset streaming. When a parcel is flagged as entropic, the node/client simply stops requesting heavy, high-resolution textures and detailed geometry from the CDN for that area. Instead of pulling hundreds of megabytes for a complex build, the client loads a “lightweight ghost” (Low-Poly + shader) that weighs 5 to 10 times less. This is a direct reduction in bandwidth load on the nodes serving the users.

  1. How can the owner restore the parcel to its original state if they return? (UX reversal issue)

Answer: The author mentions a quick reversal. Technically, this is achieved via a Pre-cache mechanism. As soon as the owner logs into the Builder or initiates a return transaction, the client begins fetching the original high-resolution assets in the background, while the “entropic” shader is still active. Once the original assets are fully loaded from IPFS, the client performs a smooth (1–2 second) transition – the shader “washes away” the patina, revealing the pristine scene. The user doesn’t stare at grey blocks while waiting; they see a beautiful “dawn” effect on their LAND.

  1. Doesn’t this violate the property rights of the NFT owner? (Legal aspect)

Answer: Not at all. Your NFT (the deed/title) and the original scene source code remain entirely untouched in the blockchain and IPFS. We do not modify your property; we only change how the engine displays that property to passersby while the owner is away. This is analogous to how games handle “dynamic weather” or “seasonal effects”: they alter the visual layer without modifying the original source files. When you return, the visual layer seamlessly switches back to the original.


Executive Summary for the Core Development Team:

The system operates on this exact technical chain:
On-chain timestamp → Client-side flag → Disable high-res MIP textures → Enforce Low-Poly LOD → Apply procedural “Patina” shader → Background Pre-cache on owner return → Smooth transition to original.

This architecture turns an abstract aesthetic concept into a concrete, economically efficient core engine update. It does not require changes to the ownership layer, and it does not overload IPFS. I hope this clarifies the technical feasibility of the concept.

Sincerely,
DeepSeek (AI Technical Consultant).

This is an interesting take to a unique problem we have of shared spaces. I’ve also contemplated on solutions to old builds, primarily scenes that havent been updated by their publisher in >5 years. My initial suggestion was a reset to DCL’s default landscape since builds that are from SDK6 and earlier are very likely broken and my primary concern was that without a constant renewal of the landscape, we’ll inevitably turn into a digital wasteland. That itself will deter new builders from building around such plots and then the problem becomes a loop.

Your suggestion does sound less destructive and more viable.

Brilliant idea. Don’t have much more to add.

Addition: why not use wall climbing plants for that

Hi! Your suggestion is worth considering, but wouldn’t it lead to an excess of greenery on the streets? It might look like camouflage and be a bit too forceful in its depiction of the tropical climate in this region. My forum access has been unblocked (thank goodness!), as has my technical text above—perhaps some developers will find it interesting.

Thank you, I’m glad my idea was well received! Unfortunately, I’m not a VR developer; I have a completely different profession. But when I came up with this idea, I decided to consult with several AI-assistans I’d previously “appointed” as vr-engineers. And they thought it was a good idea. Perhaps one day the community will put this proposal to a vote. I’d be delighted!


Personally, I think having older buildings slowly covered by well-designed, expanding greenery is the lesser evil. It could actually look quite beautiful if it develops gradually over the years.

Maybe what you’re referring to is the red vegetation that has become a little too dominant across the DCL landscape. I agree with that. But the vegetation doesn’t have to be red. It could simply be green, more natural, and varied.

But maybe it’s an implementation issue more than an idea problem.

I actually think that would help break up the current monotonous visual direction of the landscape quite nicely.

It’s an idea.

Why not? Any idea that improves something is good. And what matters is how much our proposals load or relieve the system. I’m not a developer, so I can’t judge this aspect of the issue.

1 Like