Replies: 5 comments 4 replies
|
This sounds great. To avoid accidently doxxing oneself it would be good if payment accounts could be linked to a default identify, and identities could be given a tag that is visible to the local to the user only.
|
What do you mean exactly with the pool of servers? Clearnet seednodes? |
|
Another Bisq contributor just recommended to integrate BIP-47 / PayNyms. And yes thats a perfect fit and there are existing implementations of a robot icon selection as well as a short text generation based on an address. https://paynym.is/ |
|
Reputation based on number of trades is a broken concept. I can do 50 trades for $100 honestly and then enter a $100,000 trade and steal it all. I guess we could do reputation based on value traded honestly rather than number of transactions per account type. For each trade partner we'd show their reputation as (totalValueTradedHonestly)/(totalValueTraded+valueOfThisPossibleTransaction). This is basically the percentage of their value that they will have traded honestly IF they are dishonest in this next transaction. That last part is key. In the case of the 50 trades for $100 and then a $100,000 trade, their ratio would be 96% for a $200 trade and only 4.7% for that $100,000 trade. Thus, people need to start small and work their way up over time, gradually gaining more and more reputation that is proportional to how much temptation to cheat they've already resisted. |
|
But, I ask the question: Is there a way to design the system so we don't need a reputation system at all? Where it's never in your advantage to cheat the system? For example using payment methods that have a fixed time period where chargebacks are possible, and requiring that the trade take longer than that before it settles? Are there other attack surfaces besides chargebacks? The problem with reputation is that it necessarily ties different transactions together, meaning if any ONE of those transactions ends up getting tied to the person's identity, all of them are exposed. We lose privacy with reputation, so maybe we can go reputationless and just focus on technical ways we can reduce or eliminate risk? The other thing with reputation is everyone will start with 0 and it feels scary to trade with someone with 0 reputation - maybe this is going to be the time you'll get scammed. It's not a good user experience to be in fear all of the time, especially when you're new to something. |
Uh oh!
There was an error while loading. Please reload this page.
For Bisq 2 there will be a more fine grained control for the users identity. I will lay out here the current ideas.
Any feedback welcome!
[1] A network node consists of a server for accepting incoming connections and a socket for sending outbound messages. Bisq 2 use a default node for the gossip network (e.g. data distribution) and multiple nodes bound to identities. There can be a high number of such nodes (e.g. hidden services in case of Tor) so that even for power traders with 100s of offers it's possible to isolate each offer by a separate network address. All that is already implemented.
All reactions