From 48c2222a96fa9bab05b43812e9055043f0e20efc Mon Sep 17 00:00:00 2001 From: ZKJew <106914330+ZKJew@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:53:54 -0400 Subject: [PATCH 1/4] [LIP-27] The Lens Algorithm Marketplace.md --- LIPs/[LIP-27].md | 52 ++++++++++++++++++++++++++++ LIPs/lip-template.md | 81 -------------------------------------------- 2 files changed, 52 insertions(+), 81 deletions(-) create mode 100644 LIPs/[LIP-27].md delete mode 100644 LIPs/lip-template.md diff --git a/LIPs/[LIP-27].md b/LIPs/[LIP-27].md new file mode 100644 index 0000000..02c8649 --- /dev/null +++ b/LIPs/[LIP-27].md @@ -0,0 +1,52 @@ +--- +title: +description: +author: <@zkjew (citing @ethwarrior “0x05-0x263d-DA-2d8c260b”)> +discussions-to: +status: Draft +type: +category: +created: <(2024-06-28)> +requires: +## Abstract + + + +## Motivation + + + +## Specification + + + +## Rationale + + + +TBD + +## Backwards Compatibility + +No backward compatibility issues found. + +## Security Considerations + + + +Needs discussion. + +## Copyright + +Copyright and related rights waived via CC0. diff --git a/LIPs/lip-template.md b/LIPs/lip-template.md deleted file mode 100644 index 37e0748..0000000 --- a/LIPs/lip-template.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: -description: -author: , FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)> -discussions-to: -status: Draft -type: -category: # Only required for Protocol. Otherwise, remove this field. -created: -requires: # Only required when you reference an LIP which is also dependent on this to work. Otherwise, remove this field. ---- - -## Abstract - - - -## Motivation - - - -## Specification - - - -## Rationale - - - -TBD - -## Backwards Compatibility - - - -No backward compatibility issues found. - -## Security Considerations - - - -Needs discussion. - -## Copyright - -Copyright and related rights waived via CC0. From 2a814b7c83ff560bfdc2091ee54e2a717344e47e Mon Sep 17 00:00:00 2001 From: ZKJew <106914330+ZKJew@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:48:56 -0400 Subject: [PATCH 2/4] Update [LIP-27].md --- LIPs/[LIP-27].md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LIPs/[LIP-27].md b/LIPs/[LIP-27].md index 02c8649..04e36c6 100644 --- a/LIPs/[LIP-27].md +++ b/LIPs/[LIP-27].md @@ -33,18 +33,12 @@ requires: 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. --> -TBD - ## Backwards Compatibility No backward compatibility issues found. ## Security Considerations - - Needs discussion. ## Copyright From bcf11ed72cbc32ad95093ba08477367e8b37a4df Mon Sep 17 00:00:00 2001 From: ZKJew <106914330+ZKJew@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:53:41 -0400 Subject: [PATCH 3/4] Update [LIP-27].md --- LIPs/[LIP-27].md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LIPs/[LIP-27].md b/LIPs/[LIP-27].md index 04e36c6..ded5461 100644 --- a/LIPs/[LIP-27].md +++ b/LIPs/[LIP-27].md @@ -2,7 +2,7 @@ title: description: author: <@zkjew (citing @ethwarrior “0x05-0x263d-DA-2d8c260b”)> -discussions-to: +discussions-to: <(https://hey.xyz/posts/0xdd33-0x087e-DA-00b18a3a)> status: Draft type: category: From 2ecb90a8b2305b145c5653b0d9c5382909eb1ade Mon Sep 17 00:00:00 2001 From: ZKJew <106914330+ZKJew@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:16:00 -0400 Subject: [PATCH 4/4] [LIP-27].md Updated rough draft --- LIPs/[LIP-27].md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/LIPs/[LIP-27].md b/LIPs/[LIP-27].md index ded5461..50eb7df 100644 --- a/LIPs/[LIP-27].md +++ b/LIPs/[LIP-27].md @@ -1,6 +1,6 @@ --- title: -description: +description: author: <@zkjew (citing @ethwarrior “0x05-0x263d-DA-2d8c260b”)> discussions-to: <(https://hey.xyz/posts/0xdd33-0x087e-DA-00b18a3a)> status: Draft @@ -10,28 +10,29 @@ created: <(2024-06-28)> requires: ## Abstract - +< + The Lens Algorithm Marketplace enables users to monetize their content and allows third parties to sell curated feeds to users. LIP-26 proposes a primitive where users can bring their own feeds 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 content to algorithm curators. 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 Fees Tokens (UOFs) to be built. In this marketplace, users can delegate an "agent" who based on data from the user fills their feed with desirable or profitable content proposed by 3rd party curators. This allows users to earn from their ownership of UOFs, or utilize distribution by third parties to other users, as well as control how their feed is generated. 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 - +> ## Rationale - +< + Simply put, the Lens Algorithm Marketplace aims to commoditize content curation for User-Owned Feeds (UOFs). +> ## Backwards Compatibility