From 0be8f9620467e979e4ab323987380bada82b1194 Mon Sep 17 00:00:00 2001 From: roy328line Date: Sat, 23 May 2026 10:09:13 +0800 Subject: [PATCH] Add 2026-05-23 learning notes: Open Agentic Economy + Agent Wallet --- notes/roy328line.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/notes/roy328line.md b/notes/roy328line.md index 49c19cdd0..f73171491 100644 --- a/notes/roy328line.md +++ b/notes/roy328line.md @@ -15,6 +15,35 @@ AI x Web3 School ## Notes +# 2026-05-23 + +\-- + +學習日誌 · 2026-05-23(Day 7) + +\## 今日學習主題 + +直播:Open Agentic Economy: From ERC-8004 / ERC-8183 to Builder Path(Week 1,5/23 09:30) + +深讀 Handbook:Agent Wallet 模組 + Account Abstraction 模組 + +\## Open Agentic Economy|核心整理 + +Open Agentic Economy 指 AI Agent 作為獨立經濟參與者的生態——Agent 能自主發現服務、協商任務、完成支付、留下可驗證記錄。 + +ERC-8004/ERC-8183 方向:鏈上環境下 Agent 如何發現和調用去中心化服務的標準探索。Builder Path 四個核心維度:身份(誰可以授權 Agent?)、權限(Agent 能做什麼?)、支付(服務費如何結算?)、記錄(行為如何被審計?)。 + +\## Agent Wallet 核心整理 + +第一性原理:控制權不能交給一個概率系統。Agent 只能拿到可驗證、可限制、可撤銷的行動空間。 + +六層防禦架構:Policy(白名單規則)→ Session Key(臨時有限授權)→ Guard(確定性攔截)→ Simulation(交易預演)→ Human Check(分層確認)→ Revocation(隨時撤銷)。 + +關鍵洞察:Open Agentic Economy 的核心不是讓 Agent 更自由,而是讓 Agent 的自由被規則包起來。Builder 的機會在於做「可信任的 Agent 基礎設施」——規則清楚、撤銷方便、記錄透明。 + +GitHub 筆記:https://github.com/roy328line/ai-web3-school-cohort-0/blob/main/daily/2026-05-23.md + + # 2026-05-22 學習日誌 · 2026-05-22(Day 6)