Hackathon challenge: Decentralized Reputation System #3341
HenrikJannsen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Reputation Systems in Bisq: Challenges and Directions
Building a reputation system within Bisq—in the context of a decentralized system with a strong focus on privacy—is a particularly difficult challenge.
Core Challenges
Here is an incomplete list of the key problems:
Existing Reputation Mechanisms in Bisq
Despite these challenges, Bisq has successfully developed several context-specific reputation systems:
Relevance to Bisq 2 MuSig Protocol
In the upcoming Bisq 2 MuSig protocol, reputation plays a role in protecting against stolen bank account scams. One path forward is to port the Signed Account Age Witness system from Bisq 1. Another is to extend or evolve the current reputation system in Bisq 2. However, those options remains underexplored and requires more analysis.
A more flexible and robust reputation system could significantly strengthen the protocol and enhance the user experience in Bisq Easy. For the MuSig protocol it could allow to reduce the required amount for the security deposits if reputation can be added as security enhancement. Reputation can serve as more cost efficient security feature.
Ingredients for a Reputation System Design
Potential elements to consider when designing a privacy-preserving, decentralized reputation system include:
References
All reactions