diff --git a/content/faq/views.md b/content/faq/views.md new file mode 100644 index 00000000..de81287b --- /dev/null +++ b/content/faq/views.md @@ -0,0 +1,16 @@ +--- +title: How do view and subscriber counts work? +category: publisher +order: 4 +--- +Some LBRY applications provide view and subscriber counts, like LBRY Desktop/Web. + +![views](https://spee.ch/6/views.png) + +How these numbers work is more complicated than it might appear. As a decentralized protocol, there is no single node or computer that can observe all user activity on the LBRY network. + +Instead, view and subscriber counts are currently provided by LBRY, Inc., not the protocol itself. We aggregate data from users that participate in our rewards program and/or opt-in to sharing analytics data to provide these counts. + +Currently, users who opt-out of analytics (more on how to use [LBRY anonymously here](https://lbry.com/faq/privacy-and-data#anonymous)) are not counted in view or subscriber figures. + +In the future, LBRY will look to improve the accuracy of this feature as well as by adding it to the protocol itself (for example, by allowing wallet servers to share aggregated statistics and allowing subscriptions to occur via a special transaction).