# 什么是WNFT

WNFT全称Wrapped NFT，是StarBlock DAO部署在以太坊上的符合ERC721标准的合约，是原始NFT合集的包装，与原始NFT具有等价性，**1 WNFT = 1 原始NFT**。WNFT和NFT可以随时、无条件地进行双向兑换，并且WNFT可以任意交易，交易以后原始NFT也随之交易而走。

WNFT是完全属于社区的NFT，是原始NFT的Web3化，是NFT行业去中心化进程的重要一步，WNFT的版权费将全部归社区所有，由WNFT持有者治理决定其用途。并且，开始阶段在StarBlock交易WNFT将不收取任何的版权费，完全回馈社区。

WNFT与原始NFT拥有相同的Token ID和Token URI，WNFT合约的name在原始NFT的name基础上增加了前缀“**Wrapped** ”，symbol增加了前缀“**W**”。

### 如何获得WNFT

WNFT只能由持有原始NFT的人抵押获得，这个过程称为抵押NFT。其他任何人包括WNFT合约的管理者都不能随意获得WNFT，原始NFT抵押以后将被存入WNFT合约中，只有持有对应WNFT的用户才能解抵押该NFT。WNFT和NFT可以随时进行兑换，没有任何的限制，类似WETH和ETH之间的任意兑换。


---

# Agent Instructions: 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://docs.starblock.io/main/zh/what-is-wnft.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.
