> For the complete documentation index, see [llms.txt](https://axon-finance.gitbook.io/axon-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axon-finance.gitbook.io/axon-finance-docs/ji-shu-huang-pi-shu-technical-yellowpaper/yellowpaper.md).

# 黄皮书导言

> **本黄皮书是 AXON Finance 的协议技术设计规范（technical design specification）。**

白皮书回答「为什么」与「是什么」；本黄皮书回答「**如何构建**」。它把白皮书 [Part III · 技术架构](/axon-finance-docs/part-iii-ji-shu-jia-gou/part3-architecture.md) 与 [Part V · AI 原生](/axon-finance-docs/partv-ai-yuan-sheng/part5-ai.md) 里的架构概念，深化到**协议规范级**——用形式化记号、伪代码、数据结构与状态机，逐层给出 AXON L1 的设计。

## 关于本文档的性质

> **本文档描述的是 proposed design（设计规范），而非已实现或已部署的系统。**
>
> AXON 处于设计与开发阶段。本黄皮书给出的协议机制、算法与参数是**工程设计目标**：其中的具体选型（共识算法、签名方案、状态结构等）代表当前的设计决策，最终实现可能在细节上调整；标注为 `设计目标(target)` 或 `待定(TBD)` 的参数将在测试网基准与主网上线后定稿。**未上线的功能不声称已实现。**

为可读性，本文档在每一节以一句 `设计状态` 标注该节内容的确定程度，不重复大段免责。完整的口径分级与白皮书一致。

## 设计目标

AXON 的协议设计围绕一个核心命题：**为支付与结算提供确定性（determinism）**。由此派生四条硬约束，贯穿全文：

1. **确定性最终性（deterministic finality）**——交易一经确认即不可逆，不依赖概率累积。
2. **可验证性与可恢复性**——每一笔状态变更可被独立重放、审计与恢复。
3. **有界授权（bounded authorization）**——账户与 AI 代理的支付权可被精确、可撤销地约束。
4. **可预测的成本与性能**——支付级 SLA：高吞吐、亚秒最终性、低且可预测的费用。

## 与白皮书的关系

| 白皮书章节                | 黄皮书深化                                                                                                                                                                                                      |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3.2 五层架构             | 全文按层展开为协议规范                                                                                                                                                                                                |
| 3.3 共识与性能            | [B.1](/axon-finance-docs/huang-pi-shu-b-gong-shi-yu-zhang-ben/b1-consensus.md) 共识协议 · [G.2](/axon-finance-docs/huang-pi-shu-g-wang-luo-yu-xing-neng/g2-performance.md) 性能模型                                |
| 3.4 支付最终性            | [B.4](/axon-finance-docs/huang-pi-shu-b-gong-shi-yu-zhang-ben/b4-sequencing.md) 排序/Entry-Log · [B.5](/axon-finance-docs/huang-pi-shu-b-gong-shi-yu-zhang-ben/b5-finality.md) 最终性                           |
| 3.5 喂价安全             | [D.2](/axon-finance-docs/huang-pi-shu-d-jie-suan-wei-jia-he-gui/d2-oracle.md) 预言机与喂价                                                                                                                       |
| 3.6 合规网关             | [D.3](/axon-finance-docs/huang-pi-shu-d-jie-suan-wei-jia-he-gui/d3-compliance.md) 可插拔合规                                                                                                                    |
| 3.7 账户抽象/会话密钥        | [C.1](/axon-finance-docs/huang-pi-shu-c-zhang-hu-chou-xiang-yu-ai-shou-quan/c1-account-abstraction.md)–[C.3](/axon-finance-docs/huang-pi-shu-c-zhang-hu-chou-xiang-yu-ai-shou-quan/c3-policy-paymaster.md) |
| 4.2 / 4.4 PayFi 货币市场 | [E.1](/axon-finance-docs/huang-pi-shu-e-payfi-xie-yi-ji-zhi/e1-money-market.md)–[E.2](/axon-finance-docs/huang-pi-shu-e-payfi-xie-yi-ji-zhi/e2-liquidation.md)                                             |
| 4.5 美股带单引擎           | [E.3](/axon-finance-docs/huang-pi-shu-e-payfi-xie-yi-ji-zhi/e3-copy-trading.md) 引擎协议 · [E.4](/axon-finance-docs/huang-pi-shu-e-payfi-xie-yi-ji-zhi/e4-reserve-risk.md) 准备金与风控                              |
| 5.2 可控支付执行           | [C.2](/axon-finance-docs/huang-pi-shu-c-zhang-hu-chou-xiang-yu-ai-shou-quan/c2-session-keys.md) 会话密钥授权模型                                                                                                   |

## 章节地图

* **A · 系统模型与密码学** — 网络/故障模型、安全目标、密码学原语。
* **B · 共识与账本** — BFT PoS 共识、验证者、状态模型、排序层、支付最终性。
* **C · 账户抽象与 AI 授权** — 原生账户抽象、会话密钥授权模型、策略沙盒与 Paymaster。
* **D · 结算 · 喂价 · 合规** — 稳定币结算引擎、预言机安全、可插拔合规网关。
* **E · PayFi 协议机制** — 链上货币市场、信贷风控与清算、美股带单引擎（首个 PayFi 旗舰产品）与其准备金风控。
* **F · 协议经济与安全** — Gas 与费用市场、质押与罚没、安全与威胁模型。
* **G · 网络与性能** — P2P 网络层、性能模型与设计目标推导。
* **附录** — 符号表、协议参数表、核心数据结构定义。

## 阅读约定

* 形式化记号统一定义于 [附录 I · 符号表](/axon-finance-docs/huang-pi-shu-fu-lu/appendix-notation.md)。
* 全部协议参数汇总于 [附录 II · 协议参数表](/axon-finance-docs/huang-pi-shu-fu-lu/appendix-parameters.md)，标注 `proposed / 设计目标 / 待定` 三态。
* 核心数据结构定义于 [附录 III](/axon-finance-docs/huang-pi-shu-fu-lu/appendix-datastructures.md)。
* 伪代码为**说明性**，用于表达算法意图，非最终 API 或实现。

***

*下一节：*[*A.1 系统模型、假设与安全目标*](/axon-finance-docs/huang-pi-shu-a-xi-tong-mo-xing-yu-mi-ma-xue/a1-system-model.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://axon-finance.gitbook.io/axon-finance-docs/ji-shu-huang-pi-shu-technical-yellowpaper/yellowpaper.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.
