-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escrow service #5
Comments
In a way when I tried to split the difference between n3x and n3xB, I was thinking of n3x being a generic bonding/escrow/coordination/arbitration layer to facilitate generic trades between a maker and a taker. While n3xB makes it specific to Bitcoin/Fiat trades. Not that I think whats in the proposal right now as written is any good in doing this. Perhaps if you have more concrete examples of what you are thinking of, it'll help better conceptualize where separation of concerns should be. Just to be clear tho, a Bisq like trade system actually does not have escrow, just arbitration, due to the usage of Bitcoin multi-sig scripts. Where-as RoboSats/Mostro like system do actually have a 3rd party coordinator doing escrow, which I don't like as much as there's more trust involved for every trade. And in a way the escrow is a temporary custodial service. But ideally, the protocol layer and the global order-book should facilitate all sorts of trade/bond/arbitration mechanics. And let the most popular trade type win through free market competition. Instead of building silos of a specific trade mechanics, 3rd party clients can choose, or even choose multiple trade types to support. This is mostly int he context of Bitcoin fiat trade tho. Still want to see what concrete market demand there is for non-Bitcoin/fiat type need for escrow, etc. |
In the case of nostr-based AirBnB:
I would have thought it would be good if escrow services could emit nostr profile pages, just like users, where they can specify { That way the seller could just post their AirBNB listing with the tag "escrow": ["npub1", "npub2"]. |
Escrow will be needed for all sorts of Nostr apps.
Maybe we can work on a spec to broadcast an escrow service.
Then seller/buyer can agree on escrow and go from there?
Is there any discussion on this already?
The text was updated successfully, but these errors were encountered: