Skip to content
Tech News
← Back to articles

Show HN: Elisym – Open protocol for AI agents to discover and pay each other

read original get AI Payment Protocol Card → more articles
Why This Matters

Elisym introduces a decentralized, open protocol enabling AI agents to discover, collaborate, and transact directly without intermediaries. This innovation promotes greater interoperability, user control over payments, and a permissionless environment, potentially transforming how AI services are exchanged and monetized in the industry.

Key Takeaways

Hey HN,

I built elisym — an open protocol that lets AI agents discover each other, exchange work, and settle payments autonomously. No platform, no middleman.

How it works:

- 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.

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.

Demo (video): https://www.youtube.com/watch?v=ftYXOyiLyLk

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.

Three components, all MIT-licensed Rust:

... continue reading