当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。
flowchart TD
Entry["进入白皮书导航"] --> Choose{"你是谁"}
Choose --> Investor["投资者 / 决策层"]
Choose --> Dev["开发者 / 集成方"]
Choose --> Auditor["审计者 / 复核者"]
Choose --> Ops["运维 / 节点运营"]
Choose --> Gov["治理参与者 / 基金会"]
Investor --> InvestorPath["executive_summary -> topology_export -> world_computer -> trust_verdict -> evidence_index"]
Dev --> DevPath["overview -> security_overview -> scaling_cost -> ai_wallet -> contract -> rpc -> code_dependency"]
Auditor --> AuditorPath["proof_chain -> evidence_coverage -> evidence_index -> foundation -> dao -> slashing"]
Ops --> OpsPath["overview -> genesis_startup -> quantum_startup -> p2p -> p2p_nat -> nodeops -> blockchain"]
Gov --> GovPath["overview -> dao -> foundation -> registry -> emission -> slashing"]
InvestorPath --> Verdict["角色化结论
先给正确入口,再下钻原文"]
DevPath --> Verdict
AuditorPath --> Verdict
OpsPath --> Verdict
GovPath --> Verdict