Oddbean new post about | logout
 Been looking into following zap data around the Nostr network as a latent web of trust/value. Still excited about the idea, but it turns out to be less trivial than I thought.

Basically, you can't just ask relays for zaps from or to specific accounts, because of the way NIP 57 works. To answer questions like "what zaps has Logan sent in the past week", you have to first get "all the zaps" (or as close as you can get on Nostr) and then *locally* filter that data down based on senders, recipients, etc.

Time to write a zap caching server! 😓😅 Unless there is already something out there like this? Anyone know of a service which aggregates zap data?