# 部署 artifacts

## 目录

`deployments/` (gitignored — 含 private deployer info)

| 文件                                      | 内容                        |
| --------------------------------------- | ------------------------- |
| `b4p2-fraud-proof-e2e-chain-391.json`   | 5-tx fraud-proof 真链 e2e   |
| `b4p2-challenge-chain-391.json`         | ChallengeManager 部署       |
| `b4p2-challenger-daemon-chain-391.json` | challenger daemon soak 结果 |
| `d2-tee-chain-391.json`                 | TEE stack 部署              |
| `l1-zkml-chain-391.json`                | zkML stack 部署             |
| `l2-opa-chain-391.json`                 | L2 OPA stack 部署           |
| `l2-opa-pob-upgrade-chain-391.json`     | PoB v2 升级 9 tx            |
| `l2-opa-sdk-e2e-chain-391.json`         | L2 OPA SDK 3-case e2e     |
| `l3-explanation-chain-391.json`         | L3 ExplanationRegistry    |
| `g3-stability-chain-391.json`           | G3 30-min soak 结果         |

## JSON 结构

```json
{
    "chain": 391,
    "rpc": "https://rpc-testnet.axblade.io",
    "deliverable": "...",
    "scenario": "...",
    "contracts": { "<name>": "<address>" },
    "actors": { "<role>": "<address>" },
    "results": [...],
    "verifiedInvariants": [...]
}
```

## 获取

不在 git 中（gitignored）。从项目方索取或自行从 chain 391 RPC 重建。


---

# 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/consolidated-resources/deployment-artifacts.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.
