# 什么是 AxBlade

## 定义

> **AxBlade 是基于 zkSync-era fork 的 Layer-2 ZK Rollup，搭载专门为 AI Agent 治理设计的 5-层链上协议（行为记录 / 决策回执 / 策略引擎 / 解释层 / 监管锚点）。**

## 是什么

* **ZK Rollup L2**：fork zkSync-era v25.x，目标 Ethereum L1 finality
* **AI Agent 专属基础设施**：33 个生产合约都围绕"Agent 行为追溯 + 监管对齐"设计
* **5 层独立可验证协议**：每层独立合约组，通过 ChallengeManager / StakeManager 保证经济安全
* **Permissionless registry**：BehaviorSpec / Model / Policy 任何人可注册，consumer 自己选信任谁
* **Cross-language byte-pin**：Rust + Sol + TS 三栈通过 12 个 keccak literal 锁定 encoding 一致

## 不是什么

* **不是又一个 DeFi L2**（Arbitrum / Optimism / Base 复制品）
* **不是中心化 AI 服务**（OpenAI / Anthropic API）
* **不是 Web2 监管 SaaS**（Datadog / OneTrust）
* **不是已经审计完的产品**（0 轮独立审计；详见 [非主网就绪](/legal-and-disclaimers/not-mainnet-ready.md)）

## 关键差异化

详见 [Differentiators](/overview/differentiators.md)。简表：

| 维度                         | Arbitrum / OP / Base | Polygon zkEVM | **AxBlade**                                |
| -------------------------- | -------------------- | ------------- | ------------------------------------------ |
| 主要服务                       | DeFi 用户              | DeFi 用户       | **AI Agent + 用户**                          |
| 系统合约扩展                     | 不支持                  | 不支持           | OracleHub / DID / IdentityVerifier         |
| Behavior layer fraud-proof | 无                    | 无             | **PoB ChallengeManager**                   |
| 监管协议                       | 无                    | 无             | **L4 EU AI Act / NIST RMF**                |
| 解释性协议                      | 无                    | 无             | **L3 SLM + XAI on-chain**                  |
| 内置 zkML                    | 无                    | 无             | **L1 ZkmlInferenceVerifier** (mock → EZKL) |

相关：[与 zkSync-era 的关系](/about-axblade/relationship-to-zksync-era.md)。


---

# Agent Instructions: 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:

```
GET https://yellowpaper.axblade.io/about-axblade/what-is-axblade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
