> For the complete documentation index, see [llms.txt](https://whitepaper.collexx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.collexx.io/chinese/collexx/phygital-nft-marketplace/shi-wu-ren-zheng-de-zhi-neng-he-yue.md).

# 实物认证的智能合约

## P2P ECROW **智能合约**

![](/files/sPwXgr7aVjI2QJacTtT1)

实物和NFT的所有者owner(卖家)和希望购买实物和NFT的buyer(买家)可以使用COLLEXX的P2P交易服务。

1. 卖家和买家之间相互确定其交易意向
2. 卖家的NFT和买家的虚拟货币将存入虚拟账户。
3. 卖家把实物收藏品交给买家(配送/直接交易等)。
4. 收到实物的购买者确认领取后，虚拟账户里的NFT和虚拟货币将分别传递给购买者和卖家。

如果因不可避免的原因中途取消交易,绑在虚拟账户上的存款NFT和虚拟货币将返还给原来所有者。

实物配送时，COLLEXX打算通过DHL实现配送。

卖家和买家可以通过COLLEXX交易平台上的聊天/信息功能确认收藏品状态，想要直接交易时，可以进行交易场所等协商。 (预计追加开发)

## **实物与NFT的连接**

COLLEXX发行的实物收藏品和NFT互相保证。通过NFT认证真品，可以透明地确认过去的交易记录。因此，N次交易将更加活跃。

但是，由于电子钱包的黑客等原因丢失了NFT，或者恶意伪造实物内容时，除去发行的NFT认证书，在第三方市场私自销售实物时，COLLEXX无法提供正常的P2P交易。虽然NFT的引进使交易过程变得更加透明，但这不意味着所有问题的解决。恶用系统，欺骗，伪造欺诈等非法行为者都会面临服务的制裁。

## &#x20;COLLEXX **验证服务** (Upcoming)

![](/files/zlSpMaKMdBCQ3LxcPnpD)

拥有实物和NFT的owner(卖家)和希望购买实物和NFT的buyer(买家)可以使用COLLEXX的验证服务，以确保更确切、更安全的交易。

1. 卖家和买家之间通过COLLEXX的验证服务相互确定进行交易的意向。
2. 卖家的NFT和买家的虚拟货币将存入虚拟账户。
3. 卖家将实物收藏品交付给COLLEXX。
4. COLLEXX验证实物收藏品的真伪及状态。
5. 验证成功完成后COLLEXX将实物交给买家(配送)。
6. 收到实物的购买者确认领取后，虚拟账户中的NFT和虚拟货币将分别传递给购买者和卖家。

由于不可避免的因素，中途取消交易时，在虚拟账户上的NFT和虚拟货币将回到原有所有者的身上。


---

# 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://whitepaper.collexx.io/chinese/collexx/phygital-nft-marketplace/shi-wu-ren-zheng-de-zhi-neng-he-yue.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.
