Nip

Signum — Petition Signatures

Signum: an open, substrate-agnostic petition protocol for Nostr. Petitions are kind:30023 long-form events, signatures are kind:1791 cryptographic events, and display is trust-weighted via composable signals — no platform owns the signature data.

Can LLMs Alone Become AGI?

A clear look at whether language models alone are enough for AGI, and why memory, world models, embodiment, reasoning, and multi-agent systems may matter.

NIP-95: Protocolo Híbrido Relay-P2P via WebRTC

Esta é uma especificação técnica exaustiva para a **NIP-95 (Hybrid Peer-to-Peer Relay Protocol)**. Ela foi desenhada para ser "LLM-ready", fornecendo definições de mensagens, fluxos lógicos, esquemas de dados e regras de estado que permitem a um modelo de IA gerar código funcional para clientes ou servidores Nostr.

aegis: sign-time .bit (Namecoin) NIP-05 verification at the signer

A PR against ZharlieW/Aegis (cross-platform Nostr signer) adds sign-time verification for kind:0 events claiming a .bit NIP-05 identity. The signer resolves the claim on Namecoin BEFORE handing off to the low-level sign function and warns on mismatch. Fails open offline. First N1-track integration on the producer side of the protocol.

0xchat: Namecoin .bit NIP-05 resolution for DM impersonation defense

A PR against 0xchat-app/0xchat-app-main adds Namecoin .bit NIP-05 resolution to the existing NIP-05 path, plus a distinct Namecoin badge in the contact / profile / user-center views so DM users can tell DNS-backed identities from chain-backed ones at a glance. Seventh shipping reference implementation of Namecoin NIP-05 across five runtimes.

nostter: Namecoin .bit NIP-05 resolution (PR #2128)

A PR against SnowCait/nostter — the calm reader-oriented Nostr web client — adds Namecoin .bit NIP-05 resolution to the existing verify path. One module, one hook, two call-site swaps, zero new top-level UI: the existing checkmark either lights up or it doesn’t. Seventh N1 reference implementation across five runtimes.

nostrmo: Namecoin .bit NIP-05 resolution (Flutter/Dart)

A PR against haorendashu/nostrmo adds Namecoin .bit NIP-05 resolution to nostrmo's existing NIP-05 path. App-local helper plus two two-line branches at the existing call sites; SDK submodule untouched. Sixth shipping reference implementation of Namecoin NIP-05 across five runtimes (Kotlin, Swift, JS, Dart, now Flutter).

NIP-05 Verification via Namecoin (.bit) — Now Upstream PR

The narrowest possible slice of the Namecoin-Track NIPs is now open as nostr-protocol/nips#2349: NIP-05 verification anchored in the Namecoin blockchain instead of DNS+HTTPS. Strict complement to NIP-05, eight wire-compatible reference impls across six platforms. Companion drafts (relay discovery, TLSA pinning, service attestations) intentionally separate.

NIP-3C: OTS Handling Policy for Nostr

Behavioural NIP that complements NIP-3B. Defines kind:30041 — an addressable replaceable event whose content is a JSON document declaring how the publisher creates, stores, strips, keeps, and serves OTS proofs. Five orthogonal rules + retention bounds + cooperative-upgrade flags + NIP-44 encrypted fields.