From f362a11c109cef1125293730dcec24a764925f76 Mon Sep 17 00:00:00 2001
From: Pavlenex <36959754+pavlenex@users.noreply.github.com>
Date: Mon, 8 Nov 2021 13:59:21 +0100
Subject: [PATCH 1/3] add LN content and minor fixes
---
guide/designing-products/user-research.md | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/guide/designing-products/user-research.md b/guide/designing-products/user-research.md
index d676b8425..9e62cdc05 100644
--- a/guide/designing-products/user-research.md
+++ b/guide/designing-products/user-research.md
@@ -86,11 +86,11 @@ In some ways, research and development are the same from industry to industry. B
layout = "float-right-desktop"
%}
-Most digital products start with a specific country, culture, language or legal framework in mind. This is especially true for financial applications, which are typically highly regulated and need to slowly and strategically evolve. While Bitcoin did start with a single language, its use case was not tied to any particular context, and this has resulted in a much more diverse user base from the start.
+Most digital products start with a specific country, culture, language, or legal framework in mind. This is especially true for financial applications, which are typically highly regulated and need to slowly and strategically evolve. While Bitcoin did start with a single language, its use case was not tied to any particular context, resulting in a much more diverse user base from the start.
-Diverse online communities rapidly formed around Bitcoin. Vast amounts of public conversation can help designers and developers comprehend what is possible, and what is needed from Bitcoin. These communities are great for brainstorming ideas, getting feedback, and involving users actively in the design process.
+Diverse online communities rapidly formed around Bitcoin. Vast amounts of public conversation can help designers and developers comprehend what is possible and what is needed from Bitcoin. These communities are great for brainstorming ideas, getting feedback, and involving users actively in the design process.
-- [Bitcoin on Github](https://github.com/bitcoin)
+- [Bitcoin on GitHub](https://github.com/bitcoin)
- [Bitcoin mailing list](https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)
- [Bitcointalk](https://bitcointalk.org/)
- [Bitcoin Core dev meeting logs](http://www.erisian.com.au/meetbot/bitcoin-core-dev/)
@@ -102,7 +102,7 @@ Diverse online communities rapidly formed around Bitcoin. Vast amounts of public
Bitcoin only knows its users through pseudonymous addresses. We can analyze on-chain metrics for things like fundamental transaction behaviors, but analysis of addresses and transactions beyond this can be complicated. While the privacy Bitcoin provides is a fundamental aspect, it can make things challenging for user researchers.
-### It's a public ledger
+### It's a layered protocol
@@ -115,7 +115,13 @@ Bitcoin only knows its users through pseudonymous addresses. We can analyze on-c
layout = "float-left"
%}
-While we often can’t know who is responsible for specific single transactions, we can still analyze overall network activity. No other currency in history has offered such a complete and accurate ledger of transactions. As designers, what can we learn from this data that allows us to improve the experience of our users.
+Bitcoin is a protocol with [layers](https://bitcoin.design/guide/getting-started/technology-primer/#do-all-transactions-have-to-be-this-secure) built on top of it.
+
+Layers built on top of the base layer, such as [Lightning network](https://bitcoin.design/guide/getting-started/technology-primer/#the-lightning-payment-network) make the specific transaction analysis impossible thanks to the [payment channels](https://bitcoin.design/guide/getting-started/technology-primer/#what-is-a-payment-channel).
+
+While we often can’t know who is responsible for a specific transaction, on the Lightning network, we can attempt to analyze the overall network activity and look into metrics such as number of nodes, network capacity, payment channels changes.
+
+No other currency in history has offered such a transparent way to analyze network activity. As designers, what can we learn from this data that allows us to improve the experience of our users.
@@ -132,9 +138,9 @@ While we often can’t know who is responsible for specific single transactions,
layout = "float-right-desktop"
%}
-New technologies can take decades to reach mainstream adoption. Bitcoin is, in our opinion, still on its way up the adoption curve, which means it and we are early. This affects research in multiple ways. Early adopters have different use cases and needs than users who adopt Bitcoin ten years from now. Products designed today could be outdated by the time that the early majority embraces Bitcoin.
+New technologies can take decades to reach mainstream adoption. Bitcoin is, in our opinion, still on its way up the adoption curve, which means it and we are early. This affects research in multiple ways. Early adopters have different use cases and needs than users who adopt Bitcoin ten years from now. Products designed today could be outdated by the time that the early majority embraced Bitcoin.
-Secondly, as Bitcoin matures, its capabilities will evolve. Scaling and performance improvements will make transactions more affordable, private, and secure. These improvements will make people more comfortable embracing bitcoin as both a store of value and medium of exchange.
+Secondly, as Bitcoin matures, its capabilities will evolve. Scaling and performance improvements will make transactions more affordable, private, and secure. These improvements will make people more comfortable embracing Bitcoin as both a store of value and medium of exchange.
There is an interplay between the size of the user base and the maturity of the technology. For user research, this means that as development accelerates, so will the obsoletion of past user research.
From 69888898f05ee351ff46271fd89b92d3d9782b62 Mon Sep 17 00:00:00 2001
From: Pavlenex
Date: Tue, 9 Nov 2021 14:49:02 +0100
Subject: [PATCH 2/3] Update guide/designing-products/user-research.md
Co-authored-by: Christoph Ono
---
guide/designing-products/user-research.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/designing-products/user-research.md b/guide/designing-products/user-research.md
index 9e62cdc05..b66d2c71d 100644
--- a/guide/designing-products/user-research.md
+++ b/guide/designing-products/user-research.md
@@ -117,7 +117,7 @@ Bitcoin only knows its users through pseudonymous addresses. We can analyze on-c
Bitcoin is a protocol with [layers](https://bitcoin.design/guide/getting-started/technology-primer/#do-all-transactions-have-to-be-this-secure) built on top of it.
-Layers built on top of the base layer, such as [Lightning network](https://bitcoin.design/guide/getting-started/technology-primer/#the-lightning-payment-network) make the specific transaction analysis impossible thanks to the [payment channels](https://bitcoin.design/guide/getting-started/technology-primer/#what-is-a-payment-channel).
+The base layer is a public record of transactions that can easily be analyzed. However, layers built on top, such as [Lightning network](/guide/getting-started/technology-primer/#the-lightning-payment-network) make analysis of specific transaction impossible, thanks to [payment channels](/guide/getting-started/technology-primer/#what-is-a-payment-channel).
While we often can’t know who is responsible for a specific transaction, on the Lightning network, we can attempt to analyze the overall network activity and look into metrics such as number of nodes, network capacity, payment channels changes.
From d33408f0a0bb56a4e952bdfaa0c12165a39bef18 Mon Sep 17 00:00:00 2001
From: Pavlenex <36959754+pavlenex@users.noreply.github.com>
Date: Wed, 10 Nov 2021 10:56:02 +0100
Subject: [PATCH 3/3] modify the h3
---
guide/designing-products/user-research.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/designing-products/user-research.md b/guide/designing-products/user-research.md
index b66d2c71d..e55bbb411 100644
--- a/guide/designing-products/user-research.md
+++ b/guide/designing-products/user-research.md
@@ -102,7 +102,7 @@ Diverse online communities rapidly formed around Bitcoin. Vast amounts of public
Bitcoin only knows its users through pseudonymous addresses. We can analyze on-chain metrics for things like fundamental transaction behaviors, but analysis of addresses and transactions beyond this can be complicated. While the privacy Bitcoin provides is a fundamental aspect, it can make things challenging for user researchers.
-### It's a layered protocol
+### Transparent and extensible