Everyone should have a public Monero address on their nostr profile.
It's just a NIP-A3 event of kind 10133, with a payto tag pointing at your XMR address. Here's the minimal way using nak:
nak event -k 10133 -c '' -t 'payto=monero;YOUR_XMR_ADDRESS' --sec YOUR_NSEC -r wss://YOUR_RELAY1 -r wss://YOUR_RELAY2
#nostr #tutorial #monero #xmr #privacy
GitHub
GitHub - fiatjaf/nak: a command line tool for doing all things nostr
a command line tool for doing all things nostr. Contribute to fiatjaf/nak development by creating an account on GitHub.

NIPs
NIP a3 - payto: Payment Targets — Nostr Implementation Possibilities
This NIP standardizes how payment addresses are declared across any network or platform. Tag Format Payment targets are specified using payto tags ...