> 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/partv-ai-yuan-sheng/part5-ai.md).

# 引读：让 AI 安全地接进支付

> 我们不主打「AI 替你赚钱」，而是让 AI 安全地接进支付。

如果说 PayFi 是 AXON 的**现在**，那么 AI 原生就是 AXON 的**未来赌注**——也是它最强、最经得起推敲的差异化。

一个新的支付主体正在崛起：AI 代理。它们将代人发起海量的、高频的、微额的支付。但让一个能自主行动的程序直接动钱，是一件极其危险的事。整个行业都在争论「如何让 AI 安全地花钱」，而 AXON 给出的答案，藏在它的地基里。

本部分的核心论点是**反直觉**的：AI 代理支付真正的难点，从来不是「让 AI 能付钱」（那很简单），而是「**如何给 AI 花钱套上可控的缰绳**」。AXON 把这个判断，做成了链层原生的能力。

本部分的章节地图：

* **5.1** Agentic Payments 的真问题 —— 为什么障碍是授权与安全，而非支付本身。
* **5.2** 可控支付执行 —— AXON 的答案：账户抽象 + 会话密钥 + 可验证策略。
* **5.3** x402 与 M2M 微支付 —— 机器对机器的原生支付接口。
* **5.4** 诚实的 AI 定位 —— 用行业的血泪教训，反衬一条更稳健的路。


---

# 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/partv-ai-yuan-sheng/part5-ai.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.
