Concept Document
Myriad.Social
A Decentralized Experience and Value Network on top of Mainstream Social Media
init
Myriad at a Glance
Myriad aims at creating an online social environment where users can interact freely, without being influenced by profit-driven algorithms, fake accounts, and reputation manipulation.
Because freedom of speech, information, and content should not be infringed by a central entity – or any entity – we have chosen to develop Myriad as a modular, decentralized blockchain which rests on 3 tenets.
Users should be sovereign, free to choose where they source their information and how they want it displayed. They are informed about the “social media bubbles” they build, and have the power to escape these bubbles.
As long as it is legal, information should be free and uncensored. And thus, all opinions may be heard and debated without fear of retribution.
Accountability and incentives should comprise the backbone of the network. Content creators should strive to deliver quality, while poor content should be discouraged.
Myriad.Social combines three main concepts:
Sovereign Follow
Experience Modules
Value Layer
Myriad will be built on the Parity Substrate as a complete blockchain to build social media experiences on.
sov
Sovereign Follow
The ability to follow topics from all public posts on every social network, without signing up to any social network.
Why
Mainstream Social Media mediate your experiences within their platform and can instantly deplatform anyone, up to and including politicians and presidents.
How
Using largely open-source APIs, Myriad grabs current public posts from Mainstream Social Media and puts them in your feed based on the experience modules you select.
exp
Experience Modules
Within Myriad, your newsfeed algorithms – the computer code that controls what posts appear to you – are transparently shown and can be chosen, remixed, or removed.
Why
Mainstream Social Media have designed their newsfeed algorithms for maximum interaction and minimum social value, preferring to lock people within their own mediation bubbles and divide the world based on differing opinions.
Dissenting voices can be shadow-banned and deranked in your feed, and you wouldn’t even know.
How
Experience Modules (packages of newsfeed algorithms) that determines your user experiences on Myriad, based on low-code tools, are provided like apps in an app store.
Users may select from the provided algorithms, create their own, or customize an existing algorithm. These algorithms are not just simple searches – cognitive computing tools are used to detect post topics, check the sentiment of the post, and identify objects within a photo.
Besides determining the posts you see on your feed, experience modules on Myriad determine how you can interact with the post or with other users. You may want to experience a certain topic (e.g. #news) with a “LinkedIn-Like” experience module, and other topics (e.g #photos) with an “Instagram-like” module.
Example Algorithms (Pseudocode)
User only wants to follow blockchain technology posts that are not crypto related.
1
2
3
4
if Post.contains("#blockchain") and
(Post.contains("#technology") or Post.contains("#tech"))
and not Post.contains("#crypto*") then
show Post as news 100% of the time
User wants to create an Instagram-like feed of cat photos
1
2
3
if Post.type=photo
and visualrecognition(Post.photo).contains("animal:cat") then
show Post.photo as insta 100% of the time
User wants to create feed that combines people who agree with her most of the time and disagree with her politically some of the time
1
2
if (User.politics<>My.politics) show User.Post 70% of the time
if (User.politics==My.politics) show User.Post 30% of the time
User wants to create feed that only has positive news items
1
if sentimentscore(Post.linkedarticle)>70 then show Post as newsreader 100% of the time.
val
Myriad.Social’s value layer consists of the Kudo and Myria tokens.
Kudos: true reputation, decentralized.
A social currency layer over the current social internet, allowing you to send “kudos” to any social media post – whether it’s on Myriad or not.
A truly decentralized platform needs a truly decentralized attention economy, one that takes in account its decentralized nature and is designed to limit the negative phenomena witnessed in today’s social media – astroturfing, ‘likes for money’, click farms and the likes, while promoting content quality and thoughtful user engagement.
Why
Mainstream Social Media
-
Force you to log on to their platforms to interact and incentivise authors, which have to multiply their efforts in order to be noticed while remaining compliant with reputation algorithms which are constantly changing.
-
Utilize an ‘attention economy’ prone to manipulation, where reputation can be bought against money.
What
The Kudos experience module introduces a social currency token (Kudos) to the platform, which is used to comment, upvote and downvote content.
This token is non-fungible; it has no corresponding value, cannot be bought and cannot be exchanged.
How
Usage
- On sign-up, each user is allowed a fixed amount of Kudos.
- When a user upvotes content, a certain amount of Kudos is sent to the content’s author.
- When a user comments, or downvotes content, a certain amount of Kudos is burnt.
- The more Kudos are held on an account’s balance, the more it costs to perform the above actions.
- If a user’s balance reaches 0, it is refilled with a certain amount of Kudos after a 48 hours following the user latest action.
Metrics
The base metrics that can be collected by the Kudos experience module are as follows:
- Content upvotes and downvotes
- Authors current Kudos balance
- Authors lifetime kudos received
Given those metrics, it is possible to extrapolate several kind of insights, for instance:
- Author’s popularity (Kudos - downvotes)
- Author’s controversy ratio (Kudos / downvotes)
- Author’s popular authority (Score where kudos received are weighted by the popularity of the sender)
Used together with content filtering, those insights will be applicable by authors or topics over a chosen time period in order to determine, for instance, the popular authority of a given user over a certain topic, or the popularity of a topic within the platform.
Expected Outcomes
Increased content quality
Having to spend Kudos adds an accountability dimension to user interaction, by promoting users having to think twice about their choices before performing an action.
Organic and relevant reputation management
Metrics an insights extracted from Kudos spendings and balances allows for organic, traceable and verifiable insights, while drastically limiting reputation manipulation via commercial transactions.
Bad behavior mitigation
The limited supply of Kudos makes it impossible to significantly influence the popular authority of an author by creating a large amount of new account, while at the same time also prevents serious artificial increase in popularity or controversy.
Myria: Tipping, decentralized.
A monetization layer over the current social internet, allowing you to send “Myria” to any social media post – whether it’s on Myriad or not.
Why
Mainstream Social Media force you to log on to their platforms to interact and pay with creators, and may prevent certain creators from monetizing their content.
How
A blockchain provides the ability for users to send “Myria tokens” to certain posts, even if the post creator is not yet on Myriad.Social. The Myria tokens would be locked by a smart contract until the post creator creates an account and proves her ownership of the post.
Proof-of-Ownership does not have to be provided via SSO (Single-Sign-On). Instead, the platform provides a passphrase that needs to be inserted by the claimant within 24 hours into the related post. Myria would only be unlocked once the passphrase is posted.