likestarter
play

LikeStarter: a Smart-contract based Social DAO for Crowdfunding - PowerPoint PPT Presentation

LikeStarter: a Smart-contract based Social DAO for Crowdfunding Mirko Zichichi , Michele Contu, Stefano Ferretti, Gabriele DAngelo Outline Introduction | Crowdfunding and DAO LikeStarter Mechanisms | Users | Likes | Shares and


  1. LikeStarter: a Smart-contract based Social DAO for Crowdfunding Mirko Zichichi , Michele Contu, Stefano Ferretti, Gabriele D’Angelo

  2. Outline ● Introduction | Crowdfunding and DAO ● LikeStarter Mechanisms | Users | Likes | Shares and Artifacts | Ecosystem ● Software Architecture | Likoin | Buck | Crowdsale | ArtifactsManager | Voting ● Conclusions

  3. Introduction Mechanisms SW Architecture Conclusions Crowdfunding and DAO LikeStarter Crowdfunding Form of collective funding in which small investments made by people support new startup projects and content creators Funders are convinced by creations to participate in order to seek rewards and enforce the connections with people in their social network 1 Mirko Zichichi

  4. Introduction Mechanisms SW Architecture Conclusions Crowdfunding and DAO LikeStarter Crowdfunding Decentralized Autonomous Organizations Form of collective funding in which Blockchain enables the development of small investments made by people new governance systems characterized support new startup projects and by more democratic and inclusive content creators decision making Funders are convinced by Through Smart Contracts DAO is creations to participate in order to deployed in Ethereum and members can seek rewards and enforce the exchange ethers and tokens or propose connections with people in their and vote options for operative decisions social network 1 Mirko Zichichi

  5. Introduction Mechanisms SW Architecture Conclusions Crowdfunding and DAO LikeStarter LikeStarter is a Social Service that enables users to: ● spread their productions in the platform ● raise funds from other users through a simple Like www.depositphotos.com 2 Mirko Zichichi

  6. Introduction Mechanisms SW Architecture Conclusions Crowdfunding and DAO LikeStarter LikeStarter is a DAO where: ● crowdfunding investors take decisions together with the creator and aim to make him famous to increase his creations value www.ethereum.org/dao 3 Mirko Zichichi

  7. Introduction Mechanisms SW Architecture Conclusions Users Likes Shares and Artifacts Ecosystem LikeStarter Users Standard Users Creators A creator is a crowdfunding beneficiary Anyone can register to the platform just able to propose artifacts and post like a standard social network . content in order to increase his visibility. Every like to a post or donation to a His work can be appreciated and creator gives back a token that can be funded by standard users but also redeemed for an artifact produced by “ managed ”... that one. 4 Mirko Zichichi

  8. Introduction Mechanisms SW Architecture Conclusions Users Likes Shares and Artifacts Ecosystem Like Donation A like to a post represents a microtransaction between user and creator and converts an amount of Ether into ERC20 tokens: Likoins For a donor, possessing Likoins states that he has funded a particular creator with a certain amount of Ether. 5 Mirko Zichichi

  9. Introduction Mechanisms SW Architecture Conclusions Users Likes Shares and Artifacts Ecosystem Like Donation Crowdfunding A like to a post represents a In our approach the crowdfunding is microtransaction between user and strictly bonded to the like mechanism creator and converts an amount of because more likes directly implies Ether into ERC20 tokens: Likoins more funds Likoins can be redeemed for artifacts, but For a donor, possessing Likoins they also allow the donor to gain an active states that he has funded a particular role in the crowdfunding management creator with a certain amount of providing him voting capabilities Ether. 5 Mirko Zichichi

  10. Introduction Mechanisms SW Architecture Conclusions Users Likes Shares and Artifacts Ecosystem Buying Artifacts A creator can offer to his donors different products (artifacts) that can be traded only for Bucks , which are obtained by converting Likoins Likoins and Bucks refer to a single crowdfunding beneficiary : tokens obtained for a specific beneficiary, cannot be used for another one 6 Mirko Zichichi

  11. Introduction Mechanisms SW Architecture Conclusions Users Likes Shares and Artifacts Ecosystem Buying Artifacts Shares Each converted Likoin is distributed A creator can offer to his donors to all beneficiary’s Likoin holders different products (artifacts) that can be proportionally to the amount owned traded only for Bucks , which are obtained by converting Likoins Thus, the Likoin can be seen as a Likoins and Bucks refer to a single derivative product , from which a crowdfunding beneficiary : tokens donor can profit directly depending on obtained for a specific beneficiary, the success of the financed creator cannot be used for another one 6 Mirko Zichichi

  12. Introduction Mechanisms SW Architecture Conclusions Users Likes Shares and Artifacts Ecosystem A donor is encouraged to fund a new creator, LikeStarter because he will receive more dividends if the Ecosystem crowdfunding goes well Creator has a good start and if the The mechanism of sharing a The Likoin to crowdfunding Buck Likoin when is converted to catches conversion interest, he will Buck is the key to let increases the gain popularity balance of everyone receive a benefit in holders, especially for the platform. the early Creator becomes donors popular and lots of users convert Likoins to Bucks to buy Artifacts 7 Mirko Zichichi

  13. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram LikeStarter Contracts Likoin & Buck Crowdsale Voting ArtifactsManager Tokens used for Simple contract for Allows the content A DAO Crowdfunding. Crowdfunding that creator to offer implementation that These refer to a allows to buy Likoin artifacts to other allows Likoin holders single crowdfunding token transfering users that can be to vote for a price to beneficiary ETH to the creator traded for Bucks give to an artifact 8 Mirko Zichichi

  14. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram Likoin contract It is the core component of the ● system, it acts as a token as well as a financial share. Express the relation between ● crowdfunding beneficiary and the token holder Can be transferred from an account ● to another as a regular ERC20 token 9 Mirko Zichichi

  15. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram Buck contract Not a standard ERC20 token since it ● cannot be traded between accounts Can be acquired only by converting ● Likoins through an irreversible operation It is only accepted for artifacts ● payments 10 Mirko Zichichi

  16. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram Crowdsale contract Is a simple contract based on the ● OpenZeppelin crowdsale library Allows a user to transfer Ether to a ● creator, every time he likes a post or donate through the creator page Mints Likoin for users in exchange ● for the amount of ether they donated 11 Mirko Zichichi

  17. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram Artifacts Manager contract Allows the creator to offer and ● manage artifacts The price in Bucks is agreed by the ● DAO composed by all Likoin holders , through the interaction with Voting contract Also used to record the ownerships ● between an artifact and an account 12 Mirko Zichichi

  18. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram Voting contract DAO implementation that regulates ● the crowdfunding progress and the related activities through voting Actually used to reach a consensus ● on the value/price of an artifact A member of the DAO related to a ● crowdfunding is an account that holds any amount of Likoins for that specific beneficiary 13 Mirko Zichichi

  19. Introduction Mechanisms SW Architecture Conclusions Contracts Likoin Buck Crowdsale ArtifactsManager Voting Diagram Convert Likoin to Buck and buy an Artifact 14 Mirko Zichichi

  20. Introduction Mechanisms SW Architecture Conclusions User Interface Future Developments User Interface 15 Mirko Zichichi

  21. Introduction Mechanisms SW Architecture Conclusions User Interface Future Developments Future Developments ● State channels for microtransactions ● InterPlanetary File System ( IPFS ) protocol for artifacts ● Social Network site User Experience ● https://github.com/flamel13/eth-crowdsale 16 Mirko Zichichi

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend