Support to build-up reputation for sellers #13
Replies: 1 comment
-
To be more specific, I would suggest following: For Burn BSQ and bonded BSQFor those reputation sources we only need to show the profile ID with a copy button and the instructions as it is shown in Bisq 2. The user need to run Bisq 1 to do the burning/bonding. The rest will happen automatically (after confirmation the oracle publish the data to the network and the reputation is available). Account age and signed witnessHere the process is a bit more involved but the only non-UI task is the sending of the profile ID to the oracle node. This does not pose any challenge at the full node model. For the thin client model we would need an API endpoint so that the API node can handle that on behalf of the user. |
Beta Was this translation helpful? Give feedback.
-
It would be good that the mobile user can build up reputation using their profile ID. As this use case requires to run Bisq 1 we can assume that those users also have Bisq2 installed. Thus the easiest option would be to add a UI feature to Bisq 2 to use an external profile ID (from the mobile app) in the UI for building reputation. The messaging to the oracle node can be then done inside Bisq 2. On the mobile side we only need to export or copy the profile ID (maybe also the private key if needed for sending the data to the oracle).
Beta Was this translation helpful? Give feedback.
All reactions