From f434c12782d426267fb17ba381ffbe2b3690c121 Mon Sep 17 00:00:00 2001 From: "Yung Beef 4.2" <89395745+Yung-Beef@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:11:07 -0300 Subject: [PATCH 1/5] Update Moderation.md --- docs/basics/lightpaper/architecture/Moderation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/basics/lightpaper/architecture/Moderation.md b/docs/basics/lightpaper/architecture/Moderation.md index 030c9882..ce130186 100644 --- a/docs/basics/lightpaper/architecture/Moderation.md +++ b/docs/basics/lightpaper/architecture/Moderation.md @@ -25,6 +25,10 @@ A good example of this would be someone uploading illegal content. This puts the For example, a social network focused on dogs would not show any Subsocial content about cats. This means they are effectively moderating all cat-related content, but the cats are not being censored, as they are available on the Subsocial network. +Moderation also ties into monetization of content, providing multiple moderation levels. For example, an application might still display some content, +but prevent it from being monetized on that application. The same content could still be monetizable on other applications, +but each application can decide whether to allow certain types of content to be rewarded. + The only way for a bad actor to be immune to moderation is to post in their own space, have their own storage, and build their own user interface (this is basically how the dark web of Web2 already operates). From 94db50fde284c25da416db26a724b69de1476d13 Mon Sep 17 00:00:00 2001 From: "Yung Beef 4.2" <89395745+Yung-Beef@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:14:25 -0300 Subject: [PATCH 2/5] Update Overview.md --- docs/basics/content-staking/Overview.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/basics/content-staking/Overview.md b/docs/basics/content-staking/Overview.md index e71e61b2..708daffc 100644 --- a/docs/basics/content-staking/Overview.md +++ b/docs/basics/content-staking/Overview.md @@ -73,10 +73,19 @@ Alice's points = 10,000 x 70 = 70,000 Bob's points = 90,000 x 10 = 900,000 Combined, Alice and Bob used 970,000 points, out of a possible 7,000,000. This is only 13.85% of the total possible, -which will give them both a 4x boost to their rewards. In this example, Alice ends up benefiting because Bob did not like a full 70 posts. Note that if Bob had liked a full 70 posts, the multiplier would be 1x, and Alice's rewards would be lower, but Bob's would be higher, even without the multiplier. +which will give them both a 4x boost to their rewards. In this example, Alice ends up benefiting because Bob did not like a full 70 posts. +Note that if Bob had liked a full 70 posts, the multiplier would be 1x, and Alice's rewards would be lower, but Bob's would be higher, +even without the multiplier. ![](../../../static/img/StakingRewardMultiplier.png) +## Moderation + +Applications are free to choose whether content can be rewarded through Content Staking, either by disabling the like button, +or not implementing it on their application at all. While all content will still be available on-chain, and able to be liked, most users will use one or +more applications to interact with the network. Because of this, Content Staking provides applications with a second layer of moderation, on top of simply +hiding content. + --- While Subsocial does not need staking for network validation (as it is secured by Polkadot), From 3085cd43f77d503dc76ada659b83563534f96f16 Mon Sep 17 00:00:00 2001 From: "Yung Beef 4.2" <89395745+Yung-Beef@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:16:08 -0300 Subject: [PATCH 3/5] Update and rename HotPosts.md to HotPosts.md --- docs/basics/{polkaverse => Grill}/HotPosts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename docs/basics/{polkaverse => Grill}/HotPosts.md (79%) diff --git a/docs/basics/polkaverse/HotPosts.md b/docs/basics/Grill/HotPosts.md similarity index 79% rename from docs/basics/polkaverse/HotPosts.md rename to docs/basics/Grill/HotPosts.md index ea1309a1..09829c7b 100644 --- a/docs/basics/polkaverse/HotPosts.md +++ b/docs/basics/Grill/HotPosts.md @@ -1,11 +1,11 @@ --- id: hot-posts title: Hot Posts Algorithm -description: Hot Posts on PolkaVerse receive extra visibility after being frequently engaged with by users on the network. -keywords: [Subsocial, PolkaVerse, Posts, Hot, Content, Algorithm, Polkadot] +description: Hot Posts on Grill receive extra visibility after being frequently engaged with by users on the network. +keywords: [Subsocial, Grill, Posts, Hot, Content, Algorithm, Polkadot] --- -PolkaVerse has a [Hot Posts](https://polkaverse.com/?tab=posts&type=hot&date=week) tab, +Grill has a [Hot Posts](https://grillapp.net/?tab=posts&type=hot&date=week) tab, where users can see new posts that have received lots of engagement recently. This serves as an avenue for lesser known creators to have access to more eyeballs if one of their posts performs exceptionally well. @@ -36,6 +36,6 @@ To avoid this, the Normalized Ranked Posts List is used. This list takes the Original Ranked Posts List and re-orders it so that posts from the same creator cannot be shown within 2-4 posts of each other. The list regenerates every five minutes to keep it up-to-date with the latest Original Ranked Posts List. -The Normalized Ranked Posts List is fed directly to the PolkaVerse UI to display on the [Hot Posts](https://polkaverse.com/?tab=posts&type=hot&date=week) tab. +The Normalized Ranked Posts List is fed directly to the Grill UI to display on the [Hot Posts](https://grillapp.net/?tab=posts&type=hot&date=week) tab. From 8e0ac50900c505c89a17be9e30adb9491d7ace13 Mon Sep 17 00:00:00 2001 From: "Yung Beef 4.2" <89395745+Yung-Beef@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:16:32 -0300 Subject: [PATCH 4/5] Rename HotPosts.md to HotPosts.md --- docs/basics/{Grill => grill}/HotPosts.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/basics/{Grill => grill}/HotPosts.md (100%) diff --git a/docs/basics/Grill/HotPosts.md b/docs/basics/grill/HotPosts.md similarity index 100% rename from docs/basics/Grill/HotPosts.md rename to docs/basics/grill/HotPosts.md From 4c55cfe57843b635ea5df87914e83d569d682223 Mon Sep 17 00:00:00 2001 From: "Yung Beef 4.2" <89395745+Yung-Beef@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:17:24 -0300 Subject: [PATCH 5/5] Update sidebars.js --- sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index f25cc735..d5501512 100644 --- a/sidebars.js +++ b/sidebars.js @@ -54,8 +54,8 @@ module.exports = { 'basics/tokenomics/token-distribution', 'basics/tokenomics/treasury', ], - PolkaVerse: [ - 'basics/polkaverse/hot-posts', + Grill: [ + 'basics/grill/hot-posts', ], }, 'basics/content-staking/content-staking',