# 关键差异化 Differentiators

## 横向对比

| 维度                   | Arb / OP / Base | zkSync Era       | Polygon zkEVM | Linea    | **AxBlade**                            |
| -------------------- | --------------- | ---------------- | ------------- | -------- | -------------------------------------- |
| L1 finality          | Ethereum        | Ethereum         | Ethereum      | Ethereum | **Ethereum (主网后)**                     |
| ZK proof             | Optimistic      | Boojum           | Plonky2       | Linea ZK | **Boojum (fork)**                      |
| 主要服务                 | DeFi 用户         | DeFi + general   | DeFi          | DeFi     | **AI Agent + 用户**                      |
| 系统合约扩展               | 无               | system contracts | 无             | 无        | **OracleHub / DID / IdentityVerifier** |
| Behavior fraud-proof | 无               | 无                | 无             | 无        | **PoB ChallengeManager**               |
| Decision attestation | 无               | 无                | 无             | 无        | **PoD 3-verifier (ECDSA/TEE/zkML)**    |
| 监管协议                 | 无               | 无                | 无             | 无        | **L4 EU AI Act / NIST**                |
| 解释性协议                | 无               | 无                | 无             | 无        | **L3 SLM + XAI**                       |
| zkML 内置              | 无               | 无                | 无             | 无        | **L1 ZkmlInferenceVerifier**           |

## 5 个不可替代的差异

1. **AI Agent 行为 fraud-proof**：传统 L2 只有 DA fraud-proof，AxBlade 把"agent 真做了什么"也加上 challenge 机制
2. **5-层独立可验证治理**：每层独立合约组，独立升级路径，独立审计
3. **Permissionless 注册 + Trust 委托模型**：BehaviorSpec / Model / Policy 任何人可注册，consumer 选信任谁
4. **Cross-language byte-pin**：12 个 keccak literal 跨 Rust / Sol / TS 锁定
5. **Mock 透明度**：每个 mock 组件都有 swap roadmap，不掩盖

## 不与谁竞争

* **不与 Arbitrum / OP / Base 竞争 DeFi TVL**
* **不与 OpenZeppelin / Defender 竞争监管合规 SaaS**
* **不与 OpenAI / Anthropic 竞争模型 API**
* **不与 Hyperledger / Polygon ID 竞争 enterprise IAM**

主要竞争对手是**还没出现的"AI 治理 L2"**（业内目前空白）。


---

# 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/overview/differentiators.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.
