当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。
flowchart TD
subgraph Principle["生态平台默认落点"]
Apps["第三方应用 / AI Agent / Wallet / Explorer / Indexer"] --> Manifest["signed manifest / capability / schema"]
Manifest --> Surface["public RPC / REST / gRPC / WSS"]
Manifest --> Proof["receipt / proof / indexer retention / release integrity"]
Manifest --> FailClosed["未满足 capability -> disabled / fail-closed"]
end
subgraph Local["已关闭的本地切片"]
Tool["tools/ecosystem_interface_conformance"] --> Alias["/api/v1/receipts/{txHash} canonical path"]
Tool --> Swagger["swagger English-only closeout"]
Tool --> LocalProbe["localhost REST / RPC / gRPC probe"]
end
subgraph Public["当前 public gate"]
Surface --> PublicProbe["public readonly conformance"]
PublicProbe --> Freshness["latest block freshness"]
Freshness --> Blocker["BLOCKED
latest_height_freshness_growth_missing / ready node count below min"]
end
Blocker --> Verdict["可信结论
MSG 已形成生态平台扩展的 API-first gate
但 public default 入口仍必须保持 fail-closed 或 blocked"]