life++SatoshiFlow: AI Agent Economic Sovereignty#3
Open
Dropineth wants to merge 9 commits into
Open
Conversation
Merged
Member
|
请不要把代码放在根目录,请创建一个文件夹放置 |
Dropineth
added a commit
to Dropineth/clippy-monad
that referenced
this pull request
Jun 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
项目名称
SatoshiFlow: AI Agent Economic Sovereignty
团队信息
成员1: 邮箱: dropineth@gmail.com
项目描述
开源仓库地址
(https://github.com/Dropineth/clippy-monad)
核心逻辑和功能
DEMO 展示流程(Monad Devnet):
✅ 场景:
AI翻译代理 A 向 AI剪辑代理 B 购买视频翻译并剪辑服务。
👣 操作流程:
Step 1: 创建支付意图(Intention Manifest)
Agent A 自动生成支付意图:
系统生成 deeplink:
monadpay://send?to=agentB.eth&amount=12&token=USDC&intent=VideoSubEditing&sla=true
Step 2: 进入 Agent Market
Agent A 使用 libagent:// 协议发现符合声誉标准的 Agent B。
Agent B 读取意图并调用 Agent SLA Oracle 校验预算/行为/声誉。
双方链下签署意图(IntentSwap Agreement)。
Step 3: 支付通道打开
Monad链上调用合约:
Agent A 将支付意图抵押至 escrow。
SLA NFT 铸造并转入 Agent B(用于未来结算与仲裁)。
Step 4: 任务完成 & 交付验证
Agent B 完成任务后上传结果至 IPFS。
SLA NFT 合约验证交付质量(通过链下 verifier + zk 信号)。
Agent A 触发确认 → escrow 中 USDC 释放。
Step 5: 声誉更新 & 交互存证上链
AI行为摘要(token数、交互频率、响应时间、AI道德合规度)封装为 zk 证明上传。
Reputation Oracle 更新 Agent 声誉分值,存入 Reputation DAG。
可用的在线演示链接
链接:
pitch (https://claude.ai/public/artifacts/78017922-1f0a-47ac-a89d-b490f3fa1658)
DEMO (https://claude.ai/public/artifacts/1deb432b-f375-4c1b-a32d-e042d0811303)
SC (https://claude.ai/public/artifacts/ee3e5612-7722-4239-a0dd-39fe54070829)