<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Interledger Community 🌱: Greg Hannam</title>
    <description>The latest articles on The Interledger Community 🌱 by Greg Hannam (@gjhannam23).</description>
    <link>https://community.interledger.org/gjhannam23</link>
    <image>
      <url>https://community.interledger.org/images/Wyk1mT35lyjz2dAufNPkp6nIaVSJgC9DA8faObxy_w4/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL3VzZXIv/cHJvZmlsZV9pbWFn/ZS80Mi9lMzEzZTg5/Ni01NDE3LTRkZTYt/YTc5MC1kNWFkNjkz/NmVhOWIuanBn</url>
      <title>The Interledger Community 🌱: Greg Hannam</title>
      <link>https://community.interledger.org/gjhannam23</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.interledger.org/feed/gjhannam23"/>
    <language>en</language>
    <item>
      <title>Freemitization — Grant Report #1</title>
      <dc:creator>Greg Hannam</dc:creator>
      <pubDate>Fri, 12 Feb 2021 09:09:13 +0000</pubDate>
      <link>https://community.interledger.org/vividiov/freemitization-grant-report-1-391</link>
      <guid>https://community.interledger.org/vividiov/freemitization-grant-report-1-391</guid>
      <description>&lt;p&gt;This post will be an update on our progress on the Grant for the Web project: Freemitization.&lt;/p&gt;

&lt;h1&gt;
  
  
  Progress on objectives
&lt;/h1&gt;

&lt;p&gt;I go into detail for every aspect of the project below in the Key Activities section however in the interest of brevity here is a TL;DR for our progress:&lt;/p&gt;

&lt;p&gt;-- Demo of freemitization module &lt;a href="https://www.loom.com/share/44d1ef6bb14341ec9927c8504b7aad17"&gt;Demo Recording&lt;/a&gt;&lt;br&gt;
-- Initial build of revenue sharing via smart contracts (Demo coming soon)&lt;br&gt;
-- Release of alpha Peerkat platform on the ThunderCore Hub (Blog post coming soon)&lt;br&gt;
-- Created a UX survey “The Web Monetization Survey” to collect primary feedback from WM users (Final review in progress)&lt;br&gt;
-- Arranged, recorded and released our JAM podcast sessions ready for our content marketing campaign - &lt;a href="https://community.webmonetization.org/vividiov/just-a-meme-podcast-1p69"&gt;see our post&lt;/a&gt; &lt;br&gt;
-- Began researching and developing ideas on becoming a Web Monetization service provider (More details coming soon)&lt;/p&gt;

&lt;h1&gt;
  
  
  Key activities
&lt;/h1&gt;

&lt;p&gt;As previously stated we received the grant to work on four main areas; advancement / integration of Web Monetization technology via the creation of two Web Monetization focused modules and development of the Peerkat platform, a user research project and promoting the technology through educational materials via the various marketing channels. &lt;/p&gt;

&lt;p&gt;You can see all our objectives in &lt;a href="https://community.webmonetization.org/vividiov/what-are-the-objectives-of-freemitization-1jac"&gt;this post&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Web Monetization
&lt;/h2&gt;

&lt;p&gt;Milestone update:&lt;br&gt;
[✅ Done] i. Integrate XRP tipbot, gather technical information about ILP and advertising implementation&lt;br&gt;
[🛠 In Progress] ii. Work with Web Monetisation testing various ways to serve ads to non web monetized users&lt;br&gt;
[🛠 In Progress] iii. Create, user test and iterate prototyped solution for serving ads with a number of users from each target group. Build out once acceptance criteria are passed through defining wireframes for user journeys (happy/unhappy paths) and accessibility requirements.&lt;br&gt;
[🛠 In Progress] iv. Finalise the freemium module and release to developers, begin design and development on redistribution of payments&lt;br&gt;
[📋 To do] v. Gather feedback from developers and improve on freemium module, Implement first iterations of redistribution model&lt;br&gt;
[📋 To do] vi. Finalise redistribution module, release to user and developers for testing&lt;br&gt;
[📋 To do] vii. Make any improvements, fix bugs based on testing&lt;/p&gt;

&lt;h3&gt;
  
  
  i. Research phase
&lt;/h3&gt;

&lt;p&gt;Our first idea was to use XRP Tipbot again to build some sort of crypto aspect into our platform before we worked on the Web Monetization part. However, we came to the decision to postpone this for two reasons; &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The XRP Tipbot is an experimental product and we feel it is unlikely to be developed and supported further unless it is acquired, &lt;/li&gt;
&lt;li&gt;we realised tying ourselves to Twitter logins through the tipbot wasn't a feasible long term strategy so we opted to use a different model with a focus on interoperability.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  ii. Development of Web Monetization
&lt;/h3&gt;

&lt;p&gt;After the early works phase, we began to implement the technology. We encountered a number of challenges on the technology side namely;&lt;/p&gt;

&lt;h4&gt;
  
  
  Development and testing resources.
&lt;/h4&gt;

&lt;p&gt;One of the issues we had to think about is how we can mock the events. It would be great if there was an example of how to do so in the documentation. We were able to find two great resources to replicate Web Monetization; &lt;a href="https://dev.to/gustavogr/web-monetization-simulator-dnc"&gt;Web Monetization simulator&lt;/a&gt; and &lt;a href="https://github.com/sunchayn/monetize.js"&gt;monetize&lt;/a&gt;. We used these two modules to implement our own mocking module.&lt;/p&gt;

&lt;h4&gt;
  
  
  Error events
&lt;/h4&gt;

&lt;p&gt;We also needed a way to catch Web Monetization event errors. The example on the webpage &lt;a href="https://testwebmonetization.com/"&gt;test Web Monetization&lt;/a&gt; is good, but we are also implementing a similar approach in our freemitization module. &lt;/p&gt;

&lt;p&gt;We registered new events such as &lt;code&gt;monetizationstart-error&lt;/code&gt; and &lt;code&gt;monetizationprogress-error&lt;/code&gt; to catch when errors occur. &lt;/p&gt;

&lt;p&gt;We also investigating two more events called &lt;code&gt;monetizationreceipt-proof&lt;/code&gt; and &lt;code&gt;monetizationreceipt-error&lt;/code&gt;, to explore other cases where third party verification services are being used to confirm payment receipts.&lt;/p&gt;

&lt;h4&gt;
  
  
  Non-active webpage
&lt;/h4&gt;

&lt;p&gt;Our use case requires active monetization to prevent video adverts. When a page is not active for example if the user is on another tab or application, the Web Monetization payments stop. &lt;/p&gt;

&lt;p&gt;We are exploring the use of creating a new event called &lt;code&gt;monetization-paused&lt;/code&gt; to handle this case in the interim, although a more native solution would be preferred.&lt;/p&gt;

&lt;h4&gt;
  
  
  ILP resources
&lt;/h4&gt;

&lt;p&gt;We have come across some older articles and examples which are no longer supported, it would be good to have a clearer view of ideas which are no longer being pursued and things that do not work anymore. &lt;/p&gt;

&lt;h3&gt;
  
  
  iii. Freemitization prototype system
&lt;/h3&gt;

&lt;p&gt;The first phase of work has led us to produce a prototype system, a demo of which can be viewed here: &lt;a href="https://www.loom.com/share/44d1ef6bb14341ec9927c8504b7aad17"&gt;Demo Recording&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  iv. Finalise the freemium module and release to developers, begin design and development on redistribution of payments
&lt;/h3&gt;

&lt;p&gt;Whilst the Freemium module isn’t ready to go we are confident we will have something relatively soon. We have already made progress into redistribution of payments using a smart contract to do this. We are aware of some scaling issues with this approach so will look to minimize those as we continue developing a solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Peerkat Platform
&lt;/h2&gt;

&lt;p&gt;Milestone update:&lt;br&gt;
[✅ Done] i. Define and develop MVP for all tiers of service, incl. Digital analytic requirements and onboard initial testers (whilst grouping them into target user groups and profiles in accordance to GDPR)&lt;br&gt;
[✅ Done] ii. Collect feedback from alpha testers and fix bugs, develop additional features, work on integration with Uphold Wallet&lt;br&gt;
[📋 To do] iii. Enhance user profile page (based on qual/quant data) and integrate social features&lt;br&gt;
[📋 To do] iv. Optimise onboarding process to streamline user acquisition including referral mechanism&lt;br&gt;
[📋 To do] v. Integrate freemium module into platform for further usability testing, add UI elements to improve UX&lt;br&gt;
[📋 To do] vi. Test and implement gamification of platform with user voting&lt;br&gt;
[📋 To do] vii. Develop task and reward system in app to entice continued use&lt;/p&gt;

&lt;h3&gt;
  
  
  i. Define and develop MVP for all tiers of service, incl. Digital analytic requirements and onboard initial testers
&lt;/h3&gt;

&lt;p&gt;We set out to build a live streaming platform, and that does still remain the case, however we realised prior to starting the Grant for the Web project we would have a cold start problem i.e. no users. In order to gain users, we first partnered with the ThunderCore team that has a DApp store with 100k monthly active users. We released an alpha version of our app to this community of crypto enthusiasts. &lt;/p&gt;

&lt;p&gt;One key part of an alpha (or beta onwards) is to gather usage data and see where things drop off. In this regard we opted for Mixpanel and Google Analytics.&lt;/p&gt;

&lt;p&gt;Here is our Master Dashboard for the information we get from Mixpanel.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/-s-wGtf0kwg-AtIxOyCqzF9Ftmd-4j6y4iJUpTuI08I/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2oxZHJpaXlseG1z/M3J3bGN5YXVrLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/-s-wGtf0kwg-AtIxOyCqzF9Ftmd-4j6y4iJUpTuI08I/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2oxZHJpaXlseG1z/M3J3bGN5YXVrLnBu/Zw" alt="Peerkat Mixpanel" width="880" height="539"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And our google analytics &lt;br&gt;
&lt;a href="https://community.interledger.org/images/Oo8UhTmLmzUqyPQRonjYv_5Cam8meeczWuTF4KJgovo/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/Lzhod3BjMWhtdGg1/Mzl5bzdrMnIwLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Oo8UhTmLmzUqyPQRonjYv_5Cam8meeczWuTF4KJgovo/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/Lzhod3BjMWhtdGg1/Mzl5bzdrMnIwLnBu/Zw" alt="Peerkat GA" width="880" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While the alpha has had a good start we now need to focus on content and retention, but these will come with further development.&lt;/p&gt;

&lt;h3&gt;
  
  
  ii. Collect feedback from alpha testers and fix bugs, develop additional features, work on integration with Uphold Wallet
&lt;/h3&gt;

&lt;p&gt;As above, with the launch we can now begin testing with alpha users and collecting data. &lt;/p&gt;

&lt;p&gt;To start we have asked a basic question of what type of content the users would like to see more of, and here are the results:&lt;br&gt;
&lt;a href="https://community.interledger.org/images/hmklW4B4qlv0snMkYUiPZm2lhlR4dU_XbSaBW5pObAY/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L3lud21pMGVpMzB6/azFxemFibnVxLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/hmklW4B4qlv0snMkYUiPZm2lhlR4dU_XbSaBW5pObAY/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L3lud21pMGVpMzB6/azFxemFibnVxLnBu/Zw" alt="Content feedback" width="331" height="350"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This gives us a good steer to focus what content we look to bring into the platform sooner.&lt;/p&gt;

&lt;p&gt;We are currently assessing the Uphold integration, which may be put on hold for a while longer as we focus on the Web Monetisation area.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Community and marketing
&lt;/h2&gt;

&lt;p&gt;Milestone update:&lt;br&gt;
[✅ Done] i. Establish partnerships with key supporters&lt;br&gt;
[✅ Done 🔄 Changed] ii. Create content plan for following 6 months, release one podcast and two educational blogs&lt;br&gt;
[✅ Done 🔄 Changed] iii. Run workshops for user experience, release one podcast and two educational blog&lt;br&gt;
[✅ Done 🔄 Changed]  iv. Collate and synthesise findings from user experience workshop and share with ecosystem by publishing findings, release one podcast and two educational blogs, plan Christmas content competition&lt;br&gt;
[📋 To do 🔄 Changed] v. Run Christmas content competition, plan new year grant giveaways. Optimise content distribution channels, release one podcast and two educational blogs&lt;br&gt;
[📋 To do 🔄 Changed] vi. Release one podcast and two educational blogs, distribute grant giveaways, Web Monetization webinar by Ike Iwumene&lt;br&gt;
[📋 To do] vii. Release one podcast and two educational blogs, content creation &amp;amp; distribution webinar&lt;/p&gt;

&lt;h3&gt;
  
  
  i. Key supporters and partners
&lt;/h3&gt;

&lt;p&gt;Prior to Grant for the Web we had already secured our main partnership with the ThunderCore Hub DApp store. This is and will continue to be a cornerstone of user adoption strategy for the foreseeable future while we iterate on the product to get to version 1.0.&lt;/p&gt;

&lt;p&gt;We have a number of other partners and collaborators that have been involved during this process and are ongoing, these include; UCL CBT, Encode Club, Mousebelt.&lt;/p&gt;

&lt;p&gt;Otherwise, we are continuing our outreach to more content creators, particularly in gaming and crypto to see if they would be interested in reaching a new audience. In this regard we are in early stage talks with a number of e-sport outfits to collaborate on bringing exciting new content and experiences to the platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  Changes to objectives
&lt;/h3&gt;

&lt;p&gt;Podcasts and blog content - Since writing the Grant application we decided that a better approach for our content marketing strategy would be to generate more podcasts, interviewing a greater number of grantees and guests and focus our energies on promoting that content through the various social channels rather than producing blogs. It took awhile for us to get the correct platforms set up in order to release the social media content. That’s now in full swing.&lt;/p&gt;

&lt;p&gt;User workshops - These workshops were intended to bring a group of people in a room together to work through Web Monetization onboarding. This has proven more difficult to facilitate than anticipated and therefore got changed to focus more on the user interviews detailed in the UX report, and research gathered by the survey.&lt;/p&gt;

&lt;p&gt;Content competitions - We had to change many of the milestones above as we missed getting the platform out in time for a christmas content competition. &lt;/p&gt;

&lt;p&gt;Further to this we are not yet in a position to fully embrace user generated content on the platform. There are many obvious legal and regulatory headaches with allowing any content onto a site. We have been working with a team to clear some of these up, however it looks like we may not be able to achieve this competition idea in the way we envisage. &lt;/p&gt;

&lt;p&gt;Grant Giveaways - with the above competition on hold it may also be that the grant giveaways will need to go on hold to. These were initially intended to award the competition winners for the best / top rated pieces, however we are yet to build these functionalities. &lt;/p&gt;

&lt;h2&gt;
  
  
  4. User Experience Research Report
&lt;/h2&gt;

&lt;p&gt;Milestone update:&lt;br&gt;
[✅ Done] i. Secondary research and synthesise into themes to identify gaps in knowledge for primary research of target user groups.&lt;br&gt;
[🛠 In Progress] ii. Design primary research based on what we want to learn from secondary research using quantitative user feedback from MVP (survey) and qualitative (user interviews), to understand user acceptance and additional needs/features. Synthesise insight to deliver opportunities for the project team by personas.&lt;br&gt;
[📋 To do] iii. Plan, design and conduct user tests for Web Monetization&lt;br&gt;
[📋 To do] iv. Plan, design and conduct tests&lt;/p&gt;

&lt;h3&gt;
  
  
  i. Groundwork secondary research
&lt;/h3&gt;

&lt;p&gt;We completed secondary research pulling together articles and reviews of the current Web Monetization system. We can add a number of works from other grantees, and will release these as part of our UX report. &lt;/p&gt;

&lt;h3&gt;
  
  
  ii. Design primary research based
&lt;/h3&gt;

&lt;p&gt;Working with UX specialists to refine our primary user research report and we are almost ready to launch our survey. In the survey, we ask questions about the current Web Monetization ecosystem and how we can improve it. &lt;/p&gt;

&lt;p&gt;We have secured a number of collaborators for the ux report where we will compile the best research to date and present as a graphically designed webpage. &lt;/p&gt;

&lt;p&gt;This will become extremely useful research for the Web Monetization community and ecosystem of projects to learn from the findings. We hope it will help inform the development of the next generation of brilliant user-focused web monetized products and content. The results will be collated and published by Vivid IoV Labs at &lt;a href="https://www.vividiov.com/"&gt;https://www.vividiov.com/&lt;/a&gt; &amp;amp; relevant channels with the support of the Grant for the Web.&lt;/p&gt;

&lt;p&gt;We are still in the process of defining and setting up user interviews.&lt;/p&gt;

&lt;h1&gt;
  
  
  Communications and marketing
&lt;/h1&gt;

&lt;p&gt;Our main objective so far has been to release the podcast, with this started we can begin the content marketing campaign to amplify the posts.&lt;/p&gt;

&lt;p&gt;In a separate series of posts I will run through our stats month by month so we can track the progress of our efforts.&lt;/p&gt;

&lt;h1&gt;
  
  
  What community support would benefit your project?
&lt;/h1&gt;

&lt;p&gt;Four things that would be incredibly useful:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Contributors
&lt;/h2&gt;

&lt;p&gt;Request for any contributors to "The Web Monetization UX Report"- please get in touch to register interest in contributing to our WM UX Report, community effort and contributions will be credited to the author, along with our survey results we will be collating and presenting all of the research as a public webpage.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Fill a survey
&lt;/h2&gt;

&lt;p&gt;Filling in our UX Survey as soon as it is live - the more comprehensive study, the better this will be for the ecosystem/participants to learn and benefit from.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Spread the good stuff
&lt;/h2&gt;

&lt;p&gt;Please like, subscribe and comment on any you watch as it'll let the algo's know we're doing good stuff and get the word out faster!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Be a guest
&lt;/h2&gt;

&lt;p&gt;We need more podcasts guests! We are interested in talking to all of the Grant for the Web community. From looking through the Grantees list there are some amazing projects and we believe each one of you guys has something great to share. So if you would like to be on the podcast hit the "Podcast Me" button on the side of this post or sign up &lt;a href="https://www.vividiov.com/podcast"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What’s next?
&lt;/h1&gt;

&lt;p&gt;With the release of the podcast we now have a core of content with which we can use to leverage the various strengths of the social platforms to effectively get the word out. I will go into how we intend to do this in a deeper dive post coming soon to the forum.&lt;/p&gt;

&lt;p&gt;Our plans for the next couple of months remain largely unchanged in that we will play catch up to hit the rest of our proposed milestones, whilst continuing to build on our momentum gained so far!&lt;/p&gt;

&lt;p&gt;We have also begun to research how to best support the Web Monetization ecosystem going forward and have identified several issues. One of the most pressing we feel able to answer is the lack of Web Monetization service providers. As such we are in early conversations with our partners to refine this idea and should have something coming out about it soon.&lt;/p&gt;

&lt;h1&gt;
  
  
  Additional comments
&lt;/h1&gt;

&lt;p&gt;Drop us a line on any of the above, always happy to jump on a call to help the community grow.&lt;/p&gt;

&lt;p&gt;Hope this post was semi-coherent and somewhat easy to follow, felt like a lot of info to get across when I started 😅.&lt;/p&gt;

&lt;h1&gt;
  
  
  Relevant links/resources
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.loom.com/share/44d1ef6bb14341ec9927c8504b7aad17"&gt;Freemitization Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/gustavogr/web-monetization-simulator-dnc"&gt;Web Monetization simulator&lt;/a&gt; &lt;br&gt;
&lt;a href="https://github.com/sunchayn/monetize.js"&gt;monetize&lt;/a&gt;&lt;br&gt;
&lt;a href="https://testwebmonetization.com/"&gt;test Web Monetization&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.webmonetization.org/vividiov/just-a-meme-podcast-1p69"&gt;Podcast Post&lt;/a&gt; &lt;br&gt;
&lt;a href="https://www.vividiov.com/podcast"&gt;"Podcast Me"&lt;/a&gt;&lt;br&gt;
&lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

</description>
      <category>grantreports</category>
      <category>gftw</category>
    </item>
    <item>
      <title>Just A Meme Podcast (First Batch)</title>
      <dc:creator>Greg Hannam</dc:creator>
      <pubDate>Mon, 08 Feb 2021 14:17:19 +0000</pubDate>
      <link>https://community.interledger.org/vividiov/just-a-meme-podcast-1p69</link>
      <guid>https://community.interledger.org/vividiov/just-a-meme-podcast-1p69</guid>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;We are super excited to announce the launch of our podcast Just A Meme (JAM for short) where we look at building and using better business models for the internet. &lt;/p&gt;

&lt;p&gt;There will be more to come but here is our first season(ish) featuring many of the Grant for the Web grantees.&lt;/p&gt;

&lt;p&gt;I'll do a brief intro below but you can find the episodes here: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please like, subscribe and comment on any you watch as it'll let the algo's know we're doing good stuff and get the word out faster!&lt;/p&gt;

&lt;h1&gt;
  
  
  How you can help!
&lt;/h1&gt;

&lt;p&gt;We are interested in talking to all of the Grant for the Web community. From looking through the Grantees list there are some amazing projects and we believe each one of you guys has something great to share. &lt;/p&gt;

&lt;p&gt;So if you would like to be on the podcast hit the "Podcast Me" button on the side of this post or sign up &lt;a href="https://www.vividiov.com/podcast"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Why Just A Meme
&lt;/h1&gt;

&lt;p&gt;First off thought it would be good to explain the name! &lt;/p&gt;

&lt;p&gt;One of the cofounders came up with the idea (based on the phrase it was all just a dream - the blockchain ecosystem has many ethereal qualities sometimes) and we all liked it as a nod to pop culture in tech, specifically blockchain and crypto where the meme game is especially strong.&lt;/p&gt;

&lt;p&gt;A core component of some crypto businesses community outreach is meme generation - see Near, DeFi in general.&lt;/p&gt;

&lt;p&gt;Meme’s also seem to have this way of making stuff a bit more light hearted and that’s what we are going for to help make it more accessible for non-crypto fan.&lt;/p&gt;

&lt;p&gt;You can get my brief intro here to the series: &lt;a href="https://pod.link/1551973067/episode/YmI5NDQzZjAtY2U5YS00MjhmLWJjMDItMjI1NTc3NjY4YzEx"&gt;Web Monetized Link&lt;/a&gt; / &lt;a href="https://www.youtube.com/watch?v=ynF4KQc0qZM"&gt;YouTube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now for the episodes...&lt;/p&gt;

&lt;h1&gt;
  
  
  The Episodes To Date
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Casey at Ballet Rising
&lt;/h2&gt;

&lt;p&gt;First up was Casey joining us from Ballet Rising. We spoke about what the future holds for Ballet, and how people can monetize performing arts through micropayments.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/VfnaoAMEZiVKBW29r7t_QDgW52eOafHxsdjxX7mestg/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2hyN2pmengyc2d5/Y3k2dzZ0NHdxLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/VfnaoAMEZiVKBW29r7t_QDgW52eOafHxsdjxX7mestg/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2hyN2pmengyc2d5/Y3k2dzZ0NHdxLnBu/Zw" alt="JAM#2: Casey at Ballet Rising on using crypto to tap into massive dance interest across the globe" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All episodes here: &lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Their Grant for the Web project is described as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Ballet Rising &lt;br&gt;
Producing Web Monetized videocasts, short films, feature articles, and interviews that showcase how global cultures are reshaping the ballet world. The performing arts, especially dance, typically rely on live, in-person audiences to showcase their work and to monetize artistic creation. Online, most performing arts groups offer their content for free. We believe that Web Monetization technology presents an opportunity to revolutionize the performing arts industry, bringing arts to broader audiences than could ever attend theatres and providing new streams of income for creators and performers. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Check out more from Casey and the team here:&lt;br&gt;
Ballet Rising ► &lt;a href="https://balletrising.com/"&gt;https://balletrising.com/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Will and Dulce from Immers-Space
&lt;/h2&gt;

&lt;p&gt;Will and Dulce then joined us from a snowy USA. Their company, Immers Space is building a truly decentralised metaverse.&lt;/p&gt;

&lt;p&gt;The Metaverse is a serious hot topic. While it's very early days, I believe we have some crucial design decisions needed to be made that could shape the next decades (see Ready Player One for a pessimists view).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/aAGm_oupTSF5K1HUrHyYXag7ApN_nuMMaz5WajWbKZw/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/LzJ1MTF2NWR4bXF2/NXFzdWN5dGhtLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/aAGm_oupTSF5K1HUrHyYXag7ApN_nuMMaz5WajWbKZw/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/LzJ1MTF2NWR4bXF2/NXFzdWN5dGhtLnBu/Zw" alt="JAM#3: Will &amp;amp; Dulce from Immers Space on building a truly decentralised metaverse for creators" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All episodes here: &lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Their Grant for the Web project is described as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Immers Space: Experience the Immersive Web Together&lt;br&gt;
Immers Space is helping to create the metaverse: a cross-platform and decentralized social network for the Immersive Web. It embraces open standards, enables self-ownership of data and content, and creates alternative business models for content creators that protect user privacy. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Check out more from the team here:&lt;br&gt;
Immers Space ► &lt;a href="https://web.immers.space/"&gt;https://web.immers.space/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Hessel from The Tribe of Noise
&lt;/h2&gt;

&lt;p&gt;Next up, from the Netherlands, we had Hessel join us from The Tribe of Noise where they are trying to help independent artists to make money.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/gnbqjuoTEYjRifMkH_tzIlYTSP_DdcuuBzQNfLRC964/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2RvbnpiY3dsdjZk/dHhkaWJtcWxwLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/gnbqjuoTEYjRifMkH_tzIlYTSP_DdcuuBzQNfLRC964/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2RvbnpiY3dsdjZk/dHhkaWJtcWxwLnBu/Zw" alt="JAM#4: Hessel from The Tribe of Noise, Web Monetization: Impacting the DIY Music Industry" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All episodes here: &lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Their Grant for the Web project will integrate Web Monetization into the platform while leading a community discussion about how creators and users can benefit from Web Monetization tooling built on open and sustainable web standards. The PR is &lt;a href="https://www.grantfortheweb.org/blog/free-music-archive"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Check out more from Hessel and the team here:&lt;br&gt;
Tribe of Noise ► &lt;a href="https://www.tribeofnoise.com/"&gt;https://www.tribeofnoise.com/&lt;/a&gt;&lt;br&gt;
Free Music Archive ► &lt;a href="https://freemusicarchive.org/"&gt;https://freemusicarchive.org/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Adam on building gFam Live
&lt;/h2&gt;

&lt;p&gt;Adam, from 'straya (aka Australia) now based in Oregon, is the founder of gFam.live the next version of Instagram allowing creators to monetize their content in exciting new ways&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/N4HYf9nK-9qu3elwihxL12MTXScbwk0e5I0UvLEuDRU/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2duZG1samd2Mm11/cmd1ZXMxc2hlLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/N4HYf9nK-9qu3elwihxL12MTXScbwk0e5I0UvLEuDRU/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L2duZG1samd2Mm11/cmd1ZXMxc2hlLnBu/Zw" alt="JAM#5: Adam on building gFam Live, social networks, web monetization, blockchain empowering creators" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All episodes here: &lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Their Grant for the Web project builds on the platform and is described as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Building gFam, a Web Monetization application designed for consumers to directly support creators, on a platform without advertising nor fees. Creators can post a short story of their day, their thoughts, their creative processes, their training, their adventures, or their struggles along with a selfie/photo… which can then be tipped on by their fans/friends/audience. Tips are transactions solely between the consumer and creator on posts or comments. Creators can also receive micropayments when Coil Subscribers spend time on their posts. The web application uses the XUMM payment mobile application that runs on the XRP ledger to process and settle the tip payments in real-time. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Check out more from Adam and the team here:&lt;br&gt;
gfam.live ► &lt;a href="https://gfam.live/"&gt;https://gfam.live/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Andrzej from Enclave Games
&lt;/h2&gt;

&lt;p&gt;A while back I spoke with Andrzej from enclave games. We had a great chat about looking at using web monetization to bring new revenue streams to indie gaming &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/yGIh5i3Z5dx93oKIyd4uG8VeYDyFEJi2jBNXl56M2tE/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L3Brczg3MnBnZTl6/dHpwZnVtZTh1LnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/yGIh5i3Z5dx93oKIyd4uG8VeYDyFEJi2jBNXl56M2tE/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L3Brczg3MnBnZTl6/dHpwZnVtZTh1LnBu/Zw" alt="JAM#6: Andrzej from Enclave Games talks Web Monetization in gaming and what's next for crypto gaming" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All episodes here: &lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can read about their project &lt;a href="http://enclavegames.com/blog/awarded-grant-for-the-web/"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check out more from the team here:&lt;br&gt;
Enclave Games ► &lt;a href="https://enclavegames.com/"&gt;https://enclavegames.com/&lt;/a&gt;&lt;br&gt;
Js13k ► &lt;a href="https://js13kgames.com/"&gt;https://js13kgames.com/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Benny from Consistent Me
&lt;/h2&gt;

&lt;p&gt;Lastly Benny swung by the recording studio (a zoom call) from Thailand. Benny's blog Consistent Me is the home of working on a New Approach to Sharing Knowledge on Websites Enabled by Web Monetization&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/AN_yzYioD9fHZVevj0YhF0sHUf6Kc9RqNJO4ZA-JEX8/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L25nenFvNnM2Z3F0/bzRlZG1kOWRuLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/AN_yzYioD9fHZVevj0YhF0sHUf6Kc9RqNJO4ZA-JEX8/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy9p/L25nenFvNnM2Z3F0/bzRlZG1kOWRuLnBu/Zw" alt="JAM 7: Benny on life as a digital nomad, microcontent + web monetization and on demand learning" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All episodes here: &lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Their Grant for the Web project is described as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Building and experimenting with a new approach to sharing knowledge on the web, enabled by Web Monetization, that will allow users to have full access to a creator’s shared knowledge, paying them in a pay-as-you-use manner.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Check out more from the team here:&lt;br&gt;
Benny's landing page ► &lt;a href="https://benediktkick.com/"&gt;https://benediktkick.com/&lt;/a&gt;&lt;br&gt;
Benny's blog  ► &lt;a href="https://consistentme.com/"&gt;https://consistentme.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Stay Tuned
&lt;/h1&gt;

&lt;p&gt;That's it for this post. As always we would love to hear from you, please do not hesitate to get in touch in the comments or message us. &lt;/p&gt;

&lt;p&gt;Links to the series again: &lt;br&gt;
&lt;a href="https://pod.link/1551973067"&gt;Web Monetized Link&lt;/a&gt; || &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;YouTube&lt;/a&gt; || &lt;a href="https://anchor.fm/justameme"&gt;Anchor&lt;/a&gt; || &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;Spotify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If that sounds good please hit the follow button under our company name, like, unicorn?! or bookmark the post. And if you share it on socials please tag us and we will amplify the post.&lt;/p&gt;

&lt;h1&gt;
  
  
  Connect with us
&lt;/h1&gt;

&lt;p&gt;🔔 SUBSCRIBE TO OUR PODCAST JUST A MEME (WEB MONETIZATION SERIES WITH MANY GFTW GRANTEES)👇&lt;/p&gt;

&lt;p&gt;Web Monetized Link ► &lt;a href="https://pod.link/1551973067"&gt;https://pod.link/1551973067&lt;/a&gt; &lt;br&gt;
YouTube ► &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw&lt;/a&gt; &lt;br&gt;
Anchor ► &lt;a href="https://anchor.fm/justameme"&gt;https://anchor.fm/justameme&lt;/a&gt;&lt;br&gt;
Spotify ► &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz&lt;/a&gt;&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🗣️ FOLLOW VIVID IOV LABS ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Twitter ► &lt;a href="https://twitter.com/vividiov"&gt;https://twitter.com/vividiov&lt;/a&gt;&lt;br&gt;
LinkedIn ► &lt;a href="https://www.linkedin.com/company/vivid-iov-labs/"&gt;https://www.linkedin.com/company/vivid-iov-labs/&lt;/a&gt;&lt;br&gt;
Facebook ►&lt;a href="https://www.facebook.com/vividiov"&gt;https://www.facebook.com/vividiov&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗣️ FOLLOW PEERKAT ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Telegram ► &lt;a href="https://t.me/joinchat/GSVJsM4o3tSXTZBz"&gt;https://t.me/joinchat/GSVJsM4o3tSXTZBz&lt;/a&gt;&lt;br&gt;
Twitter ► &lt;a href="https://twitter.com/PeerkatLive"&gt;https://twitter.com/PeerkatLive&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🤔 ABOUT JAM PODCAST 😃&lt;/p&gt;

&lt;p&gt;My name is Greg Hannam and I am the commercial lead at Vivid IoV Labs. We are a team of 8 working on building next gen apps and helping to create a more inclusive internet by leveraging micropayments and other web 3 technologies.&lt;/p&gt;

&lt;p&gt;This mission has led us to start this podcast so we can interview the best and brightest in the web 3.0 space, raise the profile of lesser known content creators and all with a focus on building and using better business models for the internet.&lt;/p&gt;

&lt;p&gt;🤔 ABOUT VIVID IOV LABS 😃&lt;/p&gt;

&lt;p&gt;The startup formed from the winning team of UCL and Ripple’s Block-Sprint 2019. Vivid IoV Labs are focused on consumer-facing applications of micropayments and creating a more inclusive internet by leveraging web 3 technologies.&lt;/p&gt;

&lt;p&gt;Website ► &lt;a href="https://www.vividiov.com/"&gt;https://www.vividiov.com/&lt;/a&gt; ​&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;/p&gt;

</description>
      <category>podcasting</category>
      <category>intros</category>
    </item>
    <item>
      <title>What are the objectives of freemitization?</title>
      <dc:creator>Greg Hannam</dc:creator>
      <pubDate>Fri, 05 Feb 2021 16:43:34 +0000</pubDate>
      <link>https://community.interledger.org/vividiov/what-are-the-objectives-of-freemitization-1jac</link>
      <guid>https://community.interledger.org/vividiov/what-are-the-objectives-of-freemitization-1jac</guid>
      <description>&lt;p&gt;In a previous post we detailed the goals of the project and here we will take a look at each area in detail and show our proposed project milestones.&lt;/p&gt;

&lt;p&gt;Note: this is pretty much an extract from our proposal so some of the milestones will be based on our timelines last Aug - we'll find out in the Grant report whether those slipped (spoilers, they did)&lt;/p&gt;

&lt;h1&gt;
  
  
  Objectives
&lt;/h1&gt;

&lt;p&gt;We received the grant to work on four main areas; integration of technology, development of the Peerkat platform, a user research project and promoting the technology through educational materials via the various marketing channels. &lt;/p&gt;

&lt;h2&gt;
  
  
  1. Integration of Web Monetization
&lt;/h2&gt;

&lt;p&gt;Our project leverages Web Monetization technology in the following ways: &lt;/p&gt;

&lt;p&gt;1) Connecting live streaming content to Web Monetisation, allowing us to provide ad-free live streams for Coil users (and other future Web Monetization providers)&lt;/p&gt;

&lt;p&gt;2) Enabling tipping capabilities by utilising the XRP Tipbot and supporting their integration with Uphold wallet&lt;/p&gt;

&lt;p&gt;3) Pooling and revenue sharing by adopting a probabilistic model for content revenue. This will be accomplished by Vivid collecting 25% of streamed revenue and redistributing it to other users in the value chain such as content requesters, top social sharers and moderators. This incentivises usage of the platform, engagement and discoverability for creators. The remaining share will go directly to the creator, a 1.5x increase in their earning power when compared to incumbent live stream platforms.  &lt;/p&gt;

&lt;h3&gt;
  
  
  Proposed Milestones:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Integrate XRP tipbot, gather technical information about ILP and advertising implementation&lt;/li&gt;
&lt;li&gt;Work with ILP testing various ways to serve ads to non web monetized users&lt;/li&gt;
&lt;li&gt;Create, user test and iterate prototyped solution for serving ads with a number of users from each target group. Build out once acceptance criteria are passed through defining wireframes for user journeys (happy/unhappy paths) and accessibility requirements.&lt;/li&gt;
&lt;li&gt;Finalise the freemium module and release to developers, begin design and development on redistribution of payments&lt;/li&gt;
&lt;li&gt;Gather feedback from developers and improve on freemium module, Implement first iterations of redistribution model&lt;/li&gt;
&lt;li&gt;Finalise redistribution module, release to user and developers for testing&lt;/li&gt;
&lt;li&gt;Make any improvements, fix bugs based on testing&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  2. Development of the Peerkat Platform
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Introduction to the Peerkat Platform
&lt;/h3&gt;

&lt;p&gt;Live video streaming has become a highly intermediated, costly operation that bombards viewers with adverts and clickbait, tracking users and selling their data, and takes huge fees out of the revenue content creators work so hard to generate. While some high profile influencers are making large amounts of money, for the majority of channels it is extremely hard to make a living and they fear being demonetised or deplatformed by algorithm changes.&lt;/p&gt;

&lt;p&gt;Peerkat is disrupting incumbents by giving more power to users and cutting out unnecessary middlemen. Using peer-to-peer video streaming and blockchain-based technologies, we both facilitate streaming and transactions directly between users without the need for ads, and create new income opportunities with a toolkit for streamers e.g. ecommerce and collectables. With progressive decentralisation, Peerkat aims to become fully community-owned, allowing users to vote on platform changes and direction.&lt;/p&gt;

&lt;h3&gt;
  
  
  Proposed Milestones:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Define and develop MVP for all tiers of service, incl. Digital analytic requirements and onboard initial testers (whilst grouping them into target user groups and profiles in accordance to GDPR)&lt;/li&gt;
&lt;li&gt;Collect feedback from alpha testers and fix bugs, develop additional features, work on integration with Uphold Wallet&lt;/li&gt;
&lt;li&gt;Enhance user profile page (based on qual/quant data) and integrate social features&lt;/li&gt;
&lt;li&gt;Optimise onboarding process to streamline user acquisition including referral mechanism&lt;/li&gt;
&lt;li&gt;Integrate freemium module into platform for further usability testing, add UI elements to improve UX&lt;/li&gt;
&lt;li&gt;Test and implement gamification of platform with user voting&lt;/li&gt;
&lt;li&gt;Develop task and reward system in app to entice continued use&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  3. Community and marketing
&lt;/h2&gt;

&lt;p&gt;An important element of our work is to promote the web monetization ecosystem, and we intend to do this through partners, content and our user experience work. &lt;/p&gt;

&lt;h3&gt;
  
  
  Proposed Milestones:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Establish partnerships with key supporters&lt;/li&gt;
&lt;li&gt;Create content plan for following 6 months, release one podcast and two educational blogs&lt;/li&gt;
&lt;li&gt;Run workshops for user experience, release one podcast and two educational blog&lt;/li&gt;
&lt;li&gt;Collate and synthesise findings from user experience workshop and share with ecosystem by publishing findings, release one podcast and two educational blogs, plan Christmas content competition&lt;/li&gt;
&lt;li&gt;Run Christmas content competition, plan new year grant giveaways. Optimise content distribution channels, release one podcast and two educational blogs&lt;/li&gt;
&lt;li&gt;Release one podcast and two educational blogs, distribute grant giveaways, Web Monetization webinar by Ike Iwumene&lt;/li&gt;
&lt;li&gt;Release one podcast and two educational blogs, content creation &amp;amp; distribution webinar&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  4. User Experience Research Report
&lt;/h2&gt;

&lt;p&gt;The final element of our proposal is to gather insight into target user groups for Web Monetization and develop inclusive personas from which to tailor our content strategy.&lt;/p&gt;

&lt;h3&gt;
  
  
  Proposed Milestones:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Secondary research and synthesise into themes to identify gaps in knowledge for primary research of target user groups.&lt;/li&gt;
&lt;li&gt;Design primary research based on what we want to learn from secondary research using quantitative user feedback from MVP (survey) and qualitative (user interviews), to understand user acceptance and additional needs/features. Synthesise insight to deliver opportunities for the project team by personas. Create e2e service design for user target groups (and product operations) to formulate requirements to build out e2e service from 1. 1. 3. Discovery through to Account Management.&lt;/li&gt;
&lt;li&gt;Plan, design and conduct user tests for web monetization&lt;/li&gt;
&lt;li&gt;Plan, design and conduct tests&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Stay Tuned
&lt;/h1&gt;

&lt;p&gt;That’s it for an introduction to our project. We are aiming to release our first grant progress report next Friday (we had to move this to next week due to unforeseen circumstances, apologies!).&lt;/p&gt;

&lt;p&gt;We would love to hear from you, please do not hesitate to get in touch in the comments or message us. &lt;/p&gt;

&lt;p&gt;If that sounds good please hit the follow button under our company name, like, unicorn?! or bookmark the post. And if you share it on socials please tag us and we will amplify the post.&lt;/p&gt;

&lt;h1&gt;
  
  
  Connect with us
&lt;/h1&gt;

&lt;p&gt;🔔 SUBSCRIBE TO OUR PODCAST JUST A MEME (WEB MONETIZATION SERIES WITH MANY GFTW GRANTEES)👇&lt;/p&gt;

&lt;p&gt;Youtube ► &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw&lt;/a&gt; &lt;br&gt;
Anchor ► &lt;a href="https://anchor.fm/justameme"&gt;https://anchor.fm/justameme&lt;/a&gt;&lt;br&gt;
Spotify ► &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz&lt;/a&gt;&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🗣️ FOLLOW VIVID IOV LABS ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Twitter ► &lt;a href="https://twitter.com/vividiov"&gt;https://twitter.com/vividiov&lt;/a&gt;&lt;br&gt;
LinkedIn ► &lt;a href="https://www.linkedin.com/company/vivid-iov-labs/"&gt;https://www.linkedin.com/company/vivid-iov-labs/&lt;/a&gt;&lt;br&gt;
Facebook ►&lt;a href="https://www.facebook.com/vividiov"&gt;https://www.facebook.com/vividiov&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗣️ FOLLOW PEERKAT ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Telegram ► &lt;a href="https://t.me/joinchat/GSVJsM4o3tSXTZBz"&gt;https://t.me/joinchat/GSVJsM4o3tSXTZBz&lt;/a&gt;&lt;br&gt;
Twitter ► &lt;a href="https://twitter.com/PeerkatLive"&gt;https://twitter.com/PeerkatLive&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🤔 ABOUT JAM PODCAST 😃&lt;/p&gt;

&lt;p&gt;My name is Greg Hannam and I am the commercial lead at Vivid IoV Labs. We are a team of 8 working on building next gen apps and helping to create a more inclusive internet by leveraging micropayments and other web 3 technologies.&lt;/p&gt;

&lt;p&gt;This mission has led us to start this podcast so we can interview the best and brightest in the web 3.0 space, raise the profile of lesser known content creators and all with a focus on building and using better business models for the internet.&lt;/p&gt;

&lt;p&gt;🤔 ABOUT VIVID IOV LABS 😃&lt;/p&gt;

&lt;p&gt;The startup formed from the winning team of UCL and Ripple’s Block-Sprint 2019. Vivid IoV Labs are focused on consumer-facing applications of micropayments and creating a more inclusive internet by leveraging web 3 technologies.&lt;/p&gt;

&lt;p&gt;Website ► &lt;a href="https://www.vividiov.com/"&gt;https://www.vividiov.com/&lt;/a&gt; ​&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;/p&gt;

</description>
      <category>intros</category>
    </item>
    <item>
      <title>The team behind Freemitization</title>
      <dc:creator>Greg Hannam</dc:creator>
      <pubDate>Wed, 03 Feb 2021 15:21:25 +0000</pubDate>
      <link>https://community.interledger.org/vividiov/the-team-behind-freemitization-1igb</link>
      <guid>https://community.interledger.org/vividiov/the-team-behind-freemitization-1igb</guid>
      <description>&lt;p&gt;In this post we will do a quick run down of Vivid IoV Labs who are the team behind the Freemitization project.&lt;/p&gt;

&lt;h1&gt;
  
  
  Team
&lt;/h1&gt;

&lt;p&gt;The startup formed from the winning team of UCL and Ripple’s Block-Sprint 2019. Vivid IoV Labs are focused on consumer-facing applications of micropayments and creating a more inclusive internet by leveraging web 3 technologies.&lt;/p&gt;

&lt;p&gt;1-minute intro video to the team is available at: &lt;a href="https://vimeo.com/416381733"&gt;https://vimeo.com/416381733&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  Founders
&lt;/h2&gt;

&lt;p&gt;Ike Iwumene - Web monetization enhancements, platform development &lt;br&gt;
Yo-Der Song - Research and technical architecture&lt;br&gt;
Greg Hannam - Product management and commercial operations &lt;br&gt;
Ben Marshall - Partnership lead and project management &lt;/p&gt;

&lt;h2&gt;
  
  
  Wider team
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.vividiov.com/post/daniele-joins-to-develop-peerkat-platform"&gt;Daniele Bolla&lt;/a&gt; - Front-end development and design&lt;br&gt;
Nikos Tziralis (TBC)- Back-end developer and blockchain&lt;br&gt;
&lt;a href="https://www.vividiov.com/post/designer-dean-joins-the-team"&gt;Dean Macgregor&lt;/a&gt; - Graphic designer &lt;br&gt;
&lt;a href="https://www.vividiov.com/post/mahfuz-moves-in"&gt;Mahfuz Ahmed&lt;/a&gt; - Content marketing &lt;/p&gt;

&lt;h1&gt;
  
  
  Experience
&lt;/h1&gt;

&lt;p&gt;The team has the following experience of Web Monetization and Interledger:&lt;/p&gt;

&lt;p&gt;-- Utilised ILP and the XRP Tipbot to create micropayment streaming connected to video for demo purposes during the two hackathons we entered and won: UCL and Ripple’s Block-Sprint 2019 and the Future of Blockchain 2020: Near Protocol UX Challenge, along with picking up an award at Ripple's Block-Sprint PayString 2020 hackathon where we integrated the PayString technology too &lt;/p&gt;

&lt;p&gt;-- Attended events, including one to one tuition on XRPL/ILP with engineers at Ripple during Block-Sprint and the Deconstructing Defi event in London (Xpring and Vega Protocol - XRPL seminar and hack workshop)&lt;/p&gt;

&lt;p&gt;-- Coil users - daily use and experience of Web Monetization &lt;/p&gt;

&lt;p&gt;-- Researching and following developments of the Interledger Protocol and related ecosystem, including blogs, podcasts and video content &lt;/p&gt;

&lt;h1&gt;
  
  
  Stay Tuned
&lt;/h1&gt;

&lt;p&gt;Over the next few days we will be posting more about us and our project culminating in our grant progress report on Friday.&lt;/p&gt;

&lt;p&gt;We would love to hear from you, please do not hesitate to get in touch in the comments or message us. &lt;/p&gt;

&lt;p&gt;If that sounds good please hit the follow button under our company name, like, unicorn?! or bookmark the post. And if you share it on socials please tag us and we will amplify the post.&lt;/p&gt;

&lt;p&gt;▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;/p&gt;

&lt;h1&gt;
  
  
  Connect with us
&lt;/h1&gt;

&lt;p&gt;🔔 SUBSCRIBE TO OUR PODCAST JUST A MEME (WEB MONETIZATION SERIES WITH MANY GFTW GRANTEES)👇&lt;/p&gt;

&lt;p&gt;Youtube ► &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw&lt;/a&gt; &lt;br&gt;
Anchor ► &lt;a href="https://anchor.fm/justameme"&gt;https://anchor.fm/justameme&lt;/a&gt;&lt;br&gt;
Spotify ► &lt;a href="https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz"&gt;https://open.spotify.com/show/6paW4soTSgl2jJWv31RPqz&lt;/a&gt;&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🗣️ FOLLOW VIVID IOV LABS ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Twitter ► &lt;a href="https://twitter.com/vividiov"&gt;https://twitter.com/vividiov&lt;/a&gt;&lt;br&gt;
LinkedIn ► &lt;a href="https://www.linkedin.com/company/vivid-iov-labs/"&gt;https://www.linkedin.com/company/vivid-iov-labs/&lt;/a&gt;&lt;br&gt;
Facebook ►&lt;a href="https://www.facebook.com/vividiov"&gt;https://www.facebook.com/vividiov&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗣️ FOLLOW PEERKAT ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Telegram ► &lt;a href="https://t.me/joinchat/GSVJsM4o3tSXTZBz"&gt;https://t.me/joinchat/GSVJsM4o3tSXTZBz&lt;/a&gt;&lt;br&gt;
Twitter ► &lt;a href="https://twitter.com/PeerkatLive"&gt;https://twitter.com/PeerkatLive&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🤔 ABOUT JAM PODCAST 😃&lt;/p&gt;

&lt;p&gt;My name is Greg Hannam and I am the commercial lead at Vivid IoV Labs. We are a team of 8 working on building next gen apps and helping to create a more inclusive internet by leveraging micropayments and other web 3 technologies.&lt;/p&gt;

&lt;p&gt;This mission has led us to start this podcast so we can interview the best and brightest in the web 3.0 space, raise the profile of lesser known content creators and all with a focus on building and using better business models for the internet.&lt;/p&gt;

&lt;p&gt;🤔 ABOUT VIVID IOV LABS 😃&lt;/p&gt;

&lt;p&gt;The startup formed from the winning team of UCL and Ripple’s Block-Sprint 2019. Vivid IoV Labs are focused on consumer-facing applications of micropayments and creating a more inclusive internet by leveraging web 3 technologies.&lt;/p&gt;

&lt;p&gt;Website ► &lt;a href="https://www.vividiov.com/"&gt;https://www.vividiov.com/&lt;/a&gt; ​&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;/p&gt;

&lt;p&gt;📚 RECOMMENDED RESOURCES 👇&lt;/p&gt;

&lt;p&gt;If you found this video valuable, give it a like.&lt;br&gt;
If you know someone who needs to see it, share it.&lt;br&gt;
Leave a comment below with your thoughts.&lt;br&gt;
Add it to a playlist if you want to watch it later.&lt;/p&gt;

&lt;p&gt;DISCLAIMER: The information contained on this YouTube Channel and the resources available for download/viewing through this YouTube Channel are for educational and informational purposes only.​&lt;/p&gt;

</description>
      <category>intros</category>
    </item>
    <item>
      <title>An intro to Freemitization and Vivid IoV Labs</title>
      <dc:creator>Greg Hannam</dc:creator>
      <pubDate>Tue, 02 Feb 2021 15:39:47 +0000</pubDate>
      <link>https://community.interledger.org/vividiov/an-intro-to-freemitization-and-vivid-iov-labs-19id</link>
      <guid>https://community.interledger.org/vividiov/an-intro-to-freemitization-and-vivid-iov-labs-19id</guid>
      <description>&lt;h1&gt;
  
  
  Intro
&lt;/h1&gt;

&lt;p&gt;Hello world! We are &lt;a href="https://www.vividiov.com/team"&gt;Vivid IoV Labs&lt;/a&gt; and as some of you may know we are helping content creators monetize their video and live streaming content by integrating the Interledger Protocol into our app &lt;a href="https://www.vividiov.com/peerkat"&gt;Peerkat&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  Project summary
&lt;/h1&gt;

&lt;p&gt;So what is our project?? We are calling it; Freemitization. It’s a live streaming experiment targeting mass adoption combining freemium business models and Web Monetization&lt;/p&gt;

&lt;p&gt;The project is an experiment focusing on attracting users to the Web Monetization ecosystem through: &lt;/p&gt;

&lt;p&gt;-- Driving community engagement by delivering educational content and sharing to an extensive network&lt;br&gt;
-- Enhancing a novel live streaming platform to utilise and showcase Web Monetization&lt;br&gt;
-- Leveraging Coil and Interledger to provide fairer creator rewards and new content monetization opportunities &lt;/p&gt;

&lt;h1&gt;
  
  
  Goals of the project
&lt;/h1&gt;

&lt;p&gt;The aim of the project is to focus on the first three stages of the customer lifecycle: acquisition, activation and retention. This will lay the foundations to increase referrals and drive revenue for web monetization providers. &lt;/p&gt;

&lt;p&gt;Our goals are as follows:&lt;/p&gt;

&lt;p&gt;1) Produce educational material to engage wider community and raise awareness of Web Monetization:&lt;/p&gt;

&lt;p&gt;-- Release content with a focus on both Web Monetization and equitable content rewards promotion &lt;/p&gt;

&lt;p&gt;-- Set up a podcast series to share deeper insights by interviewing blockchain and tech influencers and thought-leaders in content monetization&lt;/p&gt;

&lt;p&gt;-- Open source our Web Monetization usability study and best practice to assist development of future projects &lt;/p&gt;

&lt;p&gt;2) Create an engaging platform to onboard and retain users across target groups:&lt;/p&gt;

&lt;p&gt;-- Linking Web Monetization with video advertising to allow a freemium business model to be implemented for Web Monetization&lt;/p&gt;

&lt;p&gt;-- Automated redistribution of funds from Vivid to community via smart contracts&lt;/p&gt;

&lt;p&gt;-- Leverage existing connections to onboard initial users and promote platform through various channels to secure additional users &lt;/p&gt;

&lt;p&gt;-- Enhance the Web Monetization ecosystem and proposition by delivering a complementary platform and collaborative initiatives  &lt;/p&gt;

&lt;p&gt;-- Attract new content creators into the space&lt;/p&gt;

&lt;p&gt;3) To validate our hypotheses by validating our solution(s) with target user groups needs so that we focus on high value features. &lt;/p&gt;

&lt;h1&gt;
  
  
  Stay Tuned
&lt;/h1&gt;

&lt;p&gt;Over the next few days we will be posting more about us and our project culminating in our grant progress report on Friday.&lt;/p&gt;

&lt;p&gt;We would love to hear from you, please do not hesitate to get in touch in the comments or message us. &lt;/p&gt;

&lt;p&gt;If that sounds good please hit the follow button under our company name, like, unicorn?! or bookmark the post. And if you share it on socials please tag us and we will amplify the post.&lt;/p&gt;

&lt;h1&gt;
  
  
  Connect with us
&lt;/h1&gt;

&lt;p&gt;🔔 SUBSCRIBE TO OUR PODCAST JUST A MEME (WEB MONETIZATION SERIES WITH MANY GFTW GRANTEES)👇&lt;/p&gt;

&lt;p&gt;Youtube ► &lt;a href="https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw"&gt;https://www.youtube.com/channel/UC8ZTuv8TBOwtKC9YPRTU7Mw&lt;/a&gt; &lt;br&gt;
Anchor ► (coming soon)&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🗣️ FOLLOW VIVID IOV LABS ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Twitter ► &lt;a href="https://twitter.com/vividiov"&gt;https://twitter.com/vividiov&lt;/a&gt;&lt;br&gt;
LinkedIn ► &lt;a href="https://www.linkedin.com/company/vivid-iov-labs/"&gt;https://www.linkedin.com/company/vivid-iov-labs/&lt;/a&gt;&lt;br&gt;
Facebook ►&lt;a href="https://www.facebook.com/vividiov"&gt;https://www.facebook.com/vividiov&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗣️ FOLLOW PEERKAT ON SOCIAL MEDIA 👇&lt;/p&gt;

&lt;p&gt;Telegram ► &lt;a href="https://t.me/joinchat/GSVJsM4o3tSXTZBz"&gt;https://t.me/joinchat/GSVJsM4o3tSXTZBz&lt;/a&gt;&lt;br&gt;
Twitter ► &lt;a href="https://twitter.com/PeerkatLive"&gt;https://twitter.com/PeerkatLive&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;br&gt;
🤔 ABOUT VIVID IOV LABS 😃&lt;/p&gt;

&lt;p&gt;The startup formed from the winning team of UCL and Ripple’s Block-Sprint 2019. Vivid IoV Labs are focused on consumer-facing applications of micropayments and creating a more inclusive internet by leveraging web 3 technologies.&lt;/p&gt;

&lt;p&gt;Website ► &lt;a href="https://www.vividiov.com/"&gt;https://www.vividiov.com/&lt;/a&gt; ​&lt;br&gt;
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬&lt;/p&gt;

</description>
      <category>intros</category>
    </item>
  </channel>
</rss>
