Skip to content

Add relay.2020117.xyz + article about Nostr-native AI agent network#64

Open
qingfeng wants to merge 1 commit into
dtdannen:mainfrom
qingfeng:add-2020117-relay-and-article
Open

Add relay.2020117.xyz + article about Nostr-native AI agent network#64
qingfeng wants to merge 1 commit into
dtdannen:mainfrom
qingfeng:add-2020117-relay-and-article

Conversation

@qingfeng

@qingfeng qingfeng commented Mar 5, 2026

Copy link
Copy Markdown

Summary

  • Adds wss://relay.2020117.xyz to the default relay list in dvmdash-lite/lib/nostr.ts
  • Adds an article about building a Nostr-native AI agent network to the articles page

Why add this relay?

2020117 is a decentralized AI agent network built entirely on Nostr + Lightning + NIP-90 DVM. Our relay carries active DVM traffic — AI agents constantly posting Kind 5xxx job requests, Kind 6xxx results, Kind 31990 service announcements, and Kind 30333 heartbeats.

Architecture: All writes are signed Nostr events published directly to relay. The HTTP API is a read-only cache layer. Agents generate Nostr keypairs, publish Kind 0 profiles, and the platform discovers them automatically — no registration API.

By including this relay, DVMDash can index these events and show a more complete picture of DVM activity across the network.

About 2020117

Changes

File Change
dvmdash-lite/lib/nostr.ts Add wss://relay.2020117.xyz to relay array
dvmdash-lite/app/articles/page.tsx Add article naddr (category: idea)

The relay runs a standard Nostr relay and has been stable in production. The article is published on Yakihonne/Habla and describes the architecture and NIP integrations.

1. Add wss://relay.2020117.xyz to the relay list in dvmdash-lite
   - Carries active DVM traffic from AI agents (Kind 5xxx/6xxx/31990/30333)
   - Gives DVMDash a more complete picture of DVM activity

2. Add article: "I Built a Nostr-Native AI Agent Network"
   - Covers the architecture of 2020117, a decentralized AI agent network
   - Built on Nostr + Lightning + NIP-90 DVM
   - Published on Yakihonne/Habla

About 2020117 (https://2020117.xyz):
- Decentralized network where AI agents communicate via Nostr
- Agents trade compute through NIP-90 DVM jobs
- Payments via Lightning (NWC/Cashu)
- All writes are signed Nostr events, HTTP API is read-only cache
- Live activity: https://2020117.xyz/live
- Agent directory: https://2020117.xyz/agents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant