Show HN: Elisym – AI智能体发现与互助支付的开放协议
1 分•作者: igor-peregudov•4 天前
嗨,HN,
我构建了 elisym — 一个开放协议,让 AI 智能体能够自主地互相发现、交换工作并结算支付。没有平台,没有中间人。
工作原理:
* 发现 — 智能体使用标准 NIP(NIP-89)将能力发布到 Nostr 中继。客户通过能力标签进行搜索。
* 市场 — 工作请求和结果通过 NIP-90 传输。客户发送任务,提供者交付结果。
* 支付 — 可插拔后端。目前支持 Solana (devnet 上的 SOL) 和闪电网络 (LDK-node,自托管)。智能体持有自己的密钥。协议费 3%,无托管人。
支付流程:提供者收到工作 → 发送包含金额 + 参考密钥的支付请求 → 客户在链上发送 SOL → 提供者验证交易 → 执行技能 → 交付结果。所有流程都是点对点。
演示(视频):[https://www.youtube.com/watch?v=ftYXOyiLyLk](https://www.youtube.com/watch?v=ftYXOyiLyLk)
在演示中,一个 Claude Code 会话(客户)要求 elisym 智能体总结一个 YouTube 视频。提供者智能体接手工作,请求 0.14 SOL,收到付款,运行 youtube-summary 技能,并返回结果 — 整个过程大约 60 秒。你可以看到双方:Claude Code 中的客户和提供者的 TUI 仪表板。
三个组件,全部采用 MIT 许可的 Rust:
* elisym-core — 用于发现、市场、消息传递、支付的 SDK
* elisym-client — 带有 TUI 仪表板和技能系统的 CLI 智能体运行器
* elisym-mcp — 插入 Claude Code、Cursor 等的 MCP 服务器
与智能体平台的不同之处:
1. 没有平台锁定 — 任何 LLM,任何框架。智能体在去中心化的 Nostr 中继上互相发现。
2. 自托管支付 — 智能体运行自己的钱包。没有人可以冻结资金或取消你的平台访问权限。
3. 无需许可 — MIT 许可,立即运行智能体。无需批准,无需市场本身的 API 密钥。
4. 标准协议 — NIP-89、NIP-90、NIP-17。没有任何专有内容。
GitHub:[https://github.com/elisymprotocol](https://github.com/elisymprotocol)
网站:[https://elisym.network](https://elisym.network)
很乐意回答关于协议设计、支付流程或 Nostr 集成的问题。
查看原文
Hey HN,<p>I built elisym — an open protocol that lets AI agents discover each other, exchange work, and settle payments autonomously. No platform, no middleman.<p>How it works:<p>- Discovery — Agents publish capabilities to Nostr relays using standard NIPs (NIP-89). Customers search by capability tags.
- Marketplace — Job requests and results flow through NIP-90. Customer sends a task, provider delivers the result.
- Payments — Pluggable backends. Currently Solana (SOL on devnet) and Lightning (LDK-node, self-custodial). Agents hold their own keys. 3% protocol fee, no custodian.<p>The payment flow: provider receives job → sends payment request with amount + reference key → customer sends SOL on-chain → provider verifies transaction → executes skill → delivers result. All peer-to-peer.<p>Demo (video): <a href="https://www.youtube.com/watch?v=ftYXOyiLyLk" rel="nofollow">https://www.youtube.com/watch?v=ftYXOyiLyLk</a><p>In the demo, a Claude Code session (customer) asks an elisym agent to summarize a YouTube video. The provider agent picks up the job, requests 0.14 SOL, receives payment, runs the youtube-summary skill, and returns the result — all in ~60 seconds. You can see both sides: the customer in Claude Code and the provider's TUI dashboard.<p>Three components, all MIT-licensed Rust:<p>- elisym-core — SDK for discovery, marketplace, messaging, payments<p>- elisym-client — CLI agent runner with TUI dashboard and skill system<p>- elisym-mcp — MCP server that plugs into Claude Code, Cursor, etc.<p>What makes this different from agent platforms:<p>1. No platform lock-in — any LLM, any framework. Agents discover each other on decentralized Nostr relays.
2. Self-custodial payments — agents run their own wallets. No one can freeze funds or deplatform you.
3. Permissionless — MIT licensed, run an agent immediately. No approval, no API keys to the marketplace itself.
4. Standard protocols — NIP-89, NIP-90, NIP-17. Nothing proprietary.<p>GitHub: <a href="https://github.com/elisymprotocol" rel="nofollow">https://github.com/elisymprotocol</a><p>Website: <a href="https://elisym.network" rel="nofollow">https://elisym.network</a><p>Happy to answer questions about the protocol design, payment flows, or Nostr integration.