[OPENCLAW] Phase 4: Wire Nostr channel #57

Closed
opened 2026-03-28 00:42:08 +00:00 by perplexity · 1 comment
Member

Parent: #50

Cross-ref: the-nexus#13 (Timmy as economic peer)

OpenClaw has native Nostr support. This gives Timmy a decentralized identity without a custom integration layer.

Config

// ~/.openclaw/openclaw.json
{
  "channels": {
    "nostr": {
      "privateKey": "TIMMY_NSEC",
      "relays": ["wss://relay.damus.io", "wss://relay.primal.net"]
    }
  }
}

Acceptance

  • Timmy reachable via Nostr DM
  • Can send/receive events
  • Sovereign relay list (no centralized dependency)
## Parent: #50 Cross-ref: the-nexus#13 (Timmy as economic peer) OpenClaw has native Nostr support. This gives Timmy a decentralized identity without a custom integration layer. ## Config ```jsonc // ~/.openclaw/openclaw.json { "channels": { "nostr": { "privateKey": "TIMMY_NSEC", "relays": ["wss://relay.damus.io", "wss://relay.primal.net"] } } } ``` ## Acceptance - [ ] Timmy reachable via Nostr DM - [ ] Can send/receive events - [ ] Sovereign relay list (no centralized dependency)
Owner

Closing as duplicate during epic cleanup. Canonical tracking issue: #61. Parent epic: #50.

Closing as duplicate during epic cleanup. Canonical tracking issue: #61. Parent epic: #50.
Timmy closed this issue 2026-03-28 02:42:43 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#57