Introducing Wika Network

Wika Network
7 min readFeb 8, 2022

A public blockchain infrastructure to empower web content consumers, authors and recommendation systems.

Rayan’s tragedy

Last week a tragic story from my home country caught my attention, as it captivated millions of Moroccans and others around the world.

A father was fixing a well near his house when his 5-year old boy, Rayan, fell in. After multiple attempts to rescue him through the narrow hole, the rescuers concluded that it was impossible. They undertook a monumental alternative plan of digging another 32 meter deep hole near the well, then a 6 meter horizontal tunnel.

With the oxygen, water, and a camera brought to Rayan through a pipe, he appeared to be moving, and there were good reasons for hope during the five day non-stop complicated rescue operation. But unfortunately, the outcome was tragic and Rayan did not make it.

I live in Canada, six time zones away from the small Moroccan village where this event happened. During the late night hours at home I could not get updates from official sources, and I turned to social networks for information. Of course, the majority of people were broadcasting hope, prayers and solidarity; but there was also a sizable amount of racist tweets, fake videos of a boy being “saved”, and clickbait live streams. I found all possible means to steal attention, attract clicks or likes, with no respect to truth or decency.

The Problem

When we first started thinking about Wika a year ago, we knew about the issues related to AI powered social networks as most of the team comes from Data Science and Machine Learning backgrounds. We are intimately familiar with content related problems such as propaganda, plagiarism, echo chambers, and the psychological impacts of doomscrolling.

But the behaviors I observed in Twitter and Facebook during those five days were a very sad concrete example of how social media is designed to keep my eyes on a screen, not connecting people together.

One could argue that the problem has nothing to do with technology — these are simply bad actors who need to be dealt with using regulation. But the truth is, the current economic incentives of social media platforms lead to this outcome, and the situation is only worsening with time.

The root cause

These posters simply adapted to fit what social media platforms want from them: they provide the fuel to catch your attention so you’ll view ads and keep scrolling!

Social media platforms have armies of data scientists targeting the same objective function — advertisement conversion rate. Even if they included rewards for the content creators, by sharing the ad revenue or similar, it’s not their goal to optimize for content quality. Content promotion is automated with little consideration for the people involved.

Decades ago consumers had to pay for access to content, and the creators of that content were directly funded by those consumers. Now we get it for “free”, along with a heavy non-monetary cost. We pay by giving them our attention while they sell us something — a product, a political opinion or a cultural trend.

This new paradigm opened by social media allows for interaction between content creators and consumers like never before, but it also creates new risks and harmful incentives.

The solution

The Wika network proposes a new model that restores the relationship between content creators and consumers, where we directly reward the original authors, all powered by blockchain technology, to remove the unnecessary men-in-the-middle.

Anyone can register a webpage to their wallet address with a simple transaction, as long as they can insert a mark in the page to prove their ownership. Then by clicking a simple Like button, consumers can directly fund the author’s wallet.

Moreover, sending Likes plays the role of advertising, and the consumers get rewarded by receiving a share of future Likes for the content they discovered.

Finally, because everything is recorded in a public ledger, the data will be available to any agent willing to play the role of a recommender system. There will be an open competition among data scientists to harness this data and improve the user’s experience.

Facebook wants to keep you on their page so their advertisers can push their message. The content is an afterthought. In this new system we propose, you use a website that is simply trying to find you the page that you are most likely to send money to directly, because you appreciate the content.

At this point, the most obvious criticism of this approach is — what if the consumer doesn’t want to pay? But the system doesn’t need all of its users spending money. A small fraction of generous consumers or dedicated patrons is enough to trigger an economy where even the most self-centered consumers would still send money to earn future rewards from their “investment” in the page. The agents sending the Likes are also playing the role of the advertisers, and if the content takes off the system will reward them accordingly.

The Principles

Is this an absolute solution to the problem? No. At least not from day one.

The Wika network is an attempt to deploy the infrastructure to solve the problem.

We are building it as a community, driven by three foundational principles:

  • Transparency
  • Decentralization
  • Privacy

1. Transparency

The Wika blockchain is a public ledger that keeps a record of who can receive proceeds from a given piece of online content and who has sent Likes to said content. Anyone can access this information to deploy recommendation or aggregation systems and provide consumers with links.

Anyone can audit the contents of this database to analyze the provenance of Likes and distinguish organically liked content from artificially pumped numbers.

In order to Like a piece of content the user actually sends real money to the author, which makes content popularity much harder to fake than a simple click.

2. Decentralization

With a completely public database, there will be competition between recommender systems. Users will be able to compare and choose between different options, and hopefully the best solutions will be adopted by the users.

Also, in our decentralized framework, many components will be open source and public, making it easier to study, challenge, and improve.

This principle alone doesn’t guarantee that such an ecosystem won’t reproduce the same flaws from centralized platforms. But at the very minimum, it will remove the barrier to entry to propose and deploy an alternative.

It is extremely hard to challenge the content aggregating methods used by popular platforms, as both the data and their teams operate in an opaque corporate environment.

In contrast, the core of the Wika network is a smart contract, and its rules will evolve with the community without a central authority. Its goals will align with its users — the content creators and the consumers.

3. Privacy

As mentioned previously: the Wika blockchain is a public ledger storing who can receive proceeds from a webpage, and who likes these contents.

The word who in the above is synonym for wallet address and no more.

The actual person who owns the wallet can choose to remain anonymous. Users will fully control how much of their identity they want the rest of the world to know about that wallet address, while gaining all the advantages of sharing their preferences with the community.

What if all this actually made it worse?

In a world where the number of likes and followers is already a measure of social status, the Wika network will add a currency to this measure that can be directly exchanged for a dollar value. Our system could create a direct monetary incentive for bad actors to manipulate content.

Moreover, in a world where internet platforms already collect too much information about their users, this will be an additional source of data. If companies manage to associate a wallet address with an individual it will only worsen the situation.

These are hard questions. To be honest, we are still early in the project and don’t have all the answers yet.

We believe in the decentralization movement and returning power back to the consumers and content creators. We want to create the foundation of a solution using our outlined principles one step at a time, starting with the Wika network.

What does the system look like?

We are still building the prototype solution, and many details of the smart contracts and user experience are still being iterated on, but we have already deployed some components to test the design:

1. Like Button

Wika Widget

We are testing and developing different variations of the UX:

  • a browser extension that reads a web page widget;
  • a minimal Like button that opens a pop up;
  • plugins for developers to add the Wika button with one line of code.

Our objective is to iterate until we converge to the simplest possible UX and integration framework.

2. Registering a web page

https://app.wika.network

Content creators will mark their page and send a request to the blockchain.

This feature is ready and can be easily tested by following the instructions here.

3. The Blockchain

The blockchain test net is up and running. It is based on the Substrate framework, making it flexible to operate as an L1 standalone blockchain or evolve into a Kusama/Polkadot L2 blockchain in the future.

It can be monitored with the polkadot telemetry; and scanned at https://scan.wika.network

4. The Data

We just released an ETL GitHub repo to extract data from the blockchain and load it into different databases.

This ETL provides an easy way to index the Wika blockchain data into three databases:

  • as tables in Postgres;
  • as a graph in Neo4J;
  • as documents in Elastic Search.

For more details on how it works and what the data looks like, check out this article.

What’s next?

Build. Test. Rinse. Repeat.

Developers, authors, journalists, artists, inventors, dreamers, whoever you are, you will be welcome in our discord server.

Worst case scenario — we learn something together.

And if we succeed we will make the internet a better place.

--

--