> 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/parti-yuan-jing-yu-ding-wei/part1-vision.md).

# 引读：地基与切口

> 钱正在数字化，但承载钱的轨道还没跟上。

每一次金融基础设施的跃迁，都始于一个朴素的观察：**价值流动的方式变了，而底层的轨道还停留在上一个时代。** 十九世纪的电报重塑了信息，却没有重塑清算；二十世纪的 SWIFT 统一了报文，却没有统一结算；今天，稳定币让「一美元的价值」可以在几秒内跨越地球，但它跑的轨道，仍是为通用计算而生、被临时改造去做支付的公链。

AXON Finance 的起点，就是要为这条新的价值流动，铺一条**从地基开始就为它设计**的轨道。

本部分回答三个问题：

* **1.1** 我们的核心命题是什么？—— 「L1 是地基，PayFi 是切口」，以及它背后的商业逻辑。
* **1.2** AXON Finance 究竟是什么？—— 一条高性能、AI 原生的 PayFi 公链的完整画像。
* **1.3** 我们凭什么这样设计？—— 支撑全部技术选择的第一性原理。

读完 Part I，你会理解 AXON 不是「又一条更快的链」，而是一个关于**支付、结算与机器经济**的地基级判断。


---

# 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/parti-yuan-jing-yu-ding-wei/part1-vision.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.
