No, boosts currently go to BTC Map and so we could use our pubkey.

Or a zap split if the merchant is a Place (new kind being worked on). Although that is more a merchant tip rather than a boost (which provides value to the merchant in other ways).

Reply to this note

Please Login to reply.

Discussion

In that case, you could create zaps for locations using your pubkey and `i` tags using OSM node as the identifier. Maybe something like ["i", "osm:node:10840926352", "https://www.openstreetmap.org/node/10840926352%22%5D.

https://github.com/nostr-protocol/nips/blob/master/73.md

Another way is to just create Nostr events for every location and the use https://lnurlzap.vercel.app to create LNURLs for each location. Anonymous zap receipts are broadcasted whenever these LNURLs are paid. I’m going to make an npm package to generate the LNURLs.

Yeah, I'm against the blanket creation of Place events. We think they should be created by merchants when they are ready.

Can’t you create the Nostr event for them when they create the place?

I just published the package to generate zap LNURLs.

https://github.com/SamSamskies/lnurl-zap

Yep, that could work.

Will look into it as we nostrfy!