> 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/readme.md).

# AXON Finance 白皮书

> 🌐 **中文** · [English](https://github.com/AIVIVEHQ/axon-whitepaper/tree/main/en/README.md)

## AXON Finance 白皮书

> **高性能 · AI 原生的 PayFi 公链**
>
> 高吞吐 L1 · 稳定币即时结算 · AI 代理支付
>
> *Building the settlement rail for the on-chain economy.*

***

### 摘要 · Abstract

世界正在以前所未有的速度把「钱」搬上链。2025 年，稳定币在链上完成的结算规模已达 **$33 万亿**，超过了 Visa 与 Mastercard 两大卡组织清算额之和。价值转移的方式在变，但承载它的底层轨道（rail）却没有跟上——今天绝大多数稳定币仍跑在为通用计算而设计的公链上，忍受着拥堵、波动的 gas 与并不确定的最终性。

**AXON Finance 是一条从地基开始、为支付金融（PayFi）而生的 Layer-1 公链。** 它不是一条被改造去做支付的通用链，而是围绕一个问题重新设计的基础层：*如果一条区块链从第一天起就是为全球结算与机器原生的商业而造，它应该长什么样？*

AXON 的答案是双层的：**L1 是地基，PayFi 是切口。** 地基层提供支付级的服务质量——高吞吐、亚秒最终性、极低且可预测的费用，并把稳定币结算原语、账户抽象、费用代付与可插拔合规网关做进链的底层，而非事后打补丁。切口层锚定当下最具真实现金流的方向 PayFi：稳定币即时结算、AI 代理支付、把「货币的时间价值」搬上链的链上货币市场，以及默认跨境的 B2B 结算。

在 AI 这一维度上，AXON 选择了一条**更经得起推敲**的路径。我们不主打「AI 替你赚钱」，而是把 AI 定位为链层原生的「可控支付执行」——用账户抽象、会话密钥与可验证支付策略，给自动化支付套上限额、限时、白名单与可撤销的缰绳。让 AI 代理**能付钱，但跑不了路、超不了额**。

远期，在一条被真实业务验证过的支付与清算 rail 之上，AXON 将把网络延伸到更广阔的资产世界——把支付网络长成全球资产网络。

***

### 核心锚点

| 指标                  | 数值              | 说明                                            |
| ------------------- | --------------- | --------------------------------------------- |
| 稳定币 2025 链上结算量      | **$33T**        | 已超 Visa + Mastercard 合计 $25.5T                |
| PayFi 龙头 Huma 累计交易量 | **$10B+**       | 2026.02 破百亿，YoY 3.4×（$2.9B → $10B）            |
| 全球跨境支付年流量（TAM）      | **$190T+**      | B2B 已占稳定币跨境流量约 60%                            |
| 目标网络吞吐              | **>10,000 TPS** | 支付级持续吞吐（设计目标）                                 |
| AXON 代币总量           | **100 亿**       | 初始价 $0.01 · FDV $1 亿 · TGE 流通 4%（详见 Part VII） |

***

### 如何阅读本书

本白皮书分为七个部分，从愿景一路走到落地路线与代币经济：

* **Part I · 愿景与定位** — 「地基与切口」的核心命题、AXON 的双层叙事与设计哲学。
* **Part II · 市场与机会** — 稳定币货币化、PayFi 起源、跨境痛点、AI 代理经济，四条趋势如何交汇成一片白海。
* **Part III · 技术架构** — 为什么必须自有 L1、五层架构、共识与性能目标、支付确定性、喂价安全、合规网关与账户抽象。
* **Part IV · PayFi 引擎** — 四大场景层层叠加价值，以及首个落地旗舰产品「美股带单引擎」。
* **Part V · AI 原生** — Agentic Payments 的真问题、可控支付执行、x402 与 M2M，以及我们对 AI 的诚实定位。
* **Part VI · 路线图与治理** — P0→P3+ 的阶段推进、治理框架、团队与资源网络、第一赛季生态开放。
* **Part VII · 代币经济** — 100 亿总量、六桶分配、解锁与流通曲线、代币效用与通缩飞轮。
* **附录** — 术语表、参数汇总、品牌规范与数据来源。

***

<sub>AXON Finance · 高性能 · AI 原生的 PayFi 公链 ·</sub> [<sub>axonfinance.xyz</sub>](https://axonfinance.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://axon-finance.gitbook.io/axon-finance-docs/readme.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.
