-
Notifications
You must be signed in to change notification settings - Fork 10
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
Off-chain trade protocol for small amounts using merit, bonds and proof of burn #324
Comments
Using merit is a great measure for buyers, but stops me or other contributors from creating a sock puppet account to gain privacy. |
For fiat privacy is very limited anyway as the trade peer will know your payment account data which in many cases include the name. |
Thanks @chimp1984 for making this proposal. Taking away all miner fees would enable small offers of $300 or under to be made more of benefit to both buyers and sellers. This would likely result in more offers of $300 or less being made / taken. I agree that the risk would be low considering the high bond amount. I can see how merit hardens security but I also think it would decrease participation of sellers that would like to get involved. Sellers with bonds having having the ability to make feeless offers, and also a requirement to make enough trades to make the 100 BSQ/month or equivalent, plus profit, could lead to a saturation of small offers from those sellers. This level of saturation, loss of some aspects of privacy, and also counterparties able to take offers at no fee with no penalty for late payment, no payment, spam, bad intentions etc would may be off putting to potential sellers wanting to use such a system. To protect against privacy To protect against late payment, no payment, spam, bad intentions etc I think this proposal also helps lead toward a potential scenario of Bisq potentially being used to trade other small value assets off chain. |
To limit offers by bond would not be too complicated, just to follow open/closed trades is the hard part which is likely not possible without a blockchain. But the main problem is still how to add new protocols and support that in parallel in Bisq. |
Hi @chimp1984 thanks for the proposal. I am doing some housekeeping on the proposals. Please can you take steps to move this forward or alternatively close the proposal. Not sure if this is something to be considered / included with the development of Misq? |
I would like to propose a model for off-chain trade protocol inspired by the off-chain keybase channel experiment of @pazza83. It will have some limitations and will work only for lower amounts, but I think it could help in that area where the high capital requirements for collateral and high miner fees hurt most.
Overview:
Suggested parameters:
How to implement it:
The merit, bond and the burned BSQ can be verified in the app (requires the DAO to be activated and synced). Only if those requirements are met a user can make sell-BTC offers. The peer will verify offers as well.
Integrating it into the offerbook, trade domain and UI is a bigger challenge. It comes with similar problems like the BSQ atomic swap project @sqrrm is working on. The current offer/trade domain is tailored around the current trade protocol and data structures. There is no easy way to extend and change that as it has implications all over the place (mediation, trade history, statistics,....).
One approach is to try to squeeze in the new model into the existing, but that will lead to lot of technical debt and ugly code.
To generalize the existing domain to the extent required here is also pretty challenging.
Another approach is to build a parallel more generic infrastructure. The benefit here would be to be more flexible for other future protocols like XMR atomic swaps.
So unfortunately the dev effort for integrating that is quite large.
Risks:
The text was updated successfully, but these errors were encountered: