AI 智能钱包闭环

知识网络定位

当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。

打开知识网络总览
状态:部分实现 分组:AI 与自治 出链:9 回链:10 相邻推荐:8
注册中心规范键接口查询状态存储证据证明

AI 智能钱包快查

已补缺口:钱包与 Agent 不再分散展示 真实底座:本地签名 / Query / Events / AutoExecutor / KillSwitch 边界:自主写交易闭环仍需继续补齐,Stub 需显式保留
拓扑追踪模式:支持悬停预览、点击锁定、节点搜索、只看上游、只看下游,以及“仅一跳 / 全链路”切换,帮助查看者在复杂拓扑中快速定位流程关系。
搜索 支持热词与别名检索:金库 / 治理 / 证明 / 复核 / 总控 / 注册中心 / 铸造 / 处罚
热词
方向
深度
未锁定 | 双向 | 全链路 | 悬停预览,点击锁定
当前节点 上游链路 下游链路 双向汇聚 非当前路径

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;

    User["用户 / 运维 / DApp"] --> WalletCore["wallet.html
助记词 / HD / 本地签名"] WalletCore --> Agent["ai_agent.html
AutoExecutor / events / query"] Agent --> Approval["审批 / Header / 最小权限"] Approval --> Kill["KillSwitch / 路由保护 / 回滚"] Kill --> RPC["rpc.html / REST / Query / Broadcast"] RPC --> Chain["blockchain.html / txpool.html
提交 / 验签 / 执行"] Agent --> Monitor["只读与监控路径
query / events / status / topology"] Monitor --> Evidence["evidence_index.html
源码 / query / e2e / stub 样本"] Agent --> StubWrite["Stub 写路径
DeFi / bridge / registry 写接口"] StubWrite --> Boundary["X-MSG-Stub=true
success (stub - not yet implemented)"] WalletCore --> AIWalletVerdict["AI 钱包结论
已具钱包 + Agent + 审批 + KillSwitch 底座
但自主写交易闭环仍需继续补齐"] Evidence --> AIWalletVerdict Boundary --> AIWalletVerdict class User,WalletCore,RPC,Chain,Monitor implemented class Agent,Approval,Kill,StubWrite,Boundary partial class Evidence,AIWalletVerdict audit