[bisq-network/proposals] Encourage usage of Bonded Reputation by calculating a score for all offers (#138)

wiz notifications at github.com
Mon Nov 11 02:15:13 UTC 2019


> _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://docs.bisq.network/proposals.html)._

### Background

The Bisq DAO has a really cool but completely unused feature called Bonded Reputation. It allows you to lock-up any amount of BSQ for any amount of time, tied to your cryptographic identity. While the BSQ is locked up, anyone can make a DAO proposal to confiscate your BSQ bond, allowing you to stake BSQ for reputation. Contributors who perform bonded roles for the Bisq DAO have also locked up BSQ to stake their reputation.

### Proposal

Calculate and display a 0 to 5 score rating for all traders, and display it next to all of their trade offers, next to their avatar. For example something like this:

☆☆☆☆☆ # user has <1X BSQ bonded or bond is for <1Y days
★★★☆☆ # user has >3X BSQ bonded and bond is for >3Y days
★★★★★ # user has >5X BSQ bonded and bond is for >5Y days

Parameters could be configured, for example:
X = 1000
Y = 30

### Implementation

* The score of 0 to 5 will be calculated from a blend of both the amount of BSQ and the lock time of the user's bond(s). Bonds which have less than 30 days of lock-time will be ignored.

* The icon should indicate the maximum score if the user performs a bonded role for the DAO, since they are trusted by the DAO as a contributor.

* Allow sorting the table by bonded reputation amounts/times, and make this the secondary sort order after price (i.e. if two offers have the same price, the bonded traders' offers would appear higher)

* Add an option to disable or hide offers from users who have a Bonded Reputation Score less than X.

* Display the Bonded Reputation Score to mediators and arbitrators during trade disputes.

### Other use cases

* In the event of certain network events, the user's Bonded Reputation Score could be used to prioritize their mailbox messages.

* For risky payment methods, such as F2F cash trades, we could require minimum Reputation Scores to create offers for certain countries.

* Probably lots of other use cases!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/138
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191110/9d0238d7/attachment.html>


More information about the bisq-github mailing list