> For the complete documentation index, see [llms.txt](https://nexon-3.gitbook.io/nexon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexon-3.gitbook.io/nexon-docs/zh/di-si-bu-fen-chan-pin/04-product-stack/marketplace.md).

# 商城 —— 真实消费环节

商城把已批准的金融路径接到旅游、酒店、商品与服务上，并把付款与交付记成两件事。

*产品阶段 · Roadmap*

NEXON 商城是生态里**一条金融路径变成一项使用权**的地方：一趟旅行、一晚住宿、一件商品、一项服务。它代表 slogan 里 "Digital to Real" 的那一半。

它的工作在付款结算的那一刻**并没有结束**。完成需要一份证据：供应商接单了，并且履约了。

## 从路径到订单 <a href="#from-route-to-order" id="from-route-to-order"></a>

一段商城分段从一条已批准的意图和一份新鲜的供应商数据开始。预览要写清：商品或预订标的、库存、总成本、接受的支付方式、如需兑换则兑换在哪一步、取消窗口、交付条件，以及负责的供应商是谁。

审批之前价格或可用性变了，路径要**更新**，不是悄悄换一个替代品。

执行之后，路径至少记录两个状态：

{% columns %}
{% column %}
**① 支付 / 预订状态**

已提交 · 已授权 · 已结算 · 失败 · 已退款
{% endcolumn %}

{% column %}
**② 履约状态**

已确认 · 已交付 · 已使用 · 已取消 · 争议中
{% endcolumn %}
{% endcolumns %}

**一笔已结算但没有交付的支付，不是一段成功的现实分段。**

## 供应商的责任 <a href="#what-the-supplier-owns" id="what-the-supplier-owns"></a>

商户、酒店、旅行运营方和服务提供商控制着自己的库存与履约。交付、取消、退款与消费者保护，按他们的条款走。NEXON 可以协调体验、保住凭证，但一次代币转账推翻不了供应商的义务，也变不出库存。

供应商准入应该包括身份与经营资质核验、商品与辖区检查、数据安全要求、服务条款和一条升级通道。评分或社交声誉可以影响发现排序，但替代不了尽调，也替代不了正式的争议流程。

## 支付与代币边界 <a href="#payment-and-token-boundaries" id="payment-and-token-boundaries"></a>

定稿的 Tokenomics **没有**把 EXON 定义为当前的通用商城支付资产，也没有把 XO 定义为商户抵押。接受哪些支付方式、如何兑换、点差、费用、结算时间与退款，由负责的产品与服务商在用户下单之前写清楚。

EXON 更广的交易、支付、兑换、费用与消费功能属于「流通引擎」这条长期角色。**它在哪个产品里成为真实可用的功能，取决于那个产品发布了什么规则。** 质押奖励与赎回销毁始终留在独立的 Staking Platform 机制内。

## 数据与隐私 <a href="#data-and-privacy" id="data-and-privacy"></a>

现实订单可能需要姓名、地址、出行日期或身份信息。商城只共享供应商真正需要的字段，说明留存期限，并把私人订单数据与用户主动分享到社交 App 的内容分开。

**一份凭证可以证明路径历史，而不必让个人行程或购买细节变成公开信息。**

## 上线之前要交付什么 <a href="#what-has-to-ship-before-launch" id="what-has-to-ship-before-launch"></a>

支持的品类与辖区、供应商合同、库存与定价接口、支付与退款条款、隐私控制、反欺诈、客户支持与争议流程。具体供应商、日期、费用与接受资产属于[待定参数](/nexon-docs/zh/fu-lu/open-parameters.md)（OP-P04）。

*上一节：*[*钱包*](/nexon-docs/zh/di-si-bu-fen-chan-pin/04-product-stack/wallet.md) *· 下一节：*[*稳定币卡*](/nexon-docs/zh/di-si-bu-fen-chan-pin/04-product-stack/stablecoin-card.md)


---

# 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://nexon-3.gitbook.io/nexon-docs/zh/di-si-bu-fen-chan-pin/04-product-stack/marketplace.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.
