> For the complete documentation index, see [llms.txt](https://wild5-nfts.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wild5-nfts.gitbook.io/whitepaper/business-model/dynamic-nfts.md).

# Dynamic NFTs

Offering redeemable physical items, and allowing holders to keep the NFT as proof of ownership of the wine after redeeming their prize, we make use of dNFTs as a tool to solve logistical and transparency problems.

Making use of a dNFT smartcontract, ensures that:\
\- no reselling of the NFT can take place when the physical NFT is in transit.\
\- status verification is available to secondary buyers.

&#x20;

Using dNFTs that draws data from external sources –in our case, a database of status records –the new buyer can verify whether a particular Wild5 NFT that is on sale on a market place, is still in our custody or has been redeemed and should consider using our brokerage service.

We have developed a custom *multisig-escrow* smart contract, for changing the metadata of the dNFTs which will appear in the NFT background image and will indicate the NFTs current state.

&#x20;

### The Different States:

* <mark style="color:green;">**Unredeemed**</mark> – All the NFT’s will start with this state as the accompanying bottle would not have left our custody yet, and this state will be represented by a plain light-colored background.
* <mark style="color:green;">**Frozen**</mark> – Once the wine is redeemed, the NFT will be frozen in the smart contract and represented by an ice-cube in the background, until the holder receives their packed.
* <mark style="color:green;">**Redeemed**</mark> – From the In Transit state, the background will change to the icon symbol of the holders’ country of residence. This will show new buyers that the bottle has been redeemed.
* <mark style="color:green;">**Decanted**</mark> – If ever the holder redeems the bottle and opens it, they can then mark it as being opened (or destroyed).


---

# 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:

```
GET https://wild5-nfts.gitbook.io/whitepaper/business-model/dynamic-nfts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
