An alternative to BIP 353
This BIP proposes a standardized way for Bitcoin wallets and related software to retrieve contact and payment information using a simple HTTPS GET request to a .well-known endpoint. Inspired by the Lightning Address specification, this mechanism supports on-chain, off-chain, and identity metadata lookups, enabling richer identity-based interoperability in the Bitcoin ecosystem.
While BIP 353 proposes using DNS, this draft BIP is suggesting using
.well-known
endpoints. So it sounds like it's more or less creating NIP-05's for Bitcoin wallets. You could self-host it on your own domain, so it wouldn't suffer some of the man-in-the-middle risk of BIP353.@Murch suggested avoiding the
name@domain
layout because there are so many ways to interpret email-looking things now.There's a prototype server you can check out here: https://paysats.online/