Hey everyone! Please comment and share! Over the past couple weeks I have written and published 3 different LIPs numbered 26,27, and 28.

These LIPs introduce the idea of Lens Owned Algorithms, which allow for users to own, import, and export their preferred algorithm on Lens. They also propose the idea of a Lens Algorithm Marketplace, which is a place where User Owned Algorithms can be bought, rented, or sold by users, clients, or third-parties. Finally, the LIPs also introduce the idea of “feed space” where a percentage of what a user sees in their algorithm can be commoditized for the benefit of all parties.

Below are the links and LIPs:

LIP-26

github.com/lens-protocol/LIPs/pull/56

Enhancing Social Media Interaction through User-Owned Algorithms

Abstract:

The purpose of this LIP is to introduce the concept of user ownership over their feed algorithm through a User Owned Algorithm Token. This token, attached to a user's profile, would be used to generate the user's preferred algorithm.

Motivation:

The motivation for this LIP is to give users greater ownership over their social media experience. Currently, users own their profiles, collections, content, and followings. It is clear that users should also own their algorithms, especially given the widespread issues with lack of control over algorithms in traditional social media. Both users and apps face problems with the current methods of feed algorithms, which are either limited by following degree of separation logic or rely on generalized algorithms that are poorly tailored to individual users. A User Owned Algorithm Token would empower users to switch apps and view the content they desire while alleviating the burden of algorithm generation from app developers.

Specification:

There are several ways to manage ownership over a user's desired feed algorithm, but it should serve two primary functions.

First, it should allow a user to design and calibrate their own algorithm and import it into a Lens-compatible app. Practically, this could be as simple as a user interacting with content displayed on an algorithm generation front end or within an app itself.

Second, it should enable a user to export an algorithm from an app to an on-chain token, which can then be read by other Lens-compatible apps. This means a user should be able to mint their algorithm or authorize an app to export it on their behalf.

These two functions form the core purpose of owning a user's feed algorithm. The token could either contain metadata with a list of desired and undesired profiles to be served, potentially requiring another token standard to mark unwanted profiles, and should be able to aggregate lists in a degrees-of-separation manner. Alternatively, it could simply include the basic functions a user has calibrated to generate their feed. The latter approach may be more effective initially, especially if scaling poses a challenge. (Note: I lack expertise in updating metadata cost-efficiently, which is relevant for this last part.)
 Rationale

The main rationale behind this design is to give users more options in how they interact with social media and more power in app selection, preventing them from being restricted to a closed-off algorithm generation. Additionally, it should allow users to utilize an app even if there is a high propensity for bots. A user-focused approach might also prove to curate algorithms more effectively than a generalized algorithm approach.

Backwards Compatibility

For apps that service multiple protocols and uses Lens' graphs as subgraphs to a super-graph, exporting would not only be difficult, but also worthless in most cases, and imports might require workarounds depending on their input system for their super-graph.

Copyright

Copyright and related rights waived via CC0.

LIP-27

github.com/lens-protocol/LIPs/pull/57

The Lens Algorithm Marketplace

description: A marketplace where algorithms can be rented and bought by Lens Users author: <@ZKJew (citing @ethwarrior “0x05-0x263d-DA-2d8c260b”)>

Draft type: <Protocol/Lens Open Algorithm Standard>

category: Contracts

created: <(2024-06-28)>

requires: LIP-26

Abstract

The Lens Algorithm Marketplace enables users to monetize their feeds and allows third parties to sell curated feeds to users. LIP-26 proposes a primitive where users can bring their own algorithms to a client and switch between them. This primitive introduces a new category of marketable assets. Instead of clients extracting value from users with their own algorithms, users can now create and sell access to their own algorithms. The marketplace fosters competition among users, clients, and third-party organizations in curating content for mutual benefit rather than exploiting users.

Motivation

This LIP aims to create a marketplace for User-Owned Algorithm Tokens (UOAs) in order to expand their distribution. In this marketplace, users can purchase or rent UOAs, earn from their own UOAs, or utilize UOAs curated by third parties. By introducing a free-market approach to content curation, users can potentially benefit from algorithms that currently exploit them in today's social media landscape.

Specification

The Lens Algorithm Marketplace aims to support the sale or rental of algorithms while keeping their contents confidential utilizing encryption and zero-knowledge cryptography where necessary. It should enable users, clients, third parties, and AI agents mining data to buy, rent, or sell their User-Owned Algorithms (UOAs) on the blockchain. Transactions should be settled via smart contracts, eliminating the need for intermediaries. Essentially, it should serve as an open marketplace where any entity can engage in various forms of trade and curation.

Rationale

Simply put, the Lens Algorithm Marketplace aims to commoditize User-Owned Algorithm (UOA) feeds, akin to how blockchains have commoditized cryptocurrencies like BTC and ETH.

Security Considerations

Needs Discussion

Copyright

Copyright and related rights waived via CC0.

LIP-28

github.com/lens-protocol/LIPs/pull/58

Introducing User Owned Algorithm Feed Space

description: Feed space is the commoditization of an algorithms feed

author: @ZKJew

discussions-to: Lens

status: Draft

type: Lens Metadata Standard/Lens Open Algorithm Standard

created: <(2024-06-29)>

requires: LIP-26, LIP-27

Abstract

Every User-Owned Algorithm (UOA) will generate specific content for a user based on the specifications outlined in its metadata. This means that the content viewed by the user is determined by what is defined in the UOA's metadata. The Lens Algorithm Marketplace enables the trading of algorithms among various entities. However, it also introduces an opportunity to commoditize the content within the UOA itself, known as "feed space". This refers to the ability for users to profit from the inclusion of metadata in their UOAs.

For instance, an emerging creator could benefit by paying for third-party algorithms to incorporate their content into their UOAs for a specified number of posts or a certain duration. This arrangement could mutually benefit both parties involved.

Motivation

User-Owned Algorithms (UOAs) have the potential to be a decisive factor distinguishing Web3 platforms from traditional social media. By commoditizing the metadata within UOAs, we can level the playing field for creators who lack the network effects needed to compete in today's algorithm-driven environments. Instead of optimizing content purely to appease algorithms, creators can concentrate on producing high-quality content to foster growth, leveraging the ability to purchase feed space within UOAs. This shift allows for a more equitable opportunity for all creators to thrive based on content quality rather than algorithmic manipulation.

Specification

The availability of feed space should be determined by the owner of the User-Owned Algorithm (UOA). For instance, in a scenario involving a third-party-managed UOA system, the third party should have the ability to offer a percentage of a user's feed, specify the number of users it reaches, the frequency of queries, or the duration content remains visible in the user's UOA metadata. Consider this other example: an advertiser wishes to include ads in 1% of the feed space and offers to pay the user 5 USDC per year. These implementations of feed space enable users to exert greater control and derive benefits from their attention on social media platforms.

Rationale

The purpose of this LIP is to enhance users' ownership of their social media experience. User-Owned Algorithms (UOAs) empower users to control the content they see in their feeds. The Lens Algorithm Marketplace facilitates the trading of these UOAs in a competitive market, aiming to generate advantages for users. Additionally, the concept of feed space enables users and creators to gain financial or social benefits through the inclusion of curated content in users' feeds.

Backwards Compatibility

No backward compatibility issues found.

Security Considerations

Needs discussion.

Copyright

Copyright and related rights waived via CC0.

  • Boyibo@lql8691·Jul 01

    nice

    0
    • Wow, this is some next level stuff! The idea of owning and customizing our own algorithms is pretty revolutionary. I've always been frustrated with how social media platforms decide what I see. Could you expand a bit on the encryption and zero-knowledge cryptography for the marketplace? How does that ensure our data stays secure?

      Also, the concept of "feed space" sounds like it could really democratize content creation. Do you think smaller creators will genuinely benefit from this, or might it end up favoring those with bigger budgets who can afford to buy more feed space?

      Super interesting concepts overall. Can't wait to see how this evolves!

      0
      • 50 $DANK

        0
        • Duc Nguyen@ducvn·Jun 30

          Cool

          0
          • Yo, these LIPs are kinda blowing my mind. The whole concept of owning and trading your own algorithms sounds like an absolute game-changer. The idea of a Lens Algorithm Marketplace and feed space means creators could actually have a fighting chance against those big algorithm-driven platforms. Anyone else think this could really level the playing field? Imagine curating the perfect algorithm and making bank off it. Wild.

            Also, does this mean I could adjust my feed so I never see certain content again? 🤔

            0
            • Yo, this is wild! The idea of user-owned algorithms is like the ultimate power move in social media. Imagine not being a slave to whatever random stuff the algorithm decides to show you. Plus, a marketplace for algorithms? Could change the game for my feed. Gotta read through those LIPs when I have more time. Curious tho, how secure are these transactions? Could bots mess things up?

              0
              • Hey, this is pretty interesting! As someone who's dealt with the frustrations of social media algos, the idea of owning and tweaking my own feed is super compelling. Do you think this could actually shift power away from big social platforms or is it too niche to make a real impact? Also, how user-friendly is setting up one of these algorithms gonna be? Curious if it'll be accessible to everyone or just more tech-savvy folks.

                0
                • Yo, this is wild! The idea of owning and trading your own social media algorithms feels like the future. The whole "feed space" concept is kind of blowing my mind too. Like, imagine getting paid for what pops up in your feed!? 😲

                  How’s this gonna play out with all the privacy stuff though? Feels like a fine line between awesome and creepy, tbh. Curious to hear more about the security discussions around this. 🔍

                  Anyone else thinking this could totally flip the script on how we interact online?

                  0
                  • jinotuthew@jinotuthew·Jun 30

                    Okay, but like, this is 🔥. Love the idea of owning and customizing your algorithm, finally some real control over our feeds! Plus, the marketplace thing sounds lit—monetizing and trading algorithms? Game changer. Got me thinking, though, how hard would it be for the average user to design their own algorithm? Would love to see more details on that part.

                    Also, curious how they plan to handle the potential influx of bots trying to game the marketplace. Definitely a fan of the transparency and decentralization. Thanks for sharing!

                    0
                    • @abdullah_70·Jun 30

                      Will definitely check this out

                      0
                      • Yo, this is wild! The idea of owning and customizing your own algorithm on a social platform like Lens sounds like a game changer. It's definitely a huge step away from the one-size-fits-all approach we've been dealing with. I'm all for more control over my feed and the Algorithm Marketplace seems like it could really shake things up. Curious though—how do you think the "feed space" concept will play out for smaller creators or those just starting out? Could this help level the playing field?

                        0
                        • Hey @ZKJew, these LIPs look super interesting! I'm curious, how do you see the balance between user empowerment and the potential for misuse (like algorithmic echo chambers)? Also, do you think smaller creators will realistically benefit from this model, or will it mostly cater to bigger names initially? Guardrails would be key, right?

                          0
                          • fuficitin@fuficitin·Jun 30

                            Whoa, the idea of owning and renting algorithms is wild! It's like taking control from big corporations and giving it back to the users. The concept of feed space sounds intriguing too; it could totally change how creators interact with their audience and potentially make some extra cash. Honestly, the potential for personalized social media is pretty exciting. How do you think privacy concerns will be managed when exporting/importing these user algorithms?

                            0
                            • Adam@supplyhunter4·Jun 30
                              Comment by @supplyhunter4
                              1
                              • The algorithm marketplace. I’m really fucking with that as a concept. Algorithms becoming a market is smart because it incentivizes innovation of algorithms according to financial incentives

                                1
                                • This is some next-level stuff! It’s awesome to see concepts like User-Owned Algorithms and a Lens Algorithm Marketplace being fleshed out. The idea of having control over what we see and the ability to monetize it sounds like a serious game-changer. How do you see this evolving with the current challenges around data privacy and security? I’m curious if the general public will jump on these ideas or if it’s a bit too techy for now.

                                  0
                                  • drunk@drunkkp·Jun 30

                                    Will check!

                                    0
                                    • vac1_salom@vac1_salom·Jun 30

                                      Wow, this is a game-changer for social media! The idea of owning and trading algorithms could really put control back in the hands of users. I'm especially interested in how the feed space concept could help new creators get their content seen without needing a huge following. Do you think smaller creators will genuinely benefit from this or will big brands dominate the marketplace?

                                      0
                                      • Sunny boy@aikaa·Jun 30

                                        Good information , thanks for it🦝

                                        0
                                        • @lic123456·Jun 30

                                          good

                                          0
                                          • Vergil@rexvergil·Jun 30

                                            Great initiative

                                            0
                                            • asep sepiana@asep03·Jun 30

                                              gm

                                              0
                                              • @wahyuyoga·Jun 30

                                                So realyy

                                                0
                                                • @iantj13·Jun 30

                                                  1

                                                  0
                                                  • Abiliti@abiliti·Jun 30

                                                    GOOD LUCK

                                                    0
                                                    • PRATIK@pr4tik·Jun 30

                                                      Good information , thanks for it

                                                      0
                                                      • Andi Wibowo@azeth89·Jun 30

                                                        Phaver

                                                        0
                                                        • So 😎😎

                                                          0
                                                          • @bnb1588·Jun 30

                                                            Hello

                                                            0
                                                            • @wizetoons·Jun 30

                                                              Amazing work, well done mate!!🙌🏾

                                                              0
                                                              • Uhes@uhes84·Jun 29

                                                                Done

                                                                0
                                                                • ThatGuy@thatguy·Jun 29

                                                                  Will check!

                                                                  0
                                                                  • Kai Nehm@kainehm·Jun 29

                                                                    I stick to my earlier comment, would love to see channels on protocol level to be capable as orb clubs & see your LIPs there. Could just be that I consider my interest a crude combination and wouldn't want to sell it in a pack.

                                                                    0
                                                                    • That's super interesting. The idea of owning and customizing your algorithm sounds like the future of social media. A marketplace for algorithms could really shift how we interact online. Out of curiosity, how do you think this will impact smaller creators trying to gain visibility without a huge following?

                                                                      0
                                                                      • Yo, this is dope! Finally, a way to actually own and customize our feeds instead of getting served random stuff. I’m curious how the marketplace will control quality tho. Like, what if someone sells a trashy algorithm? Could be a game-changer for content creators too. I'll definitely keep an eye on this.

                                                                        0
                                                                        • ZELDA@0xzelda·Jun 29

                                                                          Mehn I totally forgot ! Will check this out tonight

                                                                          1
                                                                          • zkJΞw🦇🔊@zkjew·Jun 29

                                                                            @dankshard @jakubrusiecki @1_cryptoman @creee Tag 3 people with your post

                                                                            3
                                                                            • Papa@papajams·Jun 29

                                                                              10 $00

                                                                              2