-
Notifications
You must be signed in to change notification settings - Fork 2
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
Research on solutions for DIDs (decentralized IDs) in Bisq #55
Comments
Just a few notes to avoid potential confusion: Any permissionless and open system needs to protect against abuse. This protection can be achieved by different means. Current Bisq has several forms of identity/reputation:
For protection of the p2p network proof of work is considered as further dos protection, thought that might have limitations (mobile use case) and an access token based approach is considered as well. So if the node cannot generate enough pow an access token can be used instead (e.g. based on BSQ bond/fee or some other model). All those things will be optional. Users still can use Bisq with high security protocols only and either have limited access to those new features (chat) or only read access. And Bisq 2.0 will fix a few privacy issues present in the current Bisq model (global onion address and keys). So it will increase privacy, make it more censorship resistant and optionally allows users who prefer cheaper trade protocols options to trade off some level of privacy with convenience/lower costs. |
As identity will play a key role in the p2p network layer I can share my preliminary view on it. An identity is a key pair. For most cases and network it includes also the network address(es) (onion address, i2p address). Maybe there will be possible more complex featueres where a signature of one identity can be used as backing security for another identity, similar as in the account age witness model. But that needs more thoughts. So basics from my side:
|
Description
Research on solutions for DIDs (decentralized IDs), The proposal is to create a document that includes a market survey, the current state of IDs in Bisq, and one or more proposals for protocols for DIDs in Bisq, considering Bisq needs and capabilities.
Rationale
A core idea proposed for future versions of Bisq is "social tradings", see bisq-network/proposals#330 and #51 . Any kind of social interaction in a decentralized platform like Bisq needs a clear, easy way for users to maintain and manage their IDs.
The current Bisq treatment of user IDs is almost ad-hoc, including onion IDs and account age witnesses. At the same time, there was plenty of progress in DIDs (decentralized IDs) in the last few years, including various blockchain projects, and W3C SPECs focusing specifically on DIDs.
The proposal here is to research the state-of-the-art, survey possible solutions for DIDs, and create one or more proposals of how DIDs can be integrated explicitly into Bisq, considering Bisq needs and technology. Knowing the unique requirements of Bisq and how previous solutions were made for it, I imagine that most of the proposals would not be a "straightforward" adaptation of existing technology, but more tailored solutions for Bisq needs, based on existing ideas.
No matter which future direction Bisq ends up taking, having DIDs as a tool opens new directions to which Bisq can head.
This proposal was raised following a discussion considering what I wrote about DIDs in #51 (comment).
Criteria for delivery
A research document that includes:
Creating one or more proposal for DIDs in Bisq, and leading a discussion about them
The scope of the different solutions should include:
Measures of success
The provided results are considered sufficient for choosing one proposed solution to be used as a base for an RFC.
Risks
Tasks
Estimate
The work should take about 3 weeks and cost 3k USD.
Notes
A bit myself. I was involved in Bisq, under the nickname Neiman, from the end of 2017 till the release of Bisq DAO in 2019.
I was mostly involved in the design of Bisq protocols, such as the design of the Bisq DAO algorithms and the current trading protocol. You can see a document I wrote back putting the Bisq DAO into a theoretical abstract computer science framework (here, or lectures I gave about Bisq (Fosdem, Amsterdam Bitcoin Wednesday) at the time.
The text was updated successfully, but these errors were encountered: