> For the complete documentation index, see [llms.txt](https://docs.posx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.posx.io/whitepaper/tech/overview.md).

# 3.1 POSX 多链技术架构总览

## 3.1 POSX 多链技术架构总览

POSX 是面向支付、商户和消费者场景的多链代币与产品生态。POSX 不是独立 Layer-1，不使用自有验证者共识、区块时间或底层链。

### 网络定位与状态

| 网络               | 定位与状态                                                                                                                                                                                   |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum Mainnet | CURRENT / 当前已部署；PRIMARY NETWORK DIRECTION / 主网络方向与全球生态锚点。代理合约为 [`0x8cCC52114917c6dAA1E3245efE9168180B20f9E0`](https://etherscan.io/address/0x8cCC52114917c6dAA1E3245efE9168180B20f9E0)。 |
| Base Mainnet     | CURRENT / 当前已部署；Ethereum L2 网络之一，面向北美支付、商户及消费者覆盖。代理合约为 [`0x8cCC52114917c6dAA1E3245efE9168180B20f9E0`](https://basescan.org/address/0x8cCC52114917c6dAA1E3245efE9168180B20f9E0)。         |
| BNB Smart Chain  | CURRENT / 当前已部署。代理合约为 [`0x8cCC52114917c6dAA1E3245efE9168180B20f9E0`](https://bscscan.com/address/0x8cCC52114917c6dAA1E3245efE9168180B20f9E0)。                                           |
| Robinhood Chain  | PLANNED / 规划中：面向全球金融服务、RWA 与 EVM 用户触达的候选网络。Robinhood Chain 是兼容 Ethereum 的 Layer 2，且已公开上线主网。POSX 尚未声明部署或合作。                                                                              |
| Solana           | PLANNED / 规划中：非 EVM 的消费者与商户支付覆盖候选网络。POSX mint、地址、部署及启用状态均为 **TBD / 待确认**。                                                                                                               |
| Tempo            | PLANNED / 规划中：稳定币与全球支付场景的候选网络。Tempo 是由 Stripe 与 Paradigm 孵化的支付型 Layer 1，官方显示 Mainnet live。POSX 尚未声明部署或合作。                                                                               |
| 其他 EVM 网络        | EVALUATION / 按业务需求评估：不承诺具体网络或启用日期。                                                                                                                                                      |

### 选链原则

POSX 的许多目标商户和消费者场景位于北美。我们不会要求所有用户依赖 BNB Smart Chain。网络选择优先考虑用户可达性、主流钱包、稳定币与法币出入金生态、机构托管、流动性、费用、可靠性、合规支持及商户实际需求。

### 分层概览

CURRENT / 当前已核验部署：Ethereum、Base 与 BNB Smart Chain 代币层

POSX 当前已公开核验的代币合约部署包括 Ethereum Mainnet、Base Mainnet 与 BNB Smart Chain。三条链的公开代理合约地址相同：`0x8cCC52114917c6dAA1E3245efE9168180B20f9E0`。部署状态不自动证明流动性、交易市场、商户产品、桥接关系或完整运营已启用。

**PLANNED / 规划中：POSX/Omninal 产品与奖励服务层**

该层可承载消费、商户接入、返利和产品体验。功能范围、上线状态及资格条件均为 **TBD / 待确认**。

**PLANNED / 规划中：Fireblocks 管理与审批层**

该层拟用于运营密钥和审批流程。生产部署、审批政策及具体服务范围均为 **TBD / 待确认**。

**PLANNED / 规划中：流动性与市场接入层**

该层可包括去中心化流动性和市场数据接入。已部署池、Hook、Oracle 与交易记录均须单独核验。

### 阶段计划

1. 持续维护并核验 Ethereum、Base 与 BNB Smart Chain 三条当前部署。
2. 以 Ethereum 作为主网络方向，并按业务需求扩展其他网络。
3. 按业务需求扩展选定 EVM 网络，包括评估 Robinhood Chain。
4. 评估 Solana 与 Tempo 对消费者、商户及稳定币支付场景的适配性。
5. 每条新链启用前，公开网络状态、官方合约或 mint 地址、审计或验证证据及适用范围。

### 验证边界

链上可核验事项包括代理、实现合约、供应量、交易和角色分配。请分别以 Etherscan、BaseScan 与 BscScan 的各链记录为准。

产品服务、奖励规则、合规控制和市场接入并非仅凭代币合约即可证明。它们的当前状态为 **TBD / 待确认**，除非另有可核验的公开证据。

### 公开参考

* [Ethereum 开发者文档](https://ethereum.org/developers/docs/)
* [Robinhood Chain 官方文档](https://docs.robinhood.com/chain/)
* [Solana Token 文档](https://solana.com/docs/tokens)
* [Tempo 官方网站](https://tempo.xyz/)


---

# 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://docs.posx.io/whitepaper/tech/overview.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.
