# PNFT

## NFT

**What is an NFT:** A non-fungible token (NFT) is a data unit kept on a digital ledger known as a blockchain that certifies a digital asset to be unique and hence not interchangeable. NFTs can be used to represent digital assets such as images, videos, audio, and other digital items.

![NFT image "Punk 6965" sold for 800 ETH ($1,540,063.96 USD)](https://2012538060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaAmU7EaTmBNs-YdPwP%2F-MceDiOfpCQ4bEJQEjIm%2F-MceEW3XQGYI500apiOz%2FEumJOZQWYAIYj5d.png?alt=media\&token=1a5ae895-95b3-4a91-a180-b5d0db16f890)

**How do NFTs work?**

Most NFTs are part of the Ethereum blockchain. Ethereum, like bitcoin and dogecoin, is a cryptocurrency, but its blockchain also enables these NFTs, which hold additional information that allows them to function differently from, say, an ETH coin. It's worth mentioning that other blockchains like BSC and Tron also have NFT function.

## PNFT

**What is a PNFT**: A PNFT is a non-fungible token that has been linked to a tangible item such as a figurine or merchandise. The Item will contain a hard wallet, the Token and Wallet will match as proof of identification.

{% hint style="info" %}
The Token accounts for the majority of the cost of a PNFT item.
{% endhint %}

Users may trade their PNFT items on Merchain Marketplace, where the seller uploads the token to the market, the buyer pays for the item in advance, and the token and payment remain locked until the buyer receives their item and both parties accept the transaction.

We developed a set of measures to safeguard users from scammers.

![](https://2012538060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaAmU7EaTmBNs-YdPwP%2F-McaCHLr_3UqxQ06sfUX%2F-McaDcOWMjsfPea-2ZoD%2Fpnft.png?alt=media\&token=aec18537-264a-4cfe-bb0b-79e49e799266)


---

# 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://merchain.gitbook.io/merchain/features/pnft.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.
