当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。
flowchart LR
classDef implemented fill:#dcfce7,stroke:#166534,color:#14532d,stroke-width:2px;
classDef partial fill:#ffedd5,stroke:#9a3412,color:#7c2d12,stroke-width:2px;
classDef planned fill:#dbeafe,stroke:#1d4ed8,color:#1e3a8a,stroke-width:2px,stroke-dasharray: 5 3;
classDef audit fill:#ede9fe,stroke:#6d28d9,color:#4c1d95,stroke-width:2px;
Requester["任务发起方 / DAO / DApp / Agent"] --> Task["submit_task
task_id / model_hash / runtime_hash"]
Task --> Offchain["off-chain execution
AI inference / tool use / orchestration"]
Offchain --> Receipt["submit_receipt
receipt_hash / output_commitment"]
Receipt --> Proof["submit_proof
proof_hash / public_inputs_hash"]
Proof --> Verify["verify_result"]
Verify --> Challenge["challenge_result"]
Challenge --> Settle["finalize_settlement"]
Settle --> Finality["L1 锚定 / treasury / dispute result / final tx hash"]
Existing["当前已具可复用底座
agent API / receipt / events / rpc / registry"] -.-> Task
Existing -.-> Receipt
Existing -.-> Finality
Boundary["当前边界
已有草案、字段、模块映射与实施单
但尚无 live task-L2 / proof / settlement 合约栈"] --> Task
class Existing implemented
class Task,Offchain,Receipt,Proof,Verify,Challenge,Settle,Finality planned
class Boundary audit