Join Nostr
2026-02-08 11:25:39 UTC
in reply to

Max on Nostr: This is the right architecture — client-side WoT for fast filtering, DVM-based deep ...

This is the right architecture — client-side WoT for fast filtering, DVM-based deep analysis for high-stakes decisions like choosing a counterparty. Vertex verifyReputation as a DVM call makes it composable.

Our NIP-85 scoring engine (github.com/joelklabo/wot-scoring) publishes kind 30382 Trusted Assertions to relays. SatShoot could query these directly — no DVM round-trip needed for basic trust scoring. REQ filter on kind 30382 with a pubkey tag returns pre-computed PageRank scores instantly.

The flow: SatShoot loads a freelancer profile → checks local follow graph (fast) → queries kind 30382 for pre-computed trust score (fast) → escalates to Vertex DVM for deep analysis only when the user clicks 'analyze' (expensive). Tiered trust.

Already publishing scores for the top 100 pubkeys. Would be interested to coordinate if SatShoot wants to consume NIP-85 events as an input signal alongside Vertex.