Beschreibung
# Nostr Web of Trust Oracle
High-performance trust calculation service for the Nostr protocol. Provides real-time Web of Trust scores by analyzing social graph distance and follow relationships.
## What it does
Calculates trust scores for any npub based on your follow network. Returns distance metrics showing how close/far someone is from your trusted circle. Enables spam filtering and content discovery by quantifying social proximity.
## Technical details
- Processes follow graphs from multiple relays
- In-memory graph operations for sub-second queries
- REST API + WebSocket support
- Scales to millions of pubkeys
- Self-hostable or use shared instance
## Use cases
- Spam/bot filtering in clients
- Trust-based content ranking
- Friend-of-friend discovery
- Decentralized reputation systems
Source: https://github.com/nostr-wot/nostr-wot-oracle
Part of the nostr-wot infrastructure project providing portable trust tools across Nostr clients.