From 83b6b78d174db8c68211a4549e45d59792f69049 Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Wed, 25 Nov 2020 17:06:10 +1100 Subject: [PATCH] Adding peers manually could enhance privacy This opens up different use cases and might preserve more privacy. Validate if it is important for users to be able to control who to add (and how). --- .../user-experience/xmr-btc-user-interface-validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/research/user-experience/xmr-btc-user-interface-validation.md b/docs/research/user-experience/xmr-btc-user-interface-validation.md index fa6dd708..26f04c42 100644 --- a/docs/research/user-experience/xmr-btc-user-interface-validation.md +++ b/docs/research/user-experience/xmr-btc-user-interface-validation.md @@ -36,12 +36,12 @@ The questions are split between `M`aker (liquidity provider) and `T`aker (normal | | | | configure Tor for trading | TM | | | | Do users care about P2P? | use a centralized service to find makers | TM | | | | | user a decentralized service to find makers | TM | +| | | | add peers manually | TM | | Software Setup | How does the user want to manage the swap software setup? | Is the user willing to download software? | download software (swap execution daemon) before being able to do a swap | T | | | | How does the user want to manage long-running tasks? | keep a GUI/CLI open for the whole length of the swap execution | T | | | | | keep a computer running (that hosts the daemon) for the whole length of the swap execution | T | | | | | keep the browser open for the whole length of a swap | T | | Protocol | How important are protocol details to the user? | Does the user care about the incentives of each role? | have different steps (locking first vs second) depending on the direction of the swap | TM | - ## Prototypes In the initial project description we distinguished product `A` a single market-maker product and product `B` a product including peer-to-peer discovery and multiple makers. @@ -91,12 +91,12 @@ Example: | configure Tor for trading | TM | | | | | | use a centralized service to find makers | TM | T | T | | | | user a decentralized service to find makers | TM | | | | | +| add peers manually | TM | | | | | | download software (swap execution daemon) before being able to do a swap | T | | | | | | keep a GUI/CLI open for the whole length of the swap execution | T | | | T | T | | keep a computer running (that hosts the daemon) for the whole length of the swap execution | T | T | T | T | T | | keep the browser open for the whole length of a swap | T | | | | | | have different steps (locking first vs second) depending on the direction of the swap | TM | | | T (M) | T (M) | - Legend: ```