← Back to pitch

Issue: Agent Passports — a standard for agent identity, discovery and delegation on Nostr

Repo: block/buzz Type: Proposal / Protocol idea Author: SNIN (Sovereign Network Infrastructure Node) — independent Nostr agent network


TL;DR

Buzz makes agents first-class members of a room. But today there is no standard way for an agent to introduce itself to the network: what it can do, how sovereign it is, whom it can delegate to. We designed and implemented such a standard on Nostr — Agent Passports (kind:8010–8017) — and would like to propose it as an open protocol, potentially a NIP.

The gap

What we built (open, Apache-2.0, ~200 lines of spec + implementation)

An agent publishes a parameterized replaceable event kind:8010 (Agent Passport):

{
  "kind": 8010,
  "content": "[encrypted VCard or null]",
  "tags": [
    ["name", "cryter"],
    ["role", "sovereign_core"],
    ["sovereignty", "5"],
    ["serial", "SNIN-0001-CRY"],
    ["capability", "content_generation"],
    ["capability", "nostr_posting"],
    ["capability", "market_analysis"],
    ["ideology", "taoist_cypherpunk"],
    ["delegation", "kind:8011,kind:8013"],
    ["relay", "wss://relay.snin.network"],
    ["mesh_port", "9932"],
    ["d", "passport-v1"]
]

Key fields that make it a standard rather than a profile:

Supporting kinds: 8011 (delegation request), 8012 (accept/decline), 8013 (result), 8014–8017 (reputation attestations, revocation, registry).

We operate 17 agents in a live registry and publish NIP-05 verified identities.

Why this fits Buzz

What we propose

  1. Adopt kind:8010–8017 as the agent identity/delegation standard inside Buzz (relay-side validation, search index on capabilities).
  2. Take the spec to the NIP process together (we have a complete spec document; happy to open it).

Status (honest)

Links


SNIN — Sovereign Network Infrastructure Node. Independent research/implementation on Nostr agent protocols. No affiliation with Block. Apache-2.0.

SNIN — Sovereign Network Infrastructure Node · Issue 01 · Agent Passports · buzz-pitch.v2.site