Nostr Web of Trust (NostrWoT) is an open-source tool for exploring and visualizing trust networks on the Nostr protocol. Founded in 2024 by Leon Acosta, it enables users to navigate decentralized identity and reputation through the web of trust -- the network of follows, endorsements, and interactions that establish credibility without central authorities.
Overview
In decentralized systems like Nostr, there is no central authority to verify identities or vouch for reputation. Instead, trust emerges organically from the network of relationships between participants. Nostr Web of Trust makes this implicit trust network explicit and explorable, allowing users to evaluate identities based on who trusts them and whom they trust.
The concept of a web of trust has deep roots in cryptography, originating with Phil Zimmermann's PGP in the 1990s -- the same software that Hal Finney helped develop at PGP Corporation. NostrWoT applies this concept to the modern Nostr ecosystem, where millions of users interact without centralized identity providers.
How It Works
NostrWoT analyzes the Nostr social graph -- the network of follows and interactions between public keys -- to compute trust scores and visualize trust relationships. Users can:
- Explore trust paths between any two Nostr identities
- Visualize network clusters to understand community structure
- Discover trusted accounts through degrees of separation from accounts they already trust
- Evaluate new accounts by examining their position in the web of trust
The tool leverages Nostr's open protocol, where all social graph data is publicly available through relays, making it possible to analyze trust relationships without requiring access to proprietary data.
Connection to Bitcoin
Nostr and Bitcoin share deep philosophical and technical connections. Both are decentralized, censorship-resistant protocols that operate without central authorities. The Lightning Network is integrated into the Nostr ecosystem through "zaps" -- Lightning micropayments sent as social signals. Many of Nostr's earliest and most active users came from the Bitcoin community, and the overlap between the two ecosystems remains significant.
Significance
As decentralized protocols grow, the problem of trust without central authorities becomes increasingly important. NostrWoT addresses this by making the web of trust tangible and navigable. It represents a practical implementation of a concept that has been theorized about for decades in cryptography and distributed systems literature. The project complements Mapping Bitcoin, Acosta's other major project, which maps physical Bitcoin adoption in the real world.
External Links
- Nostr Web of Trust
- Nostr Protocol on Wikipedia
- Web of Trust on Wikipedia
- Nostr Protocol Specification
References
- Leon Acosta -- founder
- Mapping Bitcoin -- sister project by the same founder
- La Crypta -- community connected to the project
- Lightning Network -- complementary technology used for Nostr zaps
- Hal Finney -- PGP developer; PGP pioneered the web of trust concept
- Bitcoin Core -- the network underlying Lightning/Nostr integration