> For the complete documentation index, see [llms.txt](https://wp.gotmlabz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.gotmlabz.io/upcoming/art-upgrade.md).

# Art Upgrade

## 🎨 Art Upgrade Mechanism

The **GZ-S1 Protocol** by **GOTM Labz** isn't just for SPL redemptions — it also powers **NFT-to-NFT upgrade flows**, where users can upgrade their NFT. This enables dynamic evolution of NFT art, traits, and metadata while maintaining a secure, transparent on-chain process.

***

## 🔄 Core Functionality:

* **NFT Swap:** The original NFT metadata is permanently wiped, and new metadata is added to an upgraded NFT, minted directly to the user’s wallet.
* <mark style="color:purple;">**One-Way Transformation:**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">The upgrade is irreversible — once upgraded, the original can’t be retrieved, making this ideal for controlled evolution or deflationary mechanics.</mark>
* **Metadata Evolution:** Upgraded NFTs can feature enhanced visuals, animated traits, new backgrounds, rarity boosts, or lore changes — all while keeping a link to the original burn record.

***

## 🧩 How It Works:

1. **User holds a base NFT.**\
   This NFT must be part of a collection whitelisted for GZ-S1 upgrade flow.
2. **GZ-S1 verifies eligibility.**\
   It checks the NFT’s collection, traits, and upgrade status to ensure it qualifies.
3. **User initiates the upgrade transaction.**\
   This triggers the protocol to wipe the metadata of the NFT.
4. **User receives upgraded NFT.**\
   A brand-new NFT is created to the user’s wallet, often with upgraded art, new rarity, or enhanced metadata.

***

## ⚙️ Use Cases:

* **Art Refresh:** Upgrade static art NFTs to animated or re-rendered versions.
* **Seasonal Evolutions:** Allow NFTs to change with events (e.g., summer → winter edition, or day → night themes).
* **Gamified Trait Progression:** Burn-to-upgrade logic tied to leveling, story arcs, or community quests.

***

## 💡 Advanced Features:

* **Trait-Based Upgrades:** Specific NFTs with rare attributes can unlock unique upgrade paths.
* **Randomized Outcomes:** Add RNG to upgrade results (e.g., 5% chance of receiving a mythic version).

***

## 🔐 Trustless + Fully On-Chain:

* GZ-S1 handles all operations transparently on the Solana blockchain.
* Projects can build user-facing dashboards to preview potential upgrades, confirm eligibility, and track collection evolution.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wp.gotmlabz.io/upcoming/art-upgrade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
