LikeStarter: Turning Social Engagement into Decentralized Capital via Ethereum DAOs

LikeStarter: a Smart-contract based Social DAO for Crowdfunding

2022-02-28
Zichichi, Mirko, Contu, Michele, Ferretti, Stefano, D'Angelo, Gabriele
Summary
Problem
Method
Results
Takeaways
Abstract

LikeStarter is a decentralized social crowdfunding platform built on the Ethereum blockchain as a Decentralized Autonomous Organization (DAO). The system uniquely bridges social interaction with micro-donations by mapping "likes" to Ethereum-based transactions, using a dual-token model (Likoin and Buck) to incentivize communal support and growth.

TL;DR

LikeStarter is a blockchain-based DApp that redefines crowdfunding by integrating it with social media mechanics. By turning a "Like" into a micro-donation on the Ethereum blockchain, it creates a self-sustaining ecosystem where creators gain funds and fans gain "shares" (Likoins) in an artist's success. It moves beyond simple donations to a true Decentralized Autonomous Organization (DAO) structure.

Background: The Gap Between Popularity and Profit

In the current Web2 landscape, an artist might have millions of "likes" on Instagram but struggle to pay rent. Centralized platforms like Patreon or Kickstarter bridge this gap but act as rent-seeking intermediaries. The authors of LikeStarter identify a "Like-Economy" where social activity has intrinsic value that remains largely untapped by the creators themselves. Their goal? To marry the viral nature of social media with the trustless execution of Smart Contracts.

Methodology: The Dual-Token "Autocatalytic" Engine

The core innovation of LikeStarter lies in its architecture of five interconnected smart contracts (Likoin, Buck, Crowdsale, ArtifactsManager, and Voting). Unlike singular token systems, LikeStarter uses a dual-token approach to separate investment from utility.

1. The Tokenomics Strategy

  • Likoin (The Equity): An ERC-20 token that represents a user's "stake" in a creator. You get Likoins by "liking" a post (which triggers an ETH transfer).
  • Buck (The Currency): A non-tradable token used to buy "artifacts" (albums, art, merch). You get Bucks by converting Likoins.

2. The Autocatalytic Cycle

This is the "Why it works" moment. When a user converts Likoin to Bucks to buy something, the Likoins are not destroyed. Instead, they are redistributed to all other Likoin holders. This means as an artist becomes more popular and more people buy their work, the early supporters see their "share" of the artist's ecosystem grow automatically.

The Autocatalytic Cycle Fig 1: The feedback loop where social behavior and financial profit reinforce each other.

Architecture: Built on Decentralized Logic

The system is entirely serverless in its governance. The Voting Smart Contract ensures that the creator doesn't have the final say on prices; instead, the community of Likoin holders votes on the value of artifacts. This ensures the market remains fair and the DAO remains truly "autonomous."

LikeStarter Architecture Fig 2: The modular smart contract architecture on Ethereum.

Real-World Use Case: The "Jeff Stevenson" Scenario

The paper illustrates a musician, Jeff, who raises 100 ETH through the platform.

  1. Funding: Fans "Like" Jeff's new song, sending micro-amounts of ETH and receiving Jeff-Likoins.
  2. Governance: Jeff proposes a new Christmas single (Artifact).
  3. Pricing: The community uses their Likoins to vote on the price in Bucks.
  4. Purchase: Fans convert Likoins to Bucks, simultaneously buying the song and rewarding all other fans via the redistribution mechanism.

Donation via Like Fig 3: The user interface where a simple social "like" triggers a blockchain transaction.

Critical Insight & Conclusion

LikeStarter is a precursor to what we now call SocialFi. Its strength lies in its incentive alignment: the more famous the artist becomes, the more valuable the fans' holdings become.

Limitations:

  • Gas Costs: On the Ethereum mainnet, a "micro-donation" (a few cents) could cost dollars in transaction fees. This is a significant hurdle mentioned implicitly by the need for a wallet.
  • Scalability: While the logic is sound, the "Like = Transaction" model requires high throughput, likely necessitating Layer-2 solutions in a production environment.

Final Takeaway: LikeStarter shifts the paradigm from "supporting an artist" to "investing in an artist's growth," potentially solving the monetization crisis for digital creators.

Find Similar Papers

Try Our Examples

  • Search for recent papers investigating "SocialFi" (Social Finance) or "Like-to-Earn" models that utilize ERC-20 tokens for social engagement.
  • Which original research proposed the "autocatalytic cycle" in tokenomics, and how have subsequent DAO frameworks improved upon decentralized dividend distribution?
  • Examine how current Layer-2 scaling solutions (like Arbitrum or Polygon) are being used to mitigate High Gas Fees in micro-donation systems similar to LikeStarter.
Contents
LikeStarter: Turning Social Engagement into Decentralized Capital via Ethereum DAOs
1. TL;DR
2. Background: The Gap Between Popularity and Profit
3. Methodology: The Dual-Token "Autocatalytic" Engine
3.1. 1. The Tokenomics Strategy
3.2. 2. The Autocatalytic Cycle
4. Architecture: Built on Decentralized Logic
5. Real-World Use Case: The "Jeff Stevenson" Scenario
6. Critical Insight & Conclusion