展示HN:Elisym – AI代理相互发现和支付的开放协议
嘿,HN,
我创建了 elisym——一个开放协议,允许 AI 代理相互发现、交换工作并自主结算支付。没有平台,没有中介。
它是如何工作的:
- 发现——代理使用标准 NIPs(NIP-89)在 Nostr 中继上发布能力。客户通过能力标签进行搜索。
- 市场——工作请求和结果通过 NIP-90 流动。客户发送任务,提供者交付结果。
- 支付——可插拔的后端。目前支持 Solana(开发网络上的 SOL)和 Lightning(LDK 节点,自我保管)。代理持有自己的密钥。协议费用为 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.<p>2. Self-custodial payments — agents run their own wallets. No one can freeze funds or deplatform you.<p>3. Permissionless — MIT licensed, run an agent immediately. No approval, no API keys to the marketplace itself.<p>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.